Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
tools/testing/selftests/x86/test_shadow_stack.c
··· 40 40 * without building the headers. 41 41 */ 42 42 #ifndef __NR_map_shadow_stack 43 - #define __NR_map_shadow_stack 452 43 + #define __NR_map_shadow_stack 453 44 44 45 45 #define SHADOW_STACK_SET_TOKEN (1ULL << 0) 46 46