summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-251-1/+40
|\
| * selftests: alsa: Start validating control namesMark Brown2022-04-251-1/+40
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-25184-1741/+13255
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-2366-1050/+4973
| |\ \
| | * | selftests/bpf: Dynptr testsJoanne Koong2022-05-233-0/+889
| | * | selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"Colin Ian King2022-05-231-2/+2
| | * | selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song2022-05-231-1/+1
| | * | selftests/bpf: add tests verifying unprivileged bpf behaviourAlan Maguire2022-05-202-0/+395
| | * | selftests/bpf: Remove filtered subtests from outputMykola Lysenko2022-05-202-2/+8
| | * | selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko2022-05-201-3/+9
| | * | selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang2022-05-202-90/+60
| | * | selftests/bpf: Verify first of struct mptcp_sockGeliang Tang2022-05-203-0/+11
| | * | selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang2022-05-203-0/+39
| | * | selftests/bpf: Verify token of struct mptcp_sockGeliang Tang2022-05-203-2/+31
| | * | selftests/bpf: Test bpf_skc_to_mptcp_sockGeliang Tang2022-05-203-10/+40
| | * | selftests/bpf: Add MPTCP test baseNicolas Rybowski2022-05-206-9/+200
| | * | selftests/bpf: Enable CONFIG_IKCONFIG_PROC in configGeliang Tang2022-05-201-0/+2
| | * | selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou2022-05-202-39/+73
| | * | selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu2022-05-181-1/+1
| | * | selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed2022-05-161-2/+4
| | * | selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko2022-05-131-4/+2
| | * | selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko2022-05-138-47/+61
| | * | selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-05-131-0/+8
| | * | selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko2022-05-111-1/+1
| | * | selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou2022-05-112-0/+100
| | * | selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi2022-05-112-5/+128
| | * | selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi2022-05-112-1/+504
| | * | bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-2/+2
| | * | selftests/bpf: fix a few clang compilation errorsYonghong Song2022-05-112-3/+5
| | * | selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller2022-05-111-0/+1
| | * | selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson2022-05-112-77/+99
| | * | selftests: xsk: make the stats tests normal testsMagnus Karlsson2022-05-112-69/+53
| | * | selftests: xsk: introduce validation functionsMagnus Karlsson2022-05-112-38/+82
| | * | selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson2022-05-111-0/+7
| | * | selftests: xsk: add timeout to testsMagnus Karlsson2022-05-112-0/+16
| | * | selftests: xsk: fix reporting of failed testsMagnus Karlsson2022-05-114-89/+141
| | * | selftests: xsk: run all tests for busy-pollMagnus Karlsson2022-05-114-14/+94
| | * | selftests: xsk: do not send zero-length packetsMagnus Karlsson2022-05-112-9/+10
| | * | selftests: xsk: cleanup bash scriptsMagnus Karlsson2022-05-112-18/+1
| | * | selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-102-8/+133
| | * | selftests/bpf: Add attach bench testJiri Olsa2022-05-102-0/+155
| | * | selftests/bpf: Add bpf link iter testDmitrii Dolgov2022-05-103-0/+44
| | * | selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov2022-05-101-154/+88
| | * | selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov2022-05-101-2/+1
| | * | selftests/bpf: Replace bpf_trace_printk in tunnel kernel codeKaixi Fan2022-05-101-97/+72
| | * | selftests/bpf: Move vxlan tunnel testcases to test_progsKaixi Fan2022-05-103-163/+610
| | * | selftests/bpf: Handle batch operations for map-in-map bpf-mapsTakshak Chahande2022-05-101-0/+252
| | * | selftests/bpf: Test libbpf's ringbuf size fix up logicAndrii Nakryiko2022-05-092-12/+2
| | * | libbpf: Provide barrier() and barrier_var() in bpf_helpers.hAndrii Nakryiko2022-05-095-8/+0
| | * | selftests/bpf: Add bpf_core_field_offset() testsAndrii Nakryiko2022-05-094-3/+56