On Tue, 11 Mar 2025 14:11:29 +0530, Madhavan Srinivasan wrote: > Build break was reported in the powerpc mailing list for next-20250218 with below errors > > make[1]: Nothing to be done for 'all'. > BUILD_TARGET=/root/venkat/linux-next/tools/testing/selftests/powerpc/mm; mkdir -p $BUILD_TARGET; make OUTPUT=$BUILD_TARGET -k -C mm all > CC pkey_exec_prot > In file included from pkey_exec_prot.c:18: > /root/venkat/linux-next/tools/testing/selftests/powerpc/include/pkeys.h: In function ‘pkeys_unsupported’: > /root/venkat/linux-next/tools/testing/selftests/powerpc/include/pkeys.h:96:34: error: ‘PKEY_UNRESTRICTED’ undeclared (first use in this function) > 96 | pkey = sys_pkey_alloc(0, PKEY_UNRESTRICTED); > | ^~~~~~~~~~~~~~~~~ > > [...] Applied to arm64 (for-next/pkey_unrestricted), thanks! [1/1] selftest/powerpc/mm/pkey: fix build-break introduced by commit 00894c3fc917 https://git.kernel.org/arm64/c/73276cee1a25 -- Catalin