summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/seccomp
AgeCommit message (Expand)Author
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren
2020-07-28selftests/seccomp: add xtensa supportMax Filippov
2020-07-14selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFDSargun Dhillon
2020-07-10selftests/seccomp: Check ENOSYS under tracingKees Cook
2020-07-10selftests/seccomp: Refactor to use fixture variantsKees Cook
2020-07-10seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook
2020-07-10selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()Kees Cook
2020-07-10selftests/seccomp: Make kcmp() less requiredKees Cook
2020-07-10selftests/seccomp: Improve calibration loopKees Cook
2020-07-10selftests/seccomp: use 90s as timeoutThadeu Lima de Souza Cascardo
2020-07-10selftests/seccomp: Expand benchmark to per-filter measurementsKees Cook
2020-07-10selftests/seccomp: Check for EPOLLHUP for user_notifChristian Brauner
2020-07-10selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook
2020-07-10selftests/seccomp: Add SKIPs for failed unshare()Kees Cook
2020-07-10selftests/seccomp: Rename XFAIL to SKIPKees Cook
2020-06-16selftests/seccomp: s390 shares the syscall and return value registerSven Schnelle
2020-04-14selftests/seccomp: allow clock_nanosleep instead of nanosleepThadeu Lima de Souza Cascardo
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-26selftests: Fix seccomp to support relocatable build (O=objdir)Shuah Khan
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-13selftests/seccomp: Adjust test fixture countsKees Cook
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen
2020-01-02selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon
2020-01-02selftests/seccomp: Zero out seccomp_notifSargun Dhillon
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov
2019-10-21seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testChristian Brauner
2019-10-10seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner
2019-10-10seccomp: avoid overflow in implicit constant conversionChristian Brauner
2019-09-23selftests/seccomp: fix build on older kernelsTycho Andersen
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook
2019-04-16selftests/seccomp: Handle namespace failures gracefullyKees Cook
2019-02-13selftests/seccomp: Actually sleep for 1/10th secondKees Cook
2019-02-13selftests: unshare userns in seccomp pidns testcasesTycho Andersen
2019-02-13selftests: set NO_NEW_PRIVS bit in seccomp user testsTycho Andersen
2019-02-13selftests: skip seccomp get_metadata test if not real rootTycho Andersen
2019-02-13selftests: fix typo in seccomp_bpf.cTycho Andersen
2019-02-13selftests: don't kill child immediately in get_metadata() testTycho Andersen
2019-01-25selftests/seccomp: Enhance per-arch ptrace syscall skip testsKees Cook
2019-01-17selftests/seccomp: Abort without user notification supportKees Cook
2019-01-16selftests: seccomp: use LDLIBS instead of LDFLAGSFathi Boudra