Re: [PATCH v2 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-09-05 Thread Peter Zijlstra
On Mon, Aug 29, 2022 at 11:22:10AM +0530, Sathvika Vasireddy wrote: > objtool does not add STT_NOTYPE symbols with size 0 to the I suspect we can fix that once: https://lkml.kernel.org/r/20220902130949.789826...@infradead.org lands.

Re: [PATCH v2 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-08-30 Thread Christophe Leroy
Le 29/08/2022 à 07:52, Sathvika Vasireddy a écrit : > objtool throws unannotated intra-function call warnings > in the following assembly files: > > arch/powerpc/kernel/vector.o: warning: objtool: .text+0x53c: unannotated > intra-function call > > arch/powerpc/kvm/book3s_hv_rmhandlers.o: warni

Re: [PATCH v2 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-08-29 Thread Christophe Leroy
Le 29/08/2022 à 07:52, Sathvika Vasireddy a écrit : > objtool throws unannotated intra-function call warnings > in the following assembly files: > > arch/powerpc/kernel/vector.o: warning: objtool: .text+0x53c: unannotated > intra-function call > > arch/powerpc/kvm/book3s_hv_rmhandlers.o: warni

[PATCH v2 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-08-28 Thread Sathvika Vasireddy
objtool throws unannotated intra-function call warnings in the following assembly files: arch/powerpc/kernel/vector.o: warning: objtool: .text+0x53c: unannotated intra-function call arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0x60: unannotated intra-function call arch/power