summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp
AgeCommit message (Expand)AuthorLines
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+6
2023-02-25selftests/seccomp: Add LoongArch selftesting supportHuacai Chen-0/+6
2023-02-23Merge tag 'linux-kselftest-next-6.3-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2023-02-13selftests: seccomp: Fix incorrect kernel headers search pathMathieu Desnoyers-1/+1
2023-01-30selftests/seccomp: Add m68k supportMichael Schmitz-1/+7
2022-12-02selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_wit...Gautam Menghani-2/+4
2022-07-27selftests/seccomp: Fix compile warning when CC=clangYiFei Zhu-1/+1
2022-05-04selftests/seccomp: Fix spelling mistake "Coud" -> "Could"Colin Ian King-1/+1
2022-05-03selftests/seccomp: Add test for wait killable notifierSargun Dhillon-0/+228
2022-05-03selftests/seccomp: Refactor get_proc_stat to split out file reading codeSargun Dhillon-16/+38
2022-04-29selftests/seccomp: Ensure that notifications come in FIFO orderSargun Dhillon-0/+109
2022-04-29selftests/seccomp: Add SKIP for failed unshare()Yang Guang-1/+4
2022-04-29selftests/seccomp: Test PTRACE_O_SUSPEND_SECCOMP without CAP_SYS_ADMINJann Horn-0/+64
2022-04-29selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn-5/+5
2022-02-14selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang-1/+1
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+1
2022-01-10Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+50
2021-12-10selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmarkShuah Khan-1/+1
2021-11-03selftests/seccomp: Report event mismatches more clearlyKees Cook-5/+49
2021-11-03selftests/seccomp: Stop USER_NOTIF test if kcmp() failsKees Cook-1/+1
2021-10-25selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich-3/+3
2021-06-28Merge tag 'seccomp-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+55
2021-06-28selftests/seccomp: Avoid using "sysctl" for reportKees Cook-2/+6
2021-06-28selftests/seccomp: Flush benchmark outputKees Cook-0/+2
2021-06-28selftests/seccomp: More closely track fds being assignedKees Cook-7/+12
2021-06-28selftests/seccomp: Add test for atomic addfd+sendRodrigo Campos-0/+38
2021-05-21powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin-9/+18
2021-02-22Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds-1/+1
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson-1/+1
2021-02-09selftests/seccomp: Accept any valid fd in user_notification_addfdSeth Forshee-6/+2
2020-12-02selftests/seccomp: Update kernel configMickaël Salaün-0/+1
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook-4/+4
2020-11-20selftests/seccomp: Compare bitmap vs filter overheadKees Cook-23/+130
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook-2/+2
2020-10-08selftests/clone3: Avoid OS-defined clone_argsKees Cook-2/+2
2020-10-08selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook-4/+21
2020-10-08selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook-12/+47
2020-10-08selftests/seccomp: Record syscall during ptrace entryKees Cook-13/+27
2020-09-19selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook-0/+15
2020-09-19selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook-10/+23
2020-09-19selftests/seccomp: Avoid redundant register flushesKees Cook-2/+4
2020-09-19selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook-27/+15
2020-09-19selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook-12/+15
2020-09-19selftests/seccomp: Remove syscall setting #ifdefsKees Cook-13/+3
2020-09-19selftests/seccomp: mips: Remove O32-specific macroKees Cook-6/+12
2020-09-19selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook-14/+13
2020-09-19selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook-10/+6
2020-09-19selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook-8/+9
2020-09-19selftests/seccomp: Provide generic syscall setting macroKees Cook-2/+13