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 'seccomp-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp update from Kees Cook:

- selftests: Add hard-coded __NR_uprobe for x86_64 (Oleg Nesterov)

* tag 'seccomp-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
selftests/seccomp: Add hard-coded __NR_uprobe for x86_64

+6
+6
tools/testing/selftests/seccomp/seccomp_bpf.c
··· 170 170 # endif 171 171 #endif 172 172 173 + #ifndef __NR_uprobe 174 + # if defined(__x86_64__) 175 + # define __NR_uprobe 336 176 + # endif 177 + #endif 178 + 173 179 #ifndef SECCOMP_SET_MODE_STRICT 174 180 #define SECCOMP_SET_MODE_STRICT 0 175 181 #endif