summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-10-27selftests: netfilter: remove stray bash debug lineFlorian Westphal1-1/+0
2021-10-27mm/userfaultfd: selftests: fix memory corruption with thp enabledPeter Xu1-3/+20
2021-10-27ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra4-0/+183
2021-10-09selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton1-2/+2
2021-10-09selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan3-2/+5
2021-10-09selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan4-30/+16
2021-10-09selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan1-1/+4
2021-10-09selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan1-1/+2
2021-10-09selftests: be sure to make khdr before other targetsLi Zhijian1-0/+1
2021-10-07selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc1-5/+8
2021-10-07selftests, bpf: Fix makefile dependencies on libbpfJiri Benc1-1/+2
2021-09-30kselftest/arm64: signal: Skip tests if required features are missingCristian Marussi1-2/+5
2021-09-30kselftest/arm64: signal: Add SVE to the set of features we can check forMark Brown2-0/+5
2021-09-22selftests: mptcp: clean tmp files in simult_flowsMatthieu Baerts1-2/+2
2021-09-22selftest: net: fix typo in altname testAndrea Claudi1-1/+1
2021-09-18selftests/bpf: Fix potential unreleased lockChengfeng Ye1-1/+3
2021-09-18selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-09-18kselftest/arm64: pac: Fix skipping of tests on systems without PACMark Brown1-4/+6
2021-09-18kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown1-1/+1
2021-09-18selftests: nci: Fix the wrong conditionBongsu Jeon1-1/+1
2021-09-18selftests: nci: Fix the code for next nlattr offsetBongsu Jeon1-2/+2
2021-09-18selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-09-18selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-09-18selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2-2/+2
2021-09-18selftests: firmware: Fix ignored return val of asprintf() warnShuah Khan1-1/+2
2021-09-18selftests/ftrace: Fix requirement check of README fileSteven Rostedt (VMware)1-1/+1
2021-09-15selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich1-5/+15
2021-09-15selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet1-1/+1
2021-09-15tools: Free BTF objects at various locationsQuentin Monnet1-0/+1
2021-09-15bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend1-2/+2
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+12
2021-08-15Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-08-14Merge tag 'linux-kselftest-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-20/+21
2021-08-13selftests, bpf: Test that dead ldx_w insns are acceptedIlya Leoshkevich1-0/+12
2021-08-11tools/testing/nvdimm: Fix missing 'fallthrough' warningDan Williams1-1/+1
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+163
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+43
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky1-1/+1
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+163
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2-4/+42
2021-07-31selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang1-20/+21
2021-07-31Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+229
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-2/+435
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+229
2021-07-27KVM: selftests: Introduce access_tracking_perf_testDavid Matlack3-0/+431
2021-07-27KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack1-0/+1
2021-07-24selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-7/+260
2021-07-21selftests: net: add ESP-in-UDP PMTU testVadim Fedorenko2-7/+260
2021-07-21selftests/net/ipsec: Add test for xfrm_spdattr_type_tDmitry Safonov1-2/+163