OSDN Git Service

selftests/x86: Update map_shadow_stack syscall nr
authorRick Edgecombe <rick.p.edgecombe@intel.com>
Fri, 1 Sep 2023 18:16:52 +0000 (11:16 -0700)
committerIngo Molnar <mingo@kernel.org>
Fri, 1 Sep 2023 21:34:13 +0000 (23:34 +0200)
commit6ea7bb00c1ba180f8bf8320b8d59b532501c5271
treee6006b90431f57e118019dd18717d90f5884115c
parentdf57721f9a63e8a1fb9b9b2e70de4aa4c7e0cd2e
selftests/x86: Update map_shadow_stack syscall nr

Shadow stack's selftest utilizes the map_shadow_stack syscall. The
syscall is new with the feature, but the selftests cannot automatically
find the headers for the kernel source tree they are located in. This
resulted in the shadow stack test failing to build until the brand new
headers were installed.

To avoid this, a copy of the new uapi defines needed by the test were
included in the selftest (see link for discussion). When shadow stack was
merged the syscall number was changed, but the copy in the selftest was
not updated.

So update the copy of the syscall number define used when the required
headers are not installed, to have the final syscall number from the
merge.

Signed-off-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/lkml/Y%2FijdXoTAATt0+Ct@zn.tnic/
Link: https://lore.kernel.org/r/20230901181652.2583861-1-rick.p.edgecombe@intel.com
Reviewed-by: Sohil Mehta <sohil.mehta@intel.com>
Fixes: df57721f9a63 ("Merge tag 'x86_shstk_for_6.6-rc1' of [...]")
tools/testing/selftests/x86/test_shadow_stack.c