summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-05selftests/tc-testing: Add tests exercising act_ife metalist replace behaviourVictor Nogueira
2026-03-05selftests: net: add test for IPv4 route with loopback IPv6 nexthopJiayuan Chen
2026-03-05selftests: net: tun: don't abort XFAIL casesSun Jian
2026-03-05selftests/harness: order TEST_F and XFAIL_ADD constructorsSun Jian
2026-03-04selftests: mptcp: join: check removing signal+subflow endpMatthieu Baerts (NGI0)
2026-03-04selftests: mptcp: join: check RM_ADDR not sent over same subflowMatthieu Baerts (NGI0)
2026-03-04selftests: mptcp: more stable simult_flows testsPaolo Abeni
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-04sched_ext/selftests: Fix format specifier and buffer length in file_write_long()Cheng-Yang Chou
2026-03-04selftests: tc-testing: fix list_categories() crash on list typeNaveen Anandhan
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-03Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen
2026-03-02selftests/sched_ext: Fix peek_dsq.bpf.c compile error for clang 17Zhao Mengmeng
2026-03-02selftests/sched_ext: Add -fms-extensions to bpf build flagsZhao Mengmeng
2026-03-02selftests/net: packetdrill: restore tcp_rcv_big_endseq.pktSimon Baatz
2026-03-02kunit: tool: copy caller args in run_kernel to prevent mutationShuvam Pandey
2026-02-28Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-02-28selftests/net: packetdrill: remove tests for tcp_rcv_*bigJakub Kicinski
2026-02-27selftests/tc-testing: Create tests to exercise act_ct binding restrictionsVictor Nogueira
2026-02-27selftests: netfilter: nft_queue.sh: avoid flakes on debug kernelsFlorian Westphal
2026-02-27selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon
2026-02-27selftests/bpf: Test refinement of single-value tnumPaul Chaignon
2026-02-27selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi
2026-02-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-02-27selftests: fix mntns iteration selftestsChristian Brauner
2026-02-26selftests: net: Add bridge VLAN range grouping testsDanielle Ratson
2026-02-26selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier
2026-02-26selftests/bpf: Fix a memory leak in xdp_flowtable testIhor Solodrai
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26selftests/vsock: change tests to respect write-once child ns modeBobby Eshleman
2026-02-25selftests: team: Add a reference count leak testIdo Schimmel
2026-02-25selftests/net: packetdrill: Verify acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-25kselftest: arm64: Check access to GCS after mprotect(PROT_NONE)Catalin Marinas
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai