Re: [PATCH] powerpc: Fix 'intra_function_call not a direct call' warning

2025-03-13 Thread Madhavan Srinivasan
On Wed, 05 Mar 2025 00:00:19 +0100, Christophe Leroy wrote: > The following build warning have been reported: > > arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xe84: > intra_function_call not a direct call > arch/powerpc/kernel/switch.o: warning: objtool: .text+0x4: > int

Re: [PATCH] powerpc: Fix 'intra_function_call not a direct call' warning

2025-03-04 Thread Sathvika Vasireddy
On 3/5/25 4:30 AM, Christophe Leroy wrote: The following build warning have been reported: arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xe84: intra_function_call not a direct call arch/powerpc/kernel/switch.o: warning: objtool: .text+0x4: intra_function_call not a d

Re: [PATCH] powerpc: Fix 'intra_function_call not a direct call' warning

2025-03-04 Thread Venkat Rao Bagalkote
Hello Christophe, On 05/03/25 4:30 am, Christophe Leroy wrote: The following build warning have been reported: arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xe84: intra_function_call not a direct call arch/powerpc/kernel/switch.o: warning: objtool: .text+0x4: intra_f

[PATCH] powerpc: Fix 'intra_function_call not a direct call' warning

2025-03-04 Thread Christophe Leroy
The following build warning have been reported: arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xe84: intra_function_call not a direct call arch/powerpc/kernel/switch.o: warning: objtool: .text+0x4: intra_function_call not a direct call This happens due to commit bb7f054f4