Re: [PATCH] powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG

2020-05-13 Thread Michael Ellerman
On Mon, 20 Apr 2020 07:47:05 + (UTC), Christophe Leroy wrote: > gpr2 is not a parametre of kuap_check(), it doesn't exist. > > Use gpr instead. Applied to powerpc/fixes. [1/1] powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG https://git.kernel.org/powerpc/c/4833ce06e6855d52623

[PATCH] powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG

2020-04-20 Thread Christophe Leroy
gpr2 is not a parametre of kuap_check(), it doesn't exist. Use gpr instead. Fixes: a68c31fc01ef ("powerpc/32s: Implement Kernel Userspace Access Protection") Cc: sta...@vger.kernel.org Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/book3s/32/kup.h | 2 +- 1 file changed, 1 insert