summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp
Commit message (Expand)AuthorAgeFilesLines
* selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang2022-02-141-1/+1
* Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-101-1/+1
|\
| * selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmarkShuah Khan2021-12-101-1/+1
* | Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-101-6/+50
|\ \ | |/ |/|
| * selftests/seccomp: Report event mismatches more clearlyKees Cook2021-11-031-5/+49
| * selftests/seccomp: Stop USER_NOTIF test if kcmp() failsKees Cook2021-11-031-1/+1
* | selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-3/+3
|/
* Merge tag 'seccomp-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-282-6/+55
|\
| * selftests/seccomp: Avoid using "sysctl" for reportKees Cook2021-06-281-2/+6
| * selftests/seccomp: Flush benchmark outputKees Cook2021-06-281-0/+2
| * selftests/seccomp: More closely track fds being assignedKees Cook2021-06-281-7/+12
| * selftests/seccomp: Add test for atomic addfd+sendRodrigo Campos2021-06-281-0/+38
* | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-211-9/+18
|/
* Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds2021-02-221-1/+1
|\
| * kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-1/+1
* | selftests/seccomp: Accept any valid fd in user_notification_addfdSeth Forshee2021-02-091-6/+2
|/
* selftests/seccomp: Update kernel configMickaël Salaün2020-12-021-0/+1
* Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook2020-11-201-4/+4
|\
| * selftests/seccomp: sh: Fix register namesKees Cook2020-11-201-2/+2
| * selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-201-2/+2
* | selftests/seccomp: Compare bitmap vs filter overheadKees Cook2020-11-202-23/+130
|/
* selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-10-081-2/+2
* selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook2020-10-081-4/+21
* selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook2020-10-081-12/+47
* selftests/seccomp: Record syscall during ptrace entryKees Cook2020-10-081-13/+27
* selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook2020-09-191-0/+15
* selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook2020-09-191-10/+23
* selftests/seccomp: Avoid redundant register flushesKees Cook2020-09-191-2/+4
* selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-27/+15
* selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-12/+15
* selftests/seccomp: Remove syscall setting #ifdefsKees Cook2020-09-191-13/+3
* selftests/seccomp: mips: Remove O32-specific macroKees Cook2020-09-191-6/+12
* selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-14/+13
* selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-10/+6
* selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-8/+9
* selftests/seccomp: Provide generic syscall setting macroKees Cook2020-09-191-2/+13
* selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook2020-09-191-50/+47
* selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook2020-09-191-1/+1
* selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei2020-09-081-4/+4
* selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook2020-09-081-6/+37
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-1/+7
|\
| * sh: Add SECCOMP_FILTERMichael Karcher2020-08-141-1/+7
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-061-1/+11
|\ \
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-311-1/+12
| |/
* | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-061-1/+15
|\ \
| * | selftests/seccomp: add xtensa supportMax Filippov2020-07-281-1/+15
| |/
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-044-225/+565
|\ \ | |/ |/|
| * selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFDSargun Dhillon2020-07-141-0/+229
| * selftests/seccomp: Check ENOSYS under tracingKees Cook2020-07-101-0/+20
| * selftests/seccomp: Refactor to use fixture variantsKees Cook2020-07-101-157/+42