- 105345b powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls by Nicholas Piggin · 3 years, 7 months ago
- 1ea3602 kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE by Chris Wilson · 3 years, 11 months ago
- 7944979 selftests/seccomp: Update kernel config by Mickaël Salaün · 4 years, 1 month ago
- 4c222f3 selftests/seccomp: sh: Fix register names by Kees Cook · 4 years, 1 month ago
- f5098e3 selftests/seccomp: powerpc: Fix typo in macro variable name by Kees Cook · 4 years, 1 month ago
- e953aea selftests/clone3: Avoid OS-defined clone_args by Kees Cook · 4 years, 4 months ago
- a39caac selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit by Kees Cook · 4 years, 4 months ago
- bef71f8 selftests/seccomp: Allow syscall nr and ret value to be set separately by Kees Cook · 4 years, 3 months ago
- 71c87fb selftests/seccomp: Record syscall during ptrace entry by Kees Cook · 4 years, 3 months ago
- 4613832 selftests/seccomp: powerpc: Fix seccomp return value testing by Kees Cook · 4 years, 4 months ago
- f04cf78 selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET by Kees Cook · 4 years, 4 months ago
- e4e8e5d selftests/seccomp: Avoid redundant register flushes by Kees Cook · 4 years, 4 months ago
- dc2ad165 selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREG by Kees Cook · 4 years, 4 months ago
- fdbaa79 selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG by Kees Cook · 4 years, 4 months ago
- 78f2662 selftests/seccomp: Remove syscall setting #ifdefs by Kees Cook · 4 years, 4 months ago
- 37989de selftests/seccomp: mips: Remove O32-specific macro by Kees Cook · 4 years, 4 months ago
- 0dd7d68 selftests/seccomp: arm64: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
- aa8fbb8 selftests/seccomp: arm: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
- a084a6c selftests/seccomp: mips: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
- 31c36eb selftests/seccomp: Provide generic syscall setting macro by Kees Cook · 4 years, 4 months ago
- a6a4d78 selftests/seccomp: Refactor arch register macros to avoid xtensa special case by Kees Cook · 4 years, 4 months ago
- 05b52c6 selftests/seccomp: Use __NR_mknodat instead of __NR_mknod by Kees Cook · 4 years, 4 months ago
- a230428 selftests/seccomp: Use bitwise instead of arithmetic operator for flags by Zou Wei · 4 years, 9 months ago
- 3932fce selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior by Kees Cook · 4 years, 4 months ago
- 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 5 months ago
- 0bb605c sh: Add SECCOMP_FILTER by Michael Karcher · 4 years, 5 months ago
- 2044513 Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 5 months ago
- bbcf9cd Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 5 months ago
- 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- e95a4f8 csky: Add SECCOMP_FILTER supported by Guo Ren · 4 years, 7 months ago
- 768877b selftests/seccomp: add xtensa support by Max Filippov · 5 years ago
- c97aedc selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD by Sargun Dhillon · 4 years, 7 months ago
- 11eb004 selftests/seccomp: Check ENOSYS under tracing by Kees Cook · 4 years, 6 months ago
- adeeec8 selftests/seccomp: Refactor to use fixture variants by Kees Cook · 4 years, 6 months ago
- 47e33c05 seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID by Kees Cook · 4 years, 7 months ago
- 279ed89 selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall() by Kees Cook · 4 years, 7 months ago
- cf8918d selftests/seccomp: Make kcmp() less required by Kees Cook · 4 years, 7 months ago
- 81a0c8b selftests/seccomp: Improve calibration loop by Kees Cook · 4 years, 7 months ago
- bc32c9c selftests/seccomp: use 90s as timeout by Thadeu Lima de Souza Cascardo · 4 years, 7 months ago
- d3a37ea selftests/seccomp: Expand benchmark to per-filter measurements by Kees Cook · 4 years, 7 months ago
- ad56821 selftests/seccomp: Check for EPOLLHUP for user_notif by Christian Brauner · 4 years, 7 months ago
- e4d0502 selftests/seccomp: Set NNP for TSYNC ESRCH flag test by Kees Cook · 4 years, 6 months ago
- d7d2e5b selftests/seccomp: Add SKIPs for failed unshare() by Kees Cook · 4 years, 6 months ago
- 8b1bc88 selftests/seccomp: Rename XFAIL to SKIP by Kees Cook · 4 years, 6 months ago
- 4bae85b selftests/seccomp: s390 shares the syscall and return value register by Sven Schnelle · 4 years, 10 months ago
- d42b8db selftests/seccomp: allow clock_nanosleep instead of nanosleep by Thadeu Lima de Souza Cascardo · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- 397a979 Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 9 months ago
- 860f0a7 selftests: Fix seccomp to support relocatable build (O=objdir) by Shuah Khan · 4 years, 9 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- 1ae81d7 selftests/seccomp: Adjust test fixture counts by Kees Cook · 4 years, 10 months ago
- 5189149 seccomp: allow TSYNC and USER_NOTIF together by Tycho Andersen · 4 years, 10 months ago
- e4ab5cc selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV by Sargun Dhillon · 5 years ago
- 88c13f8 selftests/seccomp: Zero out seccomp_notif by Sargun Dhillon · 5 years ago
- b94ae8a Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
- 5340627 riscv: add support for SECCOMP and SECCOMP_FILTER by David Abdurachmanov · 5 years ago
- 2aa8d8d seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test by Christian Brauner · 5 years ago
- 0eebfed seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE by Christian Brauner · 5 years ago
- 223e660 seccomp: avoid overflow in implicit constant conversion by Christian Brauner · 5 years ago
- 8828229 selftests/seccomp: fix build on older kernels by Tycho Andersen · 5 years ago
- 201766a ptrace: add PTRACE_GET_SYSCALL_INFO request by Elvira Khabirova · 5 years ago
- e500db3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481 by Thomas Gleixner · 6 years ago
- 71ae5fc Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
- 4ee0776 selftests/seccomp: Prepare for exclusive seccomp flags by Kees Cook · 6 years ago
- 9dd3fcb selftests/seccomp: Handle namespace failures gracefully by Kees Cook · 6 years ago
- ed492c2 selftests/seccomp: Actually sleep for 1/10th second by Kees Cook · 6 years ago
- 30d53a5 selftests: unshare userns in seccomp pidns testcases by Tycho Andersen · 6 years ago
- c714070 selftests: set NO_NEW_PRIVS bit in seccomp user tests by Tycho Andersen · 6 years ago
- 3aa415dd selftests: skip seccomp get_metadata test if not real root by Tycho Andersen · 6 years ago
- 0b54b44 selftests: fix typo in seccomp_bpf.c by Tycho Andersen · 6 years ago
- fb024a0 selftests: don't kill child immediately in get_metadata() test by Tycho Andersen · 6 years ago
- ed5f132 selftests/seccomp: Enhance per-arch ptrace syscall skip tests by Kees Cook · 6 years ago
- 3d244c1 selftests/seccomp: Abort without user notification support by Kees Cook · 6 years ago
- 5bbc73a selftests: seccomp: use LDLIBS instead of LDFLAGS by Fathi Boudra · 6 years ago
- d9a7fa6 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- 2bd61ab selftests/seccomp: Remove SIGSTOP si_pid check by Kees Cook · 6 years ago
- 6a21cc5 seccomp: add a return code to trap to userspace by Tycho Andersen · 6 years ago
- 00a02d0 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 7 years ago
- 6c3b6d5 selftests/seccomp: Allow get_metadata to XFAIL by Kees Cook · 7 years ago
- 645ae5c Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3 by James Morris · 7 years ago
- d057dc4 seccomp: add a selftest for get_metadata by Tycho Andersen · 7 years ago
- 912ec31 selftests: seccomp: fix compile error seccomp_bpf by Anders Roxell · 7 years ago
- d54e9a8 selftests: seccomp: update .gitignore with newly added tests by Shuah Khan · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 225d3b6 Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
- 10859f3 selftests/seccomp: Support glibc 2.26 siginfo_t.h by Kees Cook · 7 years ago
- c0a3a64 Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 369130b selftests: Enhance kselftest_harness.h to print which assert failed by Mickaël Salaün · 7 years ago
- f3e1821 selftests/seccomp: Test thread vs process killing by Kees Cook · 7 years ago
- fd76875 seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD by Kees Cook · 7 years ago
- 59f5cf4 seccomp: Action to log before allowing by Tyler Hicks · 7 years ago
- e66a399 seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW by Tyler Hicks · 7 years ago
- 2b7ea5b seccomp: Selftest for detection of filter flag support by Tyler Hicks · 7 years ago
- d612b1f seccomp: Operation for checking if an action is available by Tyler Hicks · 7 years ago
- f3f6e30 selftests/seccomp: Refactor RET_ERRNO tests by Kees Cook · 7 years ago
- 967d7ba selftests/seccomp: Add simple seccomp overhead benchmark by Kees Cook · 9 years ago
- a33b2d0 selftests/seccomp: Add tests for basic ptrace actions by Kees Cook · 8 years ago
- ef3ad08 Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
- 93bd70e seccomp: Adjust selftests to avoid double-join by Kees Cook · 8 years ago
- 34a048c selftests: kselftest_harness: Fix compile warning by Mickaël Salaün · 8 years ago