summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
38 hoursselftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann
38 hoursselftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade
38 hoursselftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu
39 hoursselftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai
39 hoursbpf: Fix exception exit lock checking for subprogsIhor Solodrai
13 daysselftests/bpf: Fix pkg-config call on static buildsPaul Chaignon
13 daysselftests/bpf: Add test for BPF_END register ID resetYazhou Tang
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen
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-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-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
2026-02-24selftests/bpf: Use strscpy in bpftool_helpers.cIhor Solodrai
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai
2026-02-23selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai
2026-02-23selftests/bpf: Add simple strscpy() implementationIhor Solodrai
2026-02-18selftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)
2026-02-18selftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai
2026-02-13selftests/bpf: enable fsession_test on riscv64Menglong Dong
2026-02-13selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi
2026-02-13selftests/bpf: Adjust selftest due to function renameIhor Solodrai
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-06selftests/bpf: Fix outdated test on storage->smapAmery Hung
2026-02-06selftests/bpf: Choose another percpu variable in bpf for btf_dump testAmery Hung
2026-02-06selftests/bpf: Remove test_task_storage_map_stress_lookupAmery Hung
2026-02-06selftests/bpf: Update task_local_storage/task_storage_nodeadlock testAmery Hung