summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorLines
13 daysselftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon-1/+1
13 daysselftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi-0/+218
14 daysselftests/bpf: Fix a memory leak in xdp_flowtable testIhor Solodrai-1/+2
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai-7/+4
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-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/+21
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai-7/+5
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai-2/+4
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai-9/+8
2026-02-23selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai-5/+5
2026-02-13selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi-9/+6
2026-02-06selftests/bpf: Choose another percpu variable in bpf for btf_dump testAmery Hung-2/+2
2026-02-06selftests/bpf: Update task_local_storage/recursion testAmery Hung-5/+5
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 a testcase for deadlock avoidanceAlexei Starovoitov-0/+33
2026-02-03selftests/bpf: Add a test to stress bpf_timer_start and map_delete raceAlexei Starovoitov-0/+137
2026-02-03selftests/bpf: Add timer stress test in NMI contextMykyta Yatsenko-0/+158
2026-02-03selftests/bpf: Verify bpf_timer_cancel_async worksMykyta Yatsenko-0/+25
2026-02-03selftests/bpf: Add stress test for timer async cancelMykyta Yatsenko-1/+17
2026-02-03selftests/bpf: Refactor timer selftestsMykyta Yatsenko-19/+36
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang-8/+24
2026-01-30selftests/bpf: Add stacktrace ips test for fentry/fexitJiri Olsa-0/+51
2026-01-30selftests/bpf: Add stacktrace ips test for kprobe/kretprobeJiri Olsa-0/+50
2026-01-30selftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa-5/+14
2026-01-30selftests/bpf: Add test for sleepable program tailcallsJiri Olsa-0/+74
2026-01-27selftests/bpf: Add tests for FIONREAD and copied_seqJiayuan Chen-6/+288
2026-01-27selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski-1/+19
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-0/+371
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-0/+144
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang-3/+10
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min-0/+59
2026-01-24selftests/bpf: add testcases for fsession cookieMenglong Dong-0/+34
2026-01-24selftests/bpf: test bpf_get_func_* for fsessionMenglong Dong-0/+3
2026-01-24selftests/bpf: add testcases for fsessionMenglong Dong-0/+90
2026-01-24bpf: add fsession supportMenglong Dong-1/+1
2026-01-24selftests/bpf: Fix xdp_pull_data failure with 64K pageYonghong Song-7/+9
2026-01-24selftests/bpf: Fix task_local_data failure with 64K pageYonghong Song-3/+3
2026-01-21selftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi-2/+3
2026-01-21selftests/bpf: Test kfunc bpf_strncasecmpYuzuki Ishiyama-0/+1
2026-01-21selftests/bpf: test bpf_get_func_arg() for tp_btfMenglong Dong-0/+3
2026-01-20selftests/bpf: test the jited inline of bpf_get_current_taskMenglong Dong-0/+2
2026-01-20selftests/bpf: update verifier test for default trusted pointer semanticsMatt Bobrowski-2/+2
2026-01-20selftests/bpf: Add tests for BPF_DIV and BPF_MOD range trackingYazhou Tang-0/+2
2026-01-20selftests/bpf: Add tests for KF_IMPLICIT_ARGSIhor Solodrai-0/+10
2026-01-16selftests/bpf: Fix map_kptr test failureYonghong Song-0/+23