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

2022-08-18 Thread Sathvika Vasireddy
On 10/08/22 14:02, Christophe Leroy wrote: Le 08/08/2022 à 13:48, 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/

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

2022-08-10 Thread Christophe Leroy
Le 08/08/2022 à 13:48, 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 03/16] powerpc: Fix objtool unannotated intra-function call warnings

2022-08-08 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