On Mon, 1 Jun 2026 11:43:14 +0530 Pavithra <[email protected]> wrote:
> we have protection_keys_32 and protection_keys_64 tests mentioned in > run_vmtests.sh but the binary name is protection_keys with current > kernel, Is it? Makefile has: VMTARGETS := protection_keys VMTARGETS += pkey_sighandler_tests BINARIES_32 := $(VMTARGETS:%=%_32) BINARIES_64 := $(VMTARGETS:%=%_64) hp2:/usr/src/mm/tools/testing/selftests/mm> ls -l prot* -rwxrwxr-x 1 akpm akpm 117792 May 31 23:20 protection_keys_64 -rw-rw-r-- 1 akpm akpm 48448 May 31 21:54 protection_keys.c
