On Fri, Aug 02 2024 at 06:13, Aruna Ramakrishna wrote: > > ifneq (,$(findstring $(ARCH),powerpc)) > TEST_GEN_FILES += protection_keys > +TEST_GEN_FILES += pkey_sighandler_tests That can't work because the raw_syscall() inline won't do anything on non x86, right? No need to resend. I removed it already and added a build error into raw_syscall() just in case that someone tries to enable it. Thanks, tglx