summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp
Commit message (Expand)AuthorAgeFilesLines
* selftests: seccomp: fix format-zero-length warningsAmer Al Shanawany9 days1-3/+3
* selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown2024-03-291-1/+1
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-5/+4
|\
| * selftests: kselftest_harness: save full exit code in metadataJakub Kicinski2024-03-011-5/+4
* | Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-122-12/+67
|\ \ | |/ |/|
| * selftests/seccomp: Pin benchmark to single CPUKees Cook2024-02-071-2/+36
| * selftests/seccomp: user_notification_addfd check nextfd is availableTerry Tritton2024-02-011-5/+19
| * selftests/seccomp: Change the syscall used in KILL_THREAD testTerry Tritton2024-02-011-4/+4
| * selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID)Terry Tritton2024-02-011-1/+8
* | kselftest/seccomp: Report each expectation we assert as a KTAP testMark Brown2024-01-301-20/+41
* | kselftest/seccomp: Use kselftest output functions for benchmarkMark Brown2024-01-301-21/+24
|/
* selftests/seccomp: Handle arm32 corner cases betterKees Cook2023-08-101-1/+11
* selftest/seccomp: add a new test for the sync mode of seccomp_user_notifyAndrei Vagin2023-07-171-0/+55
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-011-0/+6
|\
| * selftests/seccomp: Add LoongArch selftesting supportHuacai Chen2023-02-251-0/+6
* | Merge tag 'linux-kselftest-next-6.3-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-02-231-1/+1
|\ \
| * | selftests: seccomp: Fix incorrect kernel headers search pathMathieu Desnoyers2023-02-131-1/+1
| |/
* / selftests/seccomp: Add m68k supportMichael Schmitz2023-01-301-1/+7
|/
* selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_wit...Gautam Menghani2022-12-021-2/+4
* selftests/seccomp: Fix compile warning when CC=clangYiFei Zhu2022-07-271-1/+1
* selftests/seccomp: Fix spelling mistake "Coud" -> "Could"Colin Ian King2022-05-041-1/+1
* selftests/seccomp: Add test for wait killable notifierSargun Dhillon2022-05-031-0/+228
* selftests/seccomp: Refactor get_proc_stat to split out file reading codeSargun Dhillon2022-05-031-16/+38
* selftests/seccomp: Ensure that notifications come in FIFO orderSargun Dhillon2022-04-291-0/+109
* selftests/seccomp: Add SKIP for failed unshare()Yang Guang2022-04-291-1/+4
* selftests/seccomp: Test PTRACE_O_SUSPEND_SECCOMP without CAP_SYS_ADMINJann Horn2022-04-292-0/+64
* selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn2022-04-291-5/+5
* 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