Re: [PATCH v8 5/5] selftests/mm: Add new testcases for pkeys
From: Thomas Gleixner
Date: Fri Aug 02 2024 - 04:16:46 EST
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