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