summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()Andrii Nakryiko2021-11-0710-112/+99
| | * | | | | | | | | | | | | | | selftests/bpf: Fix non-strict SEC() program sectionsAndrii Nakryiko2021-11-077-7/+7
| | * | | | | | | | | | | | | | | libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()Andrii Nakryiko2021-11-071-1/+1
* | | | | | | | | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-01-108-184/+459
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-152-3/+7
| * | | | | | | | | | | | | | | | | kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2021-12-152-2/+3
| * | | | | | | | | | | | | | | | | kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-152-2/+10
| * | | | | | | | | | | | | | | | | kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-154-35/+29
| * | | | | | | | | | | | | | | | | kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-152-70/+75
| * | | | | | | | | | | | | | | | | kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov2021-12-131-0/+6
| * | | | | | | | | | | | | | | | | kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-132-11/+74
| * | | | | | | | | | | | | | | | | kunit: tool: revamp message for invalid kunitconfigDaniel Latypov2021-12-131-9/+11
| * | | | | | | | | | | | | | | | | kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-133-0/+31
| * | | | | | | | | | | | | | | | | kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-133-42/+37
| * | | | | | | | | | | | | | | | | kunit: tool: print parsed test results fully incrementallyDaniel Latypov2021-12-132-7/+57
| * | | | | | | | | | | | | | | | | kunit: tool: Report an error if any test has no subtestsDavid Gow2021-12-133-5/+30
| * | | | | | | | | | | | | | | | | kunit: tool: Do not error on tests without test plansDavid Gow2021-12-132-4/+6
| * | | | | | | | | | | | | | | | | kunit: add run_checks.py script to validate kunit changesDaniel Latypov2021-12-131-0/+81
| * | | | | | | | | | | | | | | | | kunit: tool: fix --json output for skipped testsDaniel Latypov2021-12-132-0/+8
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-1030-57/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | selftests/vm: remove ARRAY_SIZE define from individual testsShuah Khan2021-12-103-3/+3
| * | | | | | | | | | | | | | | | | selftests/timens: remove ARRAY_SIZE define from individual testsShuah Khan2021-12-102-4/+0
| * | | | | | | | | | | | | | | | | selftests/sparc64: remove ARRAY_SIZE define from adi-testShuah Khan2021-12-101-4/+0
| * | | | | | | | | | | | | | | | | selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmarkShuah Khan2021-12-101-1/+1
| * | | | | | | | | | | | | | | | | selftests/rseq: remove ARRAY_SIZE define from individual testsShuah Khan2021-12-102-4/+2
| * | | | | | | | | | | | | | | | | selftests/net: remove ARRAY_SIZE define from individual testsShuah Khan2021-12-106-11/+8
| * | | | | | | | | | | | | | | | | selftests/landlock: remove ARRAY_SIZE define from common.hShuah Khan2021-12-101-4/+0
| * | | | | | | | | | | | | | | | | selftests/ir: remove ARRAY_SIZE define from ir_loopback.cShuah Khan2021-12-101-1/+0
| * | | | | | | | | | | | | | | | | selftests/core: remove ARRAY_SIZE define from close_range_test.cShuah Khan2021-12-101-4/+0
| * | | | | | | | | | | | | | | | | selftests/cgroup: remove ARRAY_SIZE define from cgroup_util.hShuah Khan2021-12-101-2/+2
| * | | | | | | | | | | | | | | | | selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.cShuah Khan2021-12-101-2/+0
| * | | | | | | | | | | | | | | | | tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2021-12-102-0/+6
| * | | | | | | | | | | | | | | | | selftests: cgroup: build error multiple outpt filesAnders Roxell2021-12-102-6/+8
| * | | | | | | | | | | | | | | | | selftests/move_mount_set_group remove unneeded conversion to boolYang Guang2021-12-101-5/+5
| * | | | | | | | | | | | | | | | | selftests/mount: remove unneeded conversion to boolYang Guang2021-12-101-2/+2
| * | | | | | | | | | | | | | | | | selftests: harness: avoid false negatives if test has no ASSERTsJakub Kicinski2021-12-101-1/+1
| * | | | | | | | | | | | | | | | | selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens2021-12-101-1/+1
| * | | | | | | | | | | | | | | | | selftests: clone3: clone3: add case CLONE3_ARGS_NO_TESTAnders Roxell2021-12-101-0/+6
| * | | | | | | | | | | | | | | | | selftests: timers: Remove unneeded semicolonZhang Mingyu2021-12-101-1/+1
| * | | | | | | | | | | | | | | | | kselftests: timers:Remove unneeded semicolonZhang Mingyu2021-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
* | | | | | | | | | | | | | | | | | Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-108-86/+444
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | selftests/sgx: Fix corrupted cpuid macro invocationJarkko Sakkinen2021-12-171-3/+2
| * | | | | | | | | | | | | | | | | | selftests/sgx: Add test for multiple TCS entryReinette Chatre2021-11-153-0/+39
| * | | | | | | | | | | | | | | | | | selftests/sgx: Enable multiple thread supportReinette Chatre2021-11-151-7/+14
| * | | | | | | | | | | | | | | | | | selftests/sgx: Add page permission and exception testReinette Chatre2021-11-153-0/+169
| * | | | | | | | | | | | | | | | | | selftests/sgx: Rename test properties in preparation for more enclave testsReinette Chatre2021-11-153-26/+26
| * | | | | | | | | | | | | | | | | | selftests/sgx: Provide per-op parameter structs for the test enclaveJarkko Sakkinen2021-11-153-46/+69