summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-0/+11
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-0/+5
2022-12-02selftests: mptcp: fix mibit vs mbit mix upMatthieu Baerts1-2/+3
2022-12-02selftests: mptcp: run mptcp_sockopt from a new netnsMatthieu Baerts1-4/+5
2022-12-02selftests: mptcp: gives slow test-case more timePaolo Abeni1-3/+3
2022-12-02selftests/net: give more time to udpgro bg processes to complete startupAdrien Thierry3-4/+4
2022-12-02selftests/bpf: Add verifier test for release_reference()Youlin Li1-0/+36
2022-12-02selftests/net: don't tests batched TCP io_uring zcPavel Begunkov1-1/+1
2022-11-26selftests/bpf: Fix test_progs compilation failure in 32-bit archYang Jihong1-1/+1
2022-11-26selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bi...Pu Lehui1-1/+1
2022-11-26tools/testing/cxl: Fix some error exitsDan Williams1-2/+2
2022-11-26ksefltests: pidfd: Fix wait_states: Test terminated by timeoutLi Zhijian1-0/+10
2022-11-26selftests/kexec: fix build for ARCH=x86_64Ricardo Cañuelo1-3/+3
2022-11-26selftests/intel_pstate: fix build for ARCH=x86_64Ricardo Cañuelo1-3/+3
2022-11-26selftests/futex: fix build for clangRicardo Cañuelo1-4/+2
2022-11-10selftests/landlock: Build without static librariesMickaël Salaün1-3/+4
2022-11-03selftests: net: Fix netdev name mismatch in cleanupBenjamin Poirier1-1/+1
2022-11-03selftests: net: Fix cross-tree inclusion of scriptsBenjamin Poirier9-8/+17
2022-11-03selftests/ftrace: fix dynamic_events dependency checkSven Schnelle2-2/+2
2022-11-03KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...Gavin Shan1-1/+1
2022-10-21kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXTMark Brown1-1/+1
2022-10-21bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-3/+1
2022-10-21selftests/bpf: Free the allocated resources after test case succeedsHou Tao4-9/+21
2022-10-21net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert2-2/+44
2022-10-21selftest: tpm2: Add Client.__del__() to close /dev/tpm* handleStefan Berger1-0/+4
2022-10-21selftests/cpu-hotplug: Reserve one cpu online at leastZhao Gongyi1-18/+22
2022-10-21selftests/cpu-hotplug: Delete fault injection related codeZhao Gongyi2-82/+6
2022-10-21selftests/cpu-hotplug: Use return instead of exitZhao Gongyi1-5/+8
2022-10-21selftests/bpf: Adapt cgroup effective query uapi changePu Lehui1-7/+4
2022-10-21selftests/xsk: Avoid use-after-free on ctxIan Rogers1-3/+3
2022-10-21selftests/xsk: Add missing close() on netns fdMaciej Fijalkowski1-0/+4
2022-10-01Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-35/+115
2022-09-30KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson1-18/+16
2022-09-30KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson2-1/+49
2022-09-30KVM: selftests: Gracefully handle empty stack tracesDavid Matlack1-7/+13
2022-09-30KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito1-9/+16
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-09-27KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack2-0/+21
2022-09-27selftests: Fix the if conditions of in test_extra_filter()Wang Yufen1-1/+1
2022-09-25Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-77/+0
2022-09-25Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams437-7360/+26223
2022-09-23Merge tag 'landlock-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+14
2022-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-09-23Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini7-115/+263
2022-09-23selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-14/+433
2022-09-22selftests: forwarding: add shebang for sch_red.shHangbin Liu1-0/+1
2022-09-22selftests: bonding: cause oops in bond_rr_gen_slave_idJonathan Toppins2-1/+51
2022-09-20wireguard: selftests: do not install headers on UMLJason A. Donenfeld1-0/+2
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-91/+1