summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-09-08landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün1-10/+145
2022-09-05testing: selftests: nft_flowtable.sh: use random netns namesFlorian Westphal1-118/+128
2022-08-25selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)1-1/+0
2022-08-25tools/testing/cxl: Fix cxl_hdm_decode_init() calling conventionDan Williams1-3/+5
2022-08-25tools/testing/cxl: Fix decoder default stateDan Williams1-1/+0
2022-08-25selftests: forwarding: Fix failing tests with old libnetIdo Schimmel3-24/+48
2022-08-25selftests: mptcp: make sendfile selftest workFlorian Westphal1-9/+17
2022-08-17selftests/powerpc: Fix matrix multiply assist testRashmica Gupta1-0/+3
2022-08-17selftests/powerpc: Skip energy_scale_info test on older firmwareMichael Ellerman1-12/+18
2022-08-17selftests: kvm: set rax before vmcallAndrei Vagin1-1/+1
2022-08-17selftest/vm: uninitialized variable in main()Dan Carpenter1-1/+1
2022-08-17tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable ...Dan Carpenter1-2/+3
2022-08-17selftests/vm: fix errno handling in mrelease_testAdam Sindelar1-5/+11
2022-08-17KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_testSean Christopherson1-10/+16
2022-08-17KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_IDSean Christopherson1-5/+4
2022-08-17selftests/bpf: fix a test for snprintf() overflowDan Carpenter1-1/+1
2022-08-17selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang1-3/+3
2022-08-17selftests: timers: valid-adjtimex: build fix for newer toolchainsWolfram Sang1-1/+1
2022-08-17selftests: net: fib_rule_tests: fix support for running individual testsAlaa Mohamed1-0/+23
2022-08-17selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz1-1/+0
2022-08-17torture: Adjust to again produce debugging informationPaul E. McKenney1-3/+3
2022-08-17selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko1-2/+9
2022-08-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko1-5/+9
2022-08-17selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau2-6/+55
2022-08-17selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang1-28/+4
2022-08-17selftests/seccomp: Fix compile warning when CC=clangYiFei Zhu1-1/+1
2022-08-17wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld1-0/+1
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+5
2022-07-20selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson1-1/+1
2022-07-19KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-07-14selftests/net: test nexthop without gwNicolas Dichtel2-1/+120
2022-07-12selftest: net: add tun to .gitignoreJakub Kicinski1-0/+1
2022-07-11selftests: mptcp: validate userspace PM tests by defaultMatthieu Baerts1-1/+1
2022-07-09selftests: forwarding: Install no_forwarding.shMartin Blumenstingl1-0/+1
2022-07-09selftests: forwarding: Install local_termination.shMartin Blumenstingl1-0/+1
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-7/+7
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2-7/+7
2022-07-07wireguard: selftests: use microvm on x86Jason A. Donenfeld3-8/+16
2022-07-07wireguard: selftests: always call kernel makefileJason A. Donenfeld1-3/+2
2022-07-07wireguard: selftests: use virt machine on m68kJason A. Donenfeld2-8/+6
2022-07-07wireguard: selftests: set fake real time in initJason A. Donenfeld8-0/+18
2022-07-06selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2-2/+103
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-02selftests/net: fix section name when using xdp_dummy.oHangbin Liu5-7/+7
2022-07-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-0/+43
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann1-0/+21
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann1-0/+22
2022-07-01Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-23/+360