Skip to content

Commit fdde618

Browse files
committed
Merge tag 'x86-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 selftest fix from Ingo Molnar: "Fix the __NR_map_shadow_stack syscall-renumbering fallout in the x86 self-test code. [ Arguably the existing code was unnecessarily fragile, and tooling should have picked up the new syscall number, and a wider fix is being worked on - but meanwhile, let's not have the old syscall number in the kernel tree. ]" * tag 'x86-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: selftests/x86: Update map_shadow_stack syscall nr
2 parents a621697 + 6ea7bb0 commit fdde618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/x86/test_shadow_stack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* without building the headers.
4141
*/
4242
#ifndef __NR_map_shadow_stack
43-
#define __NR_map_shadow_stack 452
43+
#define __NR_map_shadow_stack 453
4444

4545
#define SHADOW_STACK_SET_TOKEN (1ULL << 0)
4646

0 commit comments

Comments
 (0)