Skip to content

Commit

Permalink
Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke…
Browse files Browse the repository at this point in the history
…rnel/git/kees/linux

Pull seccomp fix from Kees Cook:

 - Fix seccomp_unotify perf benchmark for 32-bit (Jiri Slaby)

* tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  perf/benchmark: fix seccomp_unotify benchmark for 32-bit
  • Loading branch information
Linus Torvalds committed Oct 19, 2023
2 parents ea1cc20 + 31c6570 commit 189b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/arch/x86/include/uapi/asm/unistd_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
#ifndef __NR_setns
#define __NR_setns 346
#endif
#ifdef __NR_seccomp
#ifndef __NR_seccomp
#define __NR_seccomp 354
#endif

0 comments on commit 189b756

Please sign in to comment.