summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2023-03-22selftests/bpf: Add light skeleton test for kfunc detection.Alexei Starovoitov
2023-03-22selftests/xsk: add xdp populate metadata testTushar Vyavahare
2023-03-22selftests/net: Add SHA256 computation over data sent in tcp_mmapXiaoyan Li
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-20selftests: sigaltstack: fix -WuninitializedNick Desaulniers
2023-03-20selftest/bpf: Add a test case for ld_imm64 copy logic.Alexei Starovoitov
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau
2023-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17selftests: net: Add VXLAN MDB testIdo Schimmel
2023-03-17selftests: bonding: add tests for ether type changesNikolay Aleksandrov
2023-03-16selftests/bpf: fix "metadata marker" getting overwritten by the netstackAlexander Lobakin
2023-03-16selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin
2023-03-16selftests/x86/lam: Add test cases for LAM vs thread creationKirill A. Shutemov
2023-03-16selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address ma...Weihong Zhang
2023-03-16selftests/x86/lam: Add inherit test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add io_uring test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add malloc and tag-bits test cases for linear-address maskingWeihong Zhang
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf/selftests: Test using global cpumask kptr with RCUDavid Vernet
2023-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-03-16test/vsock: copy to user failure testArseniy Krasnov
2023-03-16selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau
2023-03-16selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp resultMartin KaFai Lau
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik
2023-03-15Merge tag 'linux-kselftest-fixes-6.3-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-03-15selftest: Add test for bind() conflicts.Kuniyuki Iwashima
2023-03-14selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.Alexei Starovoitov
2023-03-14selftests/bpf: robustify test_xdp_do_redirect with more payload magicsAlexander Lobakin
2023-03-14KVM: selftests: Sync KVM exit reasons in selftestsVipin Sharma
2023-03-14KVM: selftests: Add macro to generate KVM exit reason stringsSean Christopherson
2023-03-14KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-03-14KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_testDavid Woodhouse
2023-03-14KVM: selftests: Use enum for test numbers in xen_shinfo_testDavid Woodhouse
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson
2023-03-14KVM: selftests: Move the guts of kvm_hypercall() to a separate macroSean Christopherson