summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-54/+224
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai1-0/+1
2026-03-07selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman1-0/+64
2026-03-07bpf: collect only live registers in linked regsEduard Zingerman3-35/+63
2026-03-07Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman1-14/+0
2026-03-07selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-1/+38
2026-03-07bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-4/+58
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+58
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen1-0/+58
2026-02-28selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon1-1/+1
2026-02-28selftests/bpf: Test refinement of single-value tnumPaul Chaignon1-0/+137
2026-02-28selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi2-0/+415
2026-02-26selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier1-1/+1
2026-02-26selftests/bpf: Fix a memory leak in xdp_flowtable testIhor Solodrai1-1/+2
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai1-10/+26
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai1-1/+12
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai3-7/+4
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai1-9/+9
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai1-0/+3
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai7-25/+29
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai1-1/+5
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai1-2/+2
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai1-0/+2
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai1-2/+2
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai3-4/+22
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai4-26/+34
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai1-0/+3
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai1-4/+9
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai2-3/+5
2026-02-24selftests/bpf: Use strscpy in bpftool_helpers.cIhor Solodrai1-5/+7
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai9-14/+12
2026-02-24selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai6-7/+8
2026-02-24selftests/bpf: Add simple strscpy() implementationIhor Solodrai2-14/+33
2026-02-19selftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)1-1/+1
2026-02-19selftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai1-6/+6
2026-02-14selftests/bpf: enable fsession_test on riscv64Menglong Dong2-2/+2
2026-02-14selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi4-35/+39
2026-02-14selftests/bpf: Adjust selftest due to function renameIhor Solodrai2-4/+4
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-02-07selftests/bpf: Fix outdated test on storage->smapAmery Hung1-17/+2
2026-02-07selftests/bpf: Choose another percpu variable in bpf for btf_dump testAmery Hung1-2/+2
2026-02-07selftests/bpf: Remove test_task_storage_map_stress_lookupAmery Hung2-166/+0
2026-02-07selftests/bpf: Update task_local_storage/task_storage_nodeadlock testAmery Hung1-5/+2
2026-02-07selftests/bpf: Update task_local_storage/recursion testAmery Hung2-17/+7
2026-02-07selftests/bpf: Update sk_storage_omem_uncharge testAmery Hung1-9/+3
2026-02-06selftests/xsk: fix number of Tx frags in invalid packetLarysa Zaremba1-1/+1
2026-02-06selftests/xsk: properly handle batch ending in the middle of a packetLarysa Zaremba1-0/+2
2026-02-05selftests/bpf: Add tests for improved linked register trackingPuranjay Mohan1-2/+301
2026-02-05bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan1-1/+1
2026-02-05selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao1-0/+43