aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-03-24kselftest/alsa - mixer-test: Log values associated with event issuesMark Brown1-0/+44
2023-03-23kselftest: vm: fix unused variable warningPeter Xu1-2/+1
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-141/+199
2023-03-23sh: remove sh5/sh64 last fragmentsRandy Dunlap2-2/+2
2023-03-23selftests: rtnetlink: Add an address proto testPetr Machata1-0/+91
2023-03-23selftests: rtnetlink: Make the set of tests to run configurablePetr Machata1-42/+48
2023-03-22selftests/bpf: Test switching TCP Congestion Control algorithms.Kui-Feng Lee2-0/+240
2023-03-22selftests/bpf: Check when bounds are not in the 32-bit rangeXu Kuohai1-0/+121
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann1-2/+2
2023-03-22bpf/selftests: coverage for bpf_map_ops errorsJP Kobryn2-0/+300
2023-03-22selftests/x86/amx: Add a ptrace testChang S. Bae1-3/+105
2023-03-22selftests/bpf: Add light skeleton test for kfunc detection.Alexei Starovoitov2-0/+16
2023-03-22selftests/xsk: add xdp populate metadata testTushar Vyavahare4-1/+77
2023-03-22selftests/net: Add SHA256 computation over data sent in tcp_mmapXiaoyan Li2-12/+92
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski1-4/+4
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-3/+3
2023-03-20selftests: sigaltstack: fix -WuninitializedNick Desaulniers2-6/+24
2023-03-20selftest/bpf: Add a test case for ld_imm64 copy logic.Alexei Starovoitov1-1/+1
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen1-37/+37
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen1-0/+4
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau1-2/+6
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau1-0/+53
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau1-48/+48
2023-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh1-0/+3
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski59-455/+640
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle5-6/+84
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov1-1/+19
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-7/+353
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov4-30/+31
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov5-5/+3
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov3-5/+5
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman2-2/+2
2023-03-17selftests: net: Add VXLAN MDB testIdo Schimmel3-0/+2320
2023-03-17selftests: bonding: add tests for ether type changesNikolay Aleksandrov2-1/+87
2023-03-16selftests/bpf: fix "metadata marker" getting overwritten by the netstackAlexander Lobakin2-4/+5
2023-03-16selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin1-5/+31
2023-03-16selftests/x86/lam: Add test cases for LAM vs thread creationKirill A. Shutemov1-0/+92
2023-03-16selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address ma...Weihong Zhang1-2/+235
2023-03-16selftests/x86/lam: Add inherit test cases for linear-address maskingWeihong Zhang1-4/+121
2023-03-16selftests/x86/lam: Add io_uring test cases for linear-address maskingWeihong Zhang1-2/+339
2023-03-16selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address maskingWeihong Zhang1-4/+140
2023-03-16selftests/x86/lam: Add malloc and tag-bits test cases for linear-address maskingWeihong Zhang2-1/+327
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet4-56/+0
2023-03-16bpf/selftests: Test using global cpumask kptr with RCUDavid Vernet4-0/+102
2023-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds48-444/+273
2023-03-16test/vsock: copy to user failure testArseniy Krasnov1-0/+118
2023-03-16selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau1-1/+1
2023-03-16selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp resultMartin KaFai Lau1-2/+2
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik3-0/+135
2023-03-15Merge tag 'linux-kselftest-fixes-6.3-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-4/+11