summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-12-16selftests/powerpc: skip tests for unavailable mitigations.Sachin Sant
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov
2021-12-15selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko
2021-12-14kselftest/arm64: Add pidbench for floating point syscall casesMark Brown
2021-12-14kselftest/arm64: Add a test program to exercise the syscall ABIMark Brown
2021-12-14kselftest/arm64: Allow signal tests to trigger from a functionMark Brown
2021-12-14kselftest/arm64: Parameterise ptrace vector length informationMark Brown
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi
2021-12-14selftests: mlxsw: Add a test case for MAC profiles consolidationDanielle Ratson
2021-12-13selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow
2021-12-13kunit: add run_checks.py script to validate kunit changesDaniel Latypov
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa
2021-12-13selftest/net/forwarding: declare NETIFS p9 p10Hangbin Liu
2021-12-13selftests/net: expand gro with two machine testWillem de Bruijn
2021-12-13selftests/net: toeplitz: fix udp optionWillem de Bruijn
2021-12-12selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko
2021-12-12selftests: Fix IPv6 address bind testsDavid Ahern
2021-12-12selftests: Fix raw socket bind tests with VRFDavid Ahern
2021-12-12selftests: Add duplicate config only for MD5 VRF testsDavid Ahern
2021-12-12selftests: icmp_redirect: pass xfail=0 to log_test()Po-Hsu Lin
2021-12-12kselftest: alsa: Use private alsa-lib configuration in mixer testJaroslav Kysela
2021-12-12kselftest: alsa: optimization for SNDRV_CTL_ELEM_ACCESS_VOLATILETakashi Sakamoto
2021-12-12kselftest: alsa: Add simplistic test for ALSA mixer controls kselftestMark Brown
2021-12-11selftests/bpf: Add test cases for bpf_strncmp()Hou Tao
2021-12-11selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao
2021-12-11selftests/bpf: Fix checkpatch error on empty function parameterHou Tao
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-10selftests/damon: split test casesSeongJae Park
2021-12-10selftests/damon: test debugfs file reads/writes with huge countSeongJae Park
2021-12-10selftests/damon: test wrong DAMOS condition ranges inputSeongJae Park
2021-12-10selftests/damon: test DAMON enabling with empty target_ids caseSeongJae Park
2021-12-10selftests/damon: skip test if DAMON is runningSeongJae Park