Re: [PATCH] powerpc/kvm: Fix objtool warning for unannotated intra-function call in booke.o
From: Michael Ellerman <hidden>
Date: 2023-02-05 09:46:30
From: Michael Ellerman <hidden>
Date: 2023-02-05 09:46:30
On Sat, 28 Jan 2023 18:11:58 +0530, Sathvika Vasireddy wrote:
Objtool throws the following warning: arch/powerpc/kvm/booke.o: warning: objtool: kvmppc_fill_pt_regs+0x30: unannotated intra-function call Fix this warning by allowing the function to set the value of 'nip' field using _THIS_IP_ macro, without having to use an additional assembly instruction to save the instruction pointer. [...]
Applied to powerpc/fixes.
[1/1] powerpc/kvm: Fix objtool warning for unannotated intra-function call in booke.o
https://git.kernel.org/powerpc/c/fe6de81b610e5d0b9d2231acff2de74a35482e7d
cheers