1. 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
  2. 1ea3602 kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE by Chris Wilson · 3 years, 11 months ago
  3. 7944979 selftests/seccomp: Update kernel config by Mickaël Salaün · 4 years, 1 month ago
  4. 4c222f3 selftests/seccomp: sh: Fix register names by Kees Cook · 4 years, 1 month ago
  5. f5098e3 selftests/seccomp: powerpc: Fix typo in macro variable name by Kees Cook · 4 years, 1 month ago
  6. e953aea selftests/clone3: Avoid OS-defined clone_args by Kees Cook · 4 years, 4 months ago
  7. a39caac selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit by Kees Cook · 4 years, 4 months ago
  8. bef71f8 selftests/seccomp: Allow syscall nr and ret value to be set separately by Kees Cook · 4 years, 3 months ago
  9. 71c87fb selftests/seccomp: Record syscall during ptrace entry by Kees Cook · 4 years, 3 months ago
  10. 4613832 selftests/seccomp: powerpc: Fix seccomp return value testing by Kees Cook · 4 years, 4 months ago
  11. f04cf78 selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET by Kees Cook · 4 years, 4 months ago
  12. e4e8e5d selftests/seccomp: Avoid redundant register flushes by Kees Cook · 4 years, 4 months ago
  13. dc2ad165 selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREG by Kees Cook · 4 years, 4 months ago
  14. fdbaa79 selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG by Kees Cook · 4 years, 4 months ago
  15. 78f2662 selftests/seccomp: Remove syscall setting #ifdefs by Kees Cook · 4 years, 4 months ago
  16. 37989de selftests/seccomp: mips: Remove O32-specific macro by Kees Cook · 4 years, 4 months ago
  17. 0dd7d68 selftests/seccomp: arm64: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
  18. aa8fbb8 selftests/seccomp: arm: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
  19. a084a6c selftests/seccomp: mips: Define SYSCALL_NUM_SET macro by Kees Cook · 4 years, 4 months ago
  20. 31c36eb selftests/seccomp: Provide generic syscall setting macro by Kees Cook · 4 years, 4 months ago
  21. a6a4d78 selftests/seccomp: Refactor arch register macros to avoid xtensa special case by Kees Cook · 4 years, 4 months ago
  22. 05b52c6 selftests/seccomp: Use __NR_mknodat instead of __NR_mknod by Kees Cook · 4 years, 4 months ago
  23. a230428 selftests/seccomp: Use bitwise instead of arithmetic operator for flags by Zou Wei · 4 years, 9 months ago
  24. 3932fce selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior by Kees Cook · 4 years, 4 months ago
  25. 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 5 months ago
  26. 0bb605c sh: Add SECCOMP_FILTER by Michael Karcher · 4 years, 5 months ago
  27. 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
  28. bbcf9cd Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 5 months ago
  29. 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
  30. e95a4f8 csky: Add SECCOMP_FILTER supported by Guo Ren · 4 years, 7 months ago
  31. 768877b selftests/seccomp: add xtensa support by Max Filippov · 5 years ago
  32. c97aedc selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD by Sargun Dhillon · 4 years, 7 months ago
  33. 11eb004 selftests/seccomp: Check ENOSYS under tracing by Kees Cook · 4 years, 6 months ago
  34. adeeec8 selftests/seccomp: Refactor to use fixture variants by Kees Cook · 4 years, 6 months ago
  35. 47e33c05 seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID by Kees Cook · 4 years, 7 months ago
  36. 279ed89 selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall() by Kees Cook · 4 years, 7 months ago
  37. cf8918d selftests/seccomp: Make kcmp() less required by Kees Cook · 4 years, 7 months ago
  38. 81a0c8b selftests/seccomp: Improve calibration loop by Kees Cook · 4 years, 7 months ago
  39. bc32c9c selftests/seccomp: use 90s as timeout by Thadeu Lima de Souza Cascardo · 4 years, 7 months ago
  40. d3a37ea selftests/seccomp: Expand benchmark to per-filter measurements by Kees Cook · 4 years, 7 months ago
  41. ad56821 selftests/seccomp: Check for EPOLLHUP for user_notif by Christian Brauner · 4 years, 7 months ago
  42. e4d0502 selftests/seccomp: Set NNP for TSYNC ESRCH flag test by Kees Cook · 4 years, 6 months ago
  43. d7d2e5b selftests/seccomp: Add SKIPs for failed unshare() by Kees Cook · 4 years, 6 months ago
  44. 8b1bc88 selftests/seccomp: Rename XFAIL to SKIP by Kees Cook · 4 years, 6 months ago
  45. 4bae85b selftests/seccomp: s390 shares the syscall and return value register by Sven Schnelle · 4 years, 10 months ago
  46. d42b8db selftests/seccomp: allow clock_nanosleep instead of nanosleep by Thadeu Lima de Souza Cascardo · 4 years, 9 months ago
  47. 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
  48. 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
  49. 860f0a7 selftests: Fix seccomp to support relocatable build (O=objdir) by Shuah Khan · 4 years, 9 months ago
  50. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  51. 1ae81d7 selftests/seccomp: Adjust test fixture counts by Kees Cook · 4 years, 10 months ago
  52. 5189149 seccomp: allow TSYNC and USER_NOTIF together by Tycho Andersen · 4 years, 10 months ago
  53. e4ab5cc selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV by Sargun Dhillon · 5 years ago
  54. 88c13f8 selftests/seccomp: Zero out seccomp_notif by Sargun Dhillon · 5 years ago
  55. 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
  56. 5340627 riscv: add support for SECCOMP and SECCOMP_FILTER by David Abdurachmanov · 5 years ago
  57. 2aa8d8d seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test by Christian Brauner · 5 years ago
  58. 0eebfed seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE by Christian Brauner · 5 years ago
  59. 223e660 seccomp: avoid overflow in implicit constant conversion by Christian Brauner · 5 years ago
  60. 8828229 selftests/seccomp: fix build on older kernels by Tycho Andersen · 5 years ago
  61. 201766a ptrace: add PTRACE_GET_SYSCALL_INFO request by Elvira Khabirova · 5 years ago
  62. e500db3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481 by Thomas Gleixner · 6 years ago
  63. 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
  64. 4ee0776 selftests/seccomp: Prepare for exclusive seccomp flags by Kees Cook · 6 years ago
  65. 9dd3fcb selftests/seccomp: Handle namespace failures gracefully by Kees Cook · 6 years ago
  66. ed492c2 selftests/seccomp: Actually sleep for 1/10th second by Kees Cook · 6 years ago
  67. 30d53a5 selftests: unshare userns in seccomp pidns testcases by Tycho Andersen · 6 years ago
  68. c714070 selftests: set NO_NEW_PRIVS bit in seccomp user tests by Tycho Andersen · 6 years ago
  69. 3aa415dd selftests: skip seccomp get_metadata test if not real root by Tycho Andersen · 6 years ago
  70. 0b54b44 selftests: fix typo in seccomp_bpf.c by Tycho Andersen · 6 years ago
  71. fb024a0 selftests: don't kill child immediately in get_metadata() test by Tycho Andersen · 6 years ago
  72. ed5f132 selftests/seccomp: Enhance per-arch ptrace syscall skip tests by Kees Cook · 6 years ago
  73. 3d244c1 selftests/seccomp: Abort without user notification support by Kees Cook · 6 years ago
  74. 5bbc73a selftests: seccomp: use LDLIBS instead of LDFLAGS by Fathi Boudra · 6 years ago
  75. d9a7fa6 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  76. 2bd61ab selftests/seccomp: Remove SIGSTOP si_pid check by Kees Cook · 6 years ago
  77. 6a21cc5 seccomp: add a return code to trap to userspace by Tycho Andersen · 6 years ago
  78. 00a02d0 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 7 years ago
  79. 6c3b6d5 selftests/seccomp: Allow get_metadata to XFAIL by Kees Cook · 7 years ago
  80. 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
  81. d057dc4 seccomp: add a selftest for get_metadata by Tycho Andersen · 7 years ago
  82. 912ec31 selftests: seccomp: fix compile error seccomp_bpf by Anders Roxell · 7 years ago
  83. d54e9a8 selftests: seccomp: update .gitignore with newly added tests by Shuah Khan · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. 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
  86. 10859f3 selftests/seccomp: Support glibc 2.26 siginfo_t.h by Kees Cook · 7 years ago
  87. 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
  88. 369130b selftests: Enhance kselftest_harness.h to print which assert failed by Mickaël Salaün · 7 years ago
  89. f3e1821 selftests/seccomp: Test thread vs process killing by Kees Cook · 7 years ago
  90. fd76875 seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD by Kees Cook · 7 years ago
  91. 59f5cf4 seccomp: Action to log before allowing by Tyler Hicks · 7 years ago
  92. e66a399 seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW by Tyler Hicks · 7 years ago
  93. 2b7ea5b seccomp: Selftest for detection of filter flag support by Tyler Hicks · 7 years ago
  94. d612b1f seccomp: Operation for checking if an action is available by Tyler Hicks · 7 years ago
  95. f3f6e30 selftests/seccomp: Refactor RET_ERRNO tests by Kees Cook · 7 years ago
  96. 967d7ba selftests/seccomp: Add simple seccomp overhead benchmark by Kees Cook · 9 years ago
  97. a33b2d0 selftests/seccomp: Add tests for basic ptrace actions by Kees Cook · 8 years ago
  98. 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
  99. 93bd70e seccomp: Adjust selftests to avoid double-join by Kees Cook · 8 years ago
  100. 34a048c selftests: kselftest_harness: Fix compile warning by Mickaël Salaün · 8 years ago