index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Lines
14 days
selftests/bpf: cover UTF-8 trace_printk output
Yihan Ding
-6
/
+22
14 days
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
-1
/
+2
2026-04-15
selftests/bpf: verify kallsyms entries for token-loaded subprograms
Eduard Zingerman
-23
/
+84
2026-04-15
selftests/bpf: Test small task local data allocation
Amery Hung
-4
/
+74
2026-04-15
selftests/bpf: Fix tld_get_data() returning garbage data
Amery Hung
-2
/
+8
2026-04-15
selftests/bpf: Prevent allocating data larger than a page
Amery Hung
-6
/
+15
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-2
/
+225
2026-04-14
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
-997
/
+1982
2026-04-14
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-25
/
+3
2026-04-14
Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-18
/
+14
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+170
2026-04-14
selftests/bpf: add test for xdp_master_redirect with bond not up
Jiayuan Chen
-2
/
+94
2026-04-12
selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
Sun Jian
-3
/
+37
2026-04-12
selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcg
Alexei Starovoitov
-4
/
+3
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
-0
/
+42
2026-04-12
selftests/bpf: Add test for cgroup storage OOB read
Lang Xu
-0
/
+42
2026-04-12
selftests/bpf: Fix reg_bounds to match new tnum-based refinement
Paul Chaignon
-0
/
+35
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
-4
/
+4
2026-04-12
selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
Jiayuan Chen
-0
/
+76
2026-04-10
selftests/bpf: add new tests for static stack liveness analysis
Alexei Starovoitov
-0
/
+2
2026-04-10
selftests/bpf: adjust verifier_log buffers
Alexei Starovoitov
-3
/
+3
2026-04-10
selftests/bpf: Add BTF sanitize test covering BTF layout
Alan Maguire
-0
/
+97
2026-04-10
selftests/bpf: Remove test_access_variable_array
Venkat Rao Bagalkote
-16
/
+0
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-29
/
+68
2026-04-08
selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
-1
/
+34
2026-04-07
selftests/bpf: Add tests for kprobe attachment with duplicate symbols
Andrey Grodzovsky
-0
/
+109
2026-04-07
selftests/bpf: add test for nullable PTR_TO_BUF access
Qi Tang
-0
/
+9
2026-04-06
selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
Maciej Fijalkowski
-2
/
+4
2026-04-06
selftests: bpf: fix pkt grow tests
Maciej Fijalkowski
-3
/
+21
2026-04-06
selftests: bpf: introduce a common routine for reading procfs
Maciej Fijalkowski
-24
/
+43
2026-04-06
selftests/bpf: Add more tests for loading insn arrays with offsets
Anton Protopopov
-39
/
+84
2026-04-06
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
-1
/
+1
2026-04-05
selftests/bpf: remove unused toggle in tc_tunnel
Alexis Lothoré (eBPF Foundation)
-10
/
+5
2026-04-05
selftests/bpf: add get_next_key boundary test for cgroup_storage
Weiming Shi
-0
/
+5
2026-04-05
selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
Mykyta Yatsenko
-1
/
+168
2026-04-03
selftests/bpf: Add tests for subprog topological ordering
Alexei Starovoitov
-0
/
+2
2026-04-03
selftest/bpf: Enable instruction array test for powerpc
Abhishek Dubey
-1
/
+1
2026-04-03
selftests/bpf: Enable private stack tests for powerpc64
Abhishek Dubey
-17
/
+13
2026-04-02
selftests/bpf: Improve task local data documentation and fix potential memory...
Amery Hung
-7
/
+18
2026-04-02
selftests/bpf: Remove TLD_READ_ONCE() in the user space header
Amery Hung
-6
/
+4
2026-04-02
selftests/bpf: Make sure TLD_DEFINE_KEY runs first
Amery Hung
-1
/
+1
2026-04-02
selftests/bpf: Simplify task_local_data memory allocation
Amery Hung
-38
/
+22
2026-04-02
selftests/bpf: Fix task_local_data data allocation size
Amery Hung
-5
/
+7
2026-04-02
selftests/bpf: Add test for raw-address single kprobe attach
Hoyeon Lee
-0
/
+80
2026-04-02
selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
Leon Hwang
-0
/
+64
2026-03-30
selftests/bpf: Test that dst is cleared on same-protocol encap
Jakub Kicinski
-0
/
+55
2026-03-29
selftests/bpf: Update kfuncs using btf_struct_meta to new variants
Ihor Solodrai
-2
/
+3
2026-03-27
selftests/bpf: add block device management selftests
Christian Brauner
-0
/
+221
2026-03-26
selftests/bpf: Test kind encoding/decoding
Alan Maguire
-0
/
+226
2026-03-25
selftests/bpf: Make reg_bounds test more robust
Alexei Starovoitov
-1
/
+17
[next]