index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
selftests/bpf: Remove test_access_variable_array
Venkat Rao Bagalkote
1
-16
/
+0
10 days
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
1
-1
/
+2
10 days
selftests/bpf: Fix reg_bounds to match new tnum-based refinement
Paul Chaignon
1
-0
/
+35
10 days
selftests/bpf: Fix sockmap_multi_channels reliability
Jiayuan Chen
1
-2
/
+15
10 days
selftests/bpf: Handle !CONFIG_SMC in bpf_smc.c
Alan Maguire
1
-2
/
+4
2026-04-07
selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
Maciej Fijalkowski
1
-2
/
+4
2026-04-07
selftests: bpf: fix pkt grow tests
Maciej Fijalkowski
1
-3
/
+21
2026-04-07
selftests: bpf: introduce a common routine for reading procfs
Maciej Fijalkowski
3
-24
/
+43
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-18
/
+58
2026-03-07
Revert "selftests/bpf: Update reg_bound range refinement logic"
Eduard Zingerman
1
-14
/
+0
2026-03-07
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-4
/
+58
2026-03-05
Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+58
2026-03-03
selftests/bpf: add test for xdp_bonding xmit_hash_policy compat
Jiayuan Chen
1
-0
/
+58
2026-02-28
selftests/bpf: Avoid simplification of crafted bounds test
Paul Chaignon
1
-1
/
+1
2026-02-28
selftests/bpf: Add tests for special fields races
Kumar Kartikeya Dwivedi
1
-0
/
+218
2026-02-26
selftests/bpf: Fix a memory leak in xdp_flowtable test
Ihor Solodrai
1
-1
/
+2
2026-02-24
selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
Ihor Solodrai
3
-7
/
+4
2026-02-24
selftests/bpf: Free bpf_object in test_sysctl
Ihor Solodrai
1
-0
/
+3
2026-02-24
selftests/bpf: Fix resource leaks caused by missing cleanups
Ihor Solodrai
7
-25
/
+29
2026-02-24
selftests/bpf: Fix double thread join in uprobe_multi_test
Ihor Solodrai
1
-1
/
+5
2026-02-24
selftests/bpf: Fix use-after-free in xdp_metadata test
Ihor Solodrai
1
-2
/
+2
2026-02-24
selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
Ihor Solodrai
1
-2
/
+2
2026-02-24
selftests/bpf: Fix memory leaks in tests
Ihor Solodrai
2
-4
/
+21
2026-02-24
selftests/bpf: Refactor bpf_get_ksyms() trace helper
Ihor Solodrai
1
-7
/
+5
2026-02-24
selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
Ihor Solodrai
1
-2
/
+4
2026-02-24
selftests/bpf: Replace strncpy() with strscpy()
Ihor Solodrai
6
-9
/
+8
2026-02-24
selftests/bpf: Replace strcpy() calls with strscpy()
Ihor Solodrai
4
-5
/
+5
2026-02-14
selftests/bpf: Fix map_kptr grace period wait
Kumar Kartikeya Dwivedi
1
-9
/
+6
2026-02-07
selftests/bpf: Choose another percpu variable in bpf for btf_dump test
Amery Hung
1
-2
/
+2
2026-02-07
selftests/bpf: Update task_local_storage/recursion test
Amery Hung
1
-5
/
+5
2026-02-06
selftests/xsk: fix number of Tx frags in invalid packet
Larysa Zaremba
1
-1
/
+1
2026-02-06
selftests/xsk: properly handle batch ending in the middle of a packet
Larysa Zaremba
1
-0
/
+2
2026-02-05
selftests/bpf: Add a testcase for deadlock avoidance
Alexei Starovoitov
1
-0
/
+33
2026-02-04
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race
Alexei Starovoitov
1
-0
/
+137
2026-02-04
selftests/bpf: Add timer stress test in NMI context
Mykyta Yatsenko
1
-0
/
+158
2026-02-04
selftests/bpf: Verify bpf_timer_cancel_async works
Mykyta Yatsenko
1
-0
/
+25
2026-02-04
selftests/bpf: Add stress test for timer async cancel
Mykyta Yatsenko
1
-1
/
+17
2026-02-04
selftests/bpf: Refactor timer selftests
Mykyta Yatsenko
1
-19
/
+36
2026-02-01
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
1
-8
/
+24
2026-01-31
selftests/bpf: Add stacktrace ips test for fentry/fexit
Jiri Olsa
1
-0
/
+51
2026-01-31
selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
Jiri Olsa
1
-0
/
+50
2026-01-31
selftests/bpf: Fix kprobe multi stacktrace_ips test
Jiri Olsa
1
-5
/
+14
2026-01-30
selftests/bpf: Add test for sleepable program tailcalls
Jiri Olsa
1
-0
/
+74
2026-01-27
selftests/bpf: Add tests for FIONREAD and copied_seq
Jiayuan Chen
1
-6
/
+288
2026-01-27
selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
2
-1
/
+19
2026-01-27
selftests/bpf: convert test_bpftool_map_access.sh into test_progs framework
Alexis Lothoré (eBPF Foundation)
1
-0
/
+371
2026-01-27
selftests/bpf: convert test_bpftool_metadata.sh into test_progs framework
Alexis Lothoré (eBPF Foundation)
1
-0
/
+144
2026-01-26
selftests/bpf: Harden cpu flags test for lru_percpu_hash map
Leon Hwang
1
-3
/
+10
2026-01-25
selftests/bpf: Add tests for execution context helpers
Changwoo Min
1
-0
/
+59
2026-01-25
selftests/bpf: add testcases for fsession cookie
Menglong Dong
1
-0
/
+34
[next]