index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
seccomp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-20
selftests/seccomp: sh: Fix register names
Kees Cook
1
-2
/
+2
2020-11-20
selftests/seccomp: powerpc: Fix typo in macro variable name
Kees Cook
1
-2
/
+2
2020-10-08
selftests/clone3: Avoid OS-defined clone_args
Kees Cook
1
-2
/
+2
2020-10-08
selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
Kees Cook
1
-4
/
+21
2020-10-08
selftests/seccomp: Allow syscall nr and ret value to be set separately
Kees Cook
1
-12
/
+47
2020-10-08
selftests/seccomp: Record syscall during ptrace entry
Kees Cook
1
-13
/
+27
2020-09-19
selftests/seccomp: powerpc: Fix seccomp return value testing
Kees Cook
1
-0
/
+15
2020-09-19
selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET
Kees Cook
1
-10
/
+23
2020-09-19
selftests/seccomp: Avoid redundant register flushes
Kees Cook
1
-2
/
+4
2020-09-19
selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREG
Kees Cook
1
-27
/
+15
2020-09-19
selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG
Kees Cook
1
-12
/
+15
2020-09-19
selftests/seccomp: Remove syscall setting #ifdefs
Kees Cook
1
-13
/
+3
2020-09-19
selftests/seccomp: mips: Remove O32-specific macro
Kees Cook
1
-6
/
+12
2020-09-19
selftests/seccomp: arm64: Define SYSCALL_NUM_SET macro
Kees Cook
1
-14
/
+13
2020-09-19
selftests/seccomp: arm: Define SYSCALL_NUM_SET macro
Kees Cook
1
-10
/
+6
2020-09-19
selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
Kees Cook
1
-8
/
+9
2020-09-19
selftests/seccomp: Provide generic syscall setting macro
Kees Cook
1
-2
/
+13
2020-09-19
selftests/seccomp: Refactor arch register macros to avoid xtensa special case
Kees Cook
1
-50
/
+47
2020-09-19
selftests/seccomp: Use __NR_mknodat instead of __NR_mknod
Kees Cook
1
-1
/
+1
2020-09-08
selftests/seccomp: Use bitwise instead of arithmetic operator for flags
Zou Wei
1
-4
/
+4
2020-09-08
selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior
Kees Cook
1
-6
/
+37
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-1
/
+7
2020-08-14
sh: Add SECCOMP_FILTER
Michael Karcher
1
-1
/
+7
2020-08-06
Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
1
-1
/
+11
2020-08-06
Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-1
/
+15
2020-08-04
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-225
/
+565
2020-07-31
csky: Add SECCOMP_FILTER supported
Guo Ren
1
-1
/
+12
2020-07-28
selftests/seccomp: add xtensa support
Max Filippov
1
-1
/
+15
2020-07-14
selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
Sargun Dhillon
1
-0
/
+229
2020-07-10
selftests/seccomp: Check ENOSYS under tracing
Kees Cook
1
-0
/
+20
2020-07-10
selftests/seccomp: Refactor to use fixture variants
Kees Cook
1
-157
/
+42
2020-07-10
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
1
-1
/
+1
2020-07-10
selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
Kees Cook
1
-23
/
+23
2020-07-10
selftests/seccomp: Make kcmp() less required
Kees Cook
1
-20
/
+38
2020-07-10
selftests/seccomp: Improve calibration loop
Kees Cook
1
-18
/
+32
2020-07-10
selftests/seccomp: use 90s as timeout
Thadeu Lima de Souza Cascardo
1
-0
/
+1
2020-07-10
selftests/seccomp: Expand benchmark to per-filter measurements
Kees Cook
2
-9
/
+29
2020-07-10
selftests/seccomp: Check for EPOLLHUP for user_notif
Christian Brauner
1
-0
/
+136
2020-07-10
selftests/seccomp: Set NNP for TSYNC ESRCH flag test
Kees Cook
1
-0
/
+5
2020-07-10
selftests/seccomp: Add SKIPs for failed unshare()
Kees Cook
2
-2
/
+9
2020-07-10
selftests/seccomp: Rename XFAIL to SKIP
Kees Cook
1
-4
/
+9
2020-06-16
selftests/seccomp: s390 shares the syscall and return value register
Sven Schnelle
1
-0
/
+1
2020-04-14
selftests/seccomp: allow clock_nanosleep instead of nanosleep
Thadeu Lima de Souza Cascardo
1
-6
/
+8
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-04-01
Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-19
/
+8
2020-03-26
selftests: Fix seccomp to support relocatable build (O=objdir)
Shuah Khan
1
-14
/
+3
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-13
selftests/seccomp: Adjust test fixture counts
Kees Cook
1
-5
/
+5
2020-03-04
seccomp: allow TSYNC and USER_NOTIF together
Tycho Andersen
1
-1
/
+73
2020-01-02
selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV
Sargun Dhillon
1
-1
/
+12
[next]