summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2021-10-25selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich-3/+3
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich-16/+16
2021-10-25selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko-68/+152
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko-1/+1
2021-10-25selftests/bpf: Support multiple tests per fileAndrii Nakryiko-4/+3
2021-10-25selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko-15/+13
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov-3/+4
2021-10-25selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan-1/+1
2021-10-25selftests: mlxsw: Reduce test run timeIdo Schimmel-18/+20
2021-10-25selftests: mlxsw: Use permanent neighbours instead of reachable onesIdo Schimmel-11/+11
2021-10-25selftests: mlxsw: Add helpers for skipping selftestsPetr Machata-24/+81
2021-10-25selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean-0/+47
2021-10-25selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean-2/+8
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller-55/+2
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook-0/+2
2021-10-25selftests/lkdtm: Add way to repeat a testKees Cook-1/+9
2021-10-24selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean-0/+47
2021-10-24selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean-2/+8
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song-2/+7
2021-10-22selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song-6/+41
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song-0/+36
2021-10-22selftests/bpf: Fix flow dissector testsStanislav Fomichev-20/+18
2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen-22/+22
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko-2/+23
2021-10-22fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal-0/+3
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson-1/+13
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+488
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth-4/+2
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+415
2021-10-21selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko-7/+14
2021-10-21selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko-0/+47
2021-10-21selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa-1/+1
2021-10-21selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa-6/+7
2021-10-21selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa-2/+2
2021-10-21selftests/bpf: Add verif_stats testDave Marchevsky-0/+28
2021-10-21selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen-0/+94
2021-10-21selftests: kvm: fix mismatched fclose() after popen()Shuah Khan-1/+1
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+145
2021-10-21Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier-22/+36
2021-10-21KVM: selftests: Build the memslot tests for arm64Ricardo Koller-0/+2
2021-10-21KVM: selftests: Make memslot_perf_test arch independentRicardo Koller-22/+34
2021-10-21selftests: arm64: Factor out utility functions for assembly FP testsMark Brown-329/+185
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman-0/+120
2021-10-20selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich-0/+2
2021-10-20selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing-1/+0
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar-383/+938
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov-30/+62
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov-22/+118
2021-10-19kunit: tool: actually track how long it took to run testsDaniel Latypov-3/+5
2021-10-19kunit: tool: factor exec + parse steps into a functionDaniel Latypov-25/+19