summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2026-02-05selftests/bpf: Strengthen timer_start_deadlock testAlexei Starovoitov1-7/+2
2026-02-05selftests/bpf: Add a testcase for deadlock avoidanceAlexei Starovoitov2-0/+108
2026-02-04selftests/bpf: Add a test to stress bpf_timer_start and map_delete raceAlexei Starovoitov2-0/+203
2026-02-04selftests/bpf: Removed obsolete testsMykyta Yatsenko1-111/+0
2026-02-04selftests/bpf: Add timer stress test in NMI contextMykyta Yatsenko2-12/+231
2026-02-04selftests/bpf: Verify bpf_timer_cancel_async worksMykyta Yatsenko2-0/+48
2026-02-04selftests/bpf: Add stress test for timer async cancelMykyta Yatsenko2-4/+28
2026-02-04selftests/bpf: Refactor timer selftestsMykyta Yatsenko1-19/+36
2026-02-03selftests/bpf: Add selftests for stream functions under lockEmil Tsalapatis1-0/+32