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
Age
Commit message (
Expand
)
Author
Lines
11 days
selftests/bpf: cover UTF-8 trace_printk output
Yihan Ding
-6
/
+32
11 days
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
-1
/
+2
11 days
selftests/bpf: Reject scalar store into kptr slot
Mykyta Yatsenko
-0
/
+15
12 days
selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
Michal Luczaj
-0
/
+10
12 days
selftests/bpf: verify kallsyms entries for token-loaded subprograms
Eduard Zingerman
-23
/
+149
12 days
selftests/bpf: Test small task local data allocation
Amery Hung
-4
/
+74
12 days
selftests/bpf: Fix tld_get_data() returning garbage data
Amery Hung
-4
/
+11
12 days
selftests/bpf: Prevent allocating data larger than a page
Amery Hung
-6
/
+15
12 days
selftests/bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
-0
/
+193
12 days
selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
Shung-Hsi Yu
-4
/
+4
13 days
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-28
/
+430
13 days
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
-1954
/
+8796
13 days
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-25
/
+4
13 days
Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-38
/
+16
13 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+287
14 days
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
/
+44
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
/
+85
2026-04-12
selftests/bpf: Add test for cgroup storage OOB read
Lang Xu
-0
/
+85
2026-04-12
selftests/bpf: Fix reg_bounds to match new tnum-based refinement
Paul Chaignon
-0
/
+35
2026-04-12
selftests/bpf: Add tests for non-arena/arena operations
Emil Tsalapatis
-0
/
+130
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
-5
/
+5
2026-04-12
selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
Jiayuan Chen
-0
/
+193
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
-1
/
+1
2026-04-11
selftests/bpf: inline TEST_TAG constants in test_loader.c
Eduard Zingerman
-56
/
+28
2026-04-11
selftests/bpf: impose global ordering for test decl_tags
Eduard Zingerman
-103
/
+124
2026-04-11
selftests/bpf: make str_has_pfx return pointer past the prefix
Eduard Zingerman
-28
/
+23
2026-04-11
selftests/bpf: fix __jited_unpriv tag name
Eduard Zingerman
-1
/
+1
2026-04-10
selftests/bpf: Remove kmalloc tracing from local storage create bench
Amery Hung
-26
/
+6
2026-04-10
selftests/bpf: Add test for add_const base_id consistency
Daniel Borkmann
-0
/
+63
2026-04-10
bpf: poison dead stack slots
Alexei Starovoitov
-0
/
+2
2026-04-10
selftests/bpf: add new tests for static stack liveness analysis
Alexei Starovoitov
-0
/
+2464
2026-04-10
selftests/bpf: adjust verifier_log buffers
Alexei Starovoitov
-3
/
+3
2026-04-10
selftests/bpf: update existing tests due to liveness changes
Alexei Starovoitov
-86
/
+79
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
-35
/
+0
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-30
/
+435
2026-04-09
selftests/bpf: Add test for stale pkt range after scalar arithmetic
Daniel Borkmann
-0
/
+61
2026-04-09
Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-30
/
+94
2026-04-08
selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogs
Daniel Borkmann
-0
/
+142
2026-04-08
selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
-1
/
+59
2026-04-07
selftests/bpf: Test overwriting referenced dynptr
Amery Hung
-0
/
+115
2026-04-07
selftests/bpf: Add tests for stale delta leaking through id reassignment
Daniel Borkmann
-0
/
+55
2026-04-07
selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
Daniel Borkmann
-0
/
+57
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
/
+48
2026-04-07
selftests/bpf: Allow prog name matching for tests with __description
Kumar Kartikeya Dwivedi
-20
/
+76
2026-04-06
selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
Maciej Fijalkowski
-2
/
+4
2026-04-06
selftests: bpf: have a separate variable for drop test
Maciej Fijalkowski
-1
/
+3
[next]