summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
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-05selftests/bpf: Add tests for kprobe.session optimizationAndrey Grodzovsky
2026-03-05selftests/bpf: bpf_cookie: Make perf_event subtest trigger reliablySun Jian
2026-03-05selftests/bpf: bpf_cookie: Skip kprobe_multi tests without bpf_testmodSun Jian
2026-03-05selftests/bpf: Add test for btf__add_btf() with split BTF sourcesJosef Bacik
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-04selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encapFeng Yang
2026-03-03selftests/bpf: Split module_attach into subtestsViktor Malik
2026-03-03selftests: bpf: Add tests for void global subprogsEmil Tsalapatis
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis
2026-03-03selftests/bpf: drop test_bpftool.shAlexis Lothoré (eBPF Foundation)
2026-03-03selftests/bpf: Add tests for ctx fixed offset supportKumar Kartikeya Dwivedi
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan
2026-03-03selftests/bpf: Add usdt trigger benchJiri Olsa
2026-03-03selftests/bpf: Add test for checking correct nop of optimized usdtJiri Olsa
2026-03-03selftests/bpf: Emit nop,nop5 instructions combo for x86_64 archJiri Olsa
2026-03-03selftests/bpf: factor out get_func_* tests for fsessionMenglong Dong
2026-03-03bpf/s390: Implement get_preempt_count()Ilya Leoshkevich
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov
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: Test accounting of tail calls when prog is NULLHari Bathini
2026-02-24selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exitIhor 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