summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-05-232-2/+3
| * | | | | | | | | | | | | | | | | landlock: Fix same-layer rule unionsMickaël Salaün2022-05-231-0/+107
| * | | | | | | | | | | | | | | | | landlock: Reduce the maximum number of layers to 16Mickaël Salaün2022-05-231-1/+1
| * | | | | | | | | | | | | | | | | selftests/landlock: Test landlock_create_ruleset(2) argument check orderingMickaël Salaün2022-05-231-1/+20
| * | | | | | | | | | | | | | | | | landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün2022-05-231-10/+37
| * | | | | | | | | | | | | | | | | landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün2022-05-231-2/+32
| * | | | | | | | | | | | | | | | | selftests/landlock: Add tests for O_PATHMickaël Salaün2022-05-231-2/+8
| * | | | | | | | | | | | | | | | | selftests/landlock: Fully test file rename with "remove" accessMickaël Salaün2022-05-231-4/+37
| * | | | | | | | | | | | | | | | | selftests/landlock: Extend access right tests to directoriesMickaël Salaün2022-05-231-8/+22
| * | | | | | | | | | | | | | | | | selftests/landlock: Add tests for unknown access rightsMickaël Salaün2022-05-231-0/+16
| * | | | | | | | | | | | | | | | | selftests/landlock: Extend tests for minimal valid attribute sizeMickaël Salaün2022-05-231-0/+5
| * | | | | | | | | | | | | | | | | selftests/landlock: Make tests build with old libcMickaël Salaün2022-05-231-5/+18
| * | | | | | | | | | | | | | | | | selftests/landlock: Format with clang-formatMickaël Salaün2022-05-234-251/+312
| * | | | | | | | | | | | | | | | | selftests/landlock: Normalize array assignmentMickaël Salaün2022-05-091-56/+56
| * | | | | | | | | | | | | | | | | selftests/landlock: Add clang-format exceptionsMickaël Salaün2022-05-093-7/+38
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-242-1/+427
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-2342-116/+2761
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | kselftest/arm64: Explicitly build no BTI tests with BTI disabledMark Brown2022-05-161-1/+1
| * | | | | | | | | | | | | | | | | kselftest/arm64: bti: force static linkingAndre Przywara2022-05-161-2/+2
| * | | | | | | | | | | | | | | | | selftests/arm64: Use switch statements in mte_common_util.cMark Brown2022-05-151-7/+16
| * | | | | | | | | | | | | | | | | selftests/arm64: Remove casts to/from void in check_tags_inclusionMark Brown2022-05-151-12/+12
| * | | | | | | | | | | | | | | | | selftests/arm64: Check failures to set tags in check_tags_inclusionMark Brown2022-05-151-6/+12
| * | | | | | | | | | | | | | | | | selftests/arm64: Allow zero tags in mte_switch_mode()Mark Brown2022-05-151-1/+1
| * | | | | | | | | | | | | | | | | selftests/arm64: Log errors in verify_mte_pointer_validity()Mark Brown2022-05-151-3/+9
| * | | | | | | | | | | | | | | | | kselftest/arm64: Fix ABI header directory locationMark Brown2022-05-041-10/+1
| * | | | | | | | | | | | | | | | | selftests/arm64: Fix O= builds for the floating point testsMark Brown2022-04-281-17/+15
| * | | | | | | | | | | | | | | | | selftests/arm64: Clean the fp helper librariesMark Brown2022-04-281-0/+2
| * | | | | | | | | | | | | | | | | selftests/arm64: Define top_srcdir for the fp testsMark Brown2022-04-281-1/+5
| * | | | | | | | | | | | | | | | | selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP MakefileMark Brown2022-04-281-6/+5
| * | | | | | | | | | | | | | | | | kselftest/arm64: fix array_size.cocci warningGuo Zhengkui2022-04-281-4/+4
| * | | | | | | | | | | | | | | | | selftests/arm64: Add a testcase for handling of ZA on clone()Mark Brown2022-04-284-1/+226
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add SME support to syscall ABI testMark Brown2022-04-283-23/+275
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add coverage for the ZA ptrace interfaceMark Brown2022-04-283-1/+359
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add streaming SVE to SVE ptrace testsMark Brown2022-04-281-0/+11
| * | | | | | | | | | | | | | | | | kselftest/arm64: signal: Add SME signal handling testsMark Brown2022-04-2810-0/+555
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add stress test for SME ZA context switchingMark Brown2022-04-284-0/+451
| * | | | | | | | | | | | | | | | | kselftest/arm64: signal: Handle ZA signal context in core codeMark Brown2022-04-282-1/+38
| * | | | | | | | | | | | | | | | | kselftest/arm64: sme: Provide streaming mode SVE stress testMark Brown2022-04-284-0/+83
| * | | | | | | | | | | | | | | | | kselftest/arm64: Extend vector configuration API tests to cover SMEMark Brown2022-04-286-1/+38
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add tests for TPIDR2Mark Brown2022-04-283-1/+307
| * | | | | | | | | | | | | | | | | kselftest/arm64: sme: Add SME support to vlsetMark Brown2022-04-281-2/+8
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add manual encodings for SME instructionsMark Brown2022-04-281-0/+51
| * | | | | | | | | | | | | | | | | kselftest/arm64: Add simple test for MTE prctlMark Brown2022-04-282-0/+120
| * | | | | | | | | | | | | | | | | kselftest/arm64: Refactor parameter checking in mte_switch_mode()Mark Brown2022-04-281-3/+12