Re: [PATCH] powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline

From: Michael Ellerman
Date: Wed Aug 23 2023 - 08:04:27 EST


On Wed, 21 Jun 2023 12:38:10 +0200, Christophe Leroy wrote:
> objtool reports two folliwng warnings:
> arch/powerpc/lib/sstep.o: warning: objtool: copy_mem_out+0x3c
> (.text+0x30c): call to __copy_mem_out() with UACCESS enabled
> arch/powerpc/lib/sstep.o: warning: objtool: emulate_dcbz+0x70
> (.text+0x4dc): call to __emulate_dcbz() with UACCESS enabled
>
> Mark __copy_mem_out() and __emulate_dcbz() __always_inline
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
https://git.kernel.org/powerpc/c/0d5769f9503d9a88661b82fee6a320e711f8b01a

cheers