index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
seccomp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...
Linus Torvalds
1
-1
/
+1
2021-02-16
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
1
-1
/
+1
2021-02-10
selftests/seccomp: Accept any valid fd in user_notification_addfd
Seth Forshee
1
-6
/
+2
2020-12-02
selftests/seccomp: Update kernel config
Mickaël Salaün
1
-0
/
+1
2020-11-20
Merge branch 'for-linus/seccomp' into for-next/seccomp
Kees Cook
1
-4
/
+4
2020-11-20
selftests/seccomp: Compare bitmap vs filter overhead
Kees Cook
2
-23
/
+130
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-09
selftests/seccomp: Use bitwise instead of arithmetic operator for flags
Zou Wei
1
-4
/
+4
2020-09-09
selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior
Kees Cook
1
-6
/
+37
2020-08-16
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-1
/
+7
2020-08-15
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-05
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-15
selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
Sargun Dhillon
1
-0
/
+229
2020-07-11
selftests/seccomp: Check ENOSYS under tracing
Kees Cook
1
-0
/
+20
2020-07-11
selftests/seccomp: Refactor to use fixture variants
Kees Cook
1
-157
/
+42
2020-07-11
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
1
-1
/
+1
2020-07-11
selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
Kees Cook
1
-23
/
+23
2020-07-11
selftests/seccomp: Make kcmp() less required
Kees Cook
1
-20
/
+38
2020-07-11
selftests/seccomp: Improve calibration loop
Kees Cook
1
-18
/
+32
2020-07-11
selftests/seccomp: use 90s as timeout
Thadeu Lima de Souza Cascardo
1
-0
/
+1
2020-07-11
selftests/seccomp: Expand benchmark to per-filter measurements
Kees Cook
2
-9
/
+29
2020-07-11
selftests/seccomp: Check for EPOLLHUP for user_notif
Christian Brauner
1
-0
/
+136
2020-07-11
selftests/seccomp: Set NNP for TSYNC ESRCH flag test
Kees Cook
1
-0
/
+5
2020-07-11
selftests/seccomp: Add SKIPs for failed unshare()
Kees Cook
2
-2
/
+9
2020-07-11
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
[next]