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
/
progs
Age
Commit message (
Expand
)
Author
Lines
14 days
selftests/bpf: cover UTF-8 trace_printk output
Yihan Ding
-0
/
+10
14 days
selftests/bpf: Reject scalar store into kptr slot
Mykyta Yatsenko
-0
/
+15
2026-04-15
selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
Michal Luczaj
-0
/
+10
2026-04-15
selftests/bpf: verify kallsyms entries for token-loaded subprograms
Eduard Zingerman
-0
/
+19
2026-04-15
selftests/bpf: Fix tld_get_data() returning garbage data
Amery Hung
-2
/
+3
2026-04-15
selftests/bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
-0
/
+193
2026-04-15
selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
Shung-Hsi Yu
-4
/
+4
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-26
/
+205
2026-04-14
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
-387
/
+6334
2026-04-14
Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-20
/
+2
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+117
2026-04-12
selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
Sun Jian
-0
/
+7
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
-0
/
+43
2026-04-12
selftests/bpf: Add test for cgroup storage OOB read
Lang Xu
-0
/
+43
2026-04-12
selftests/bpf: Add tests for non-arena/arena operations
Emil Tsalapatis
-0
/
+130
2026-04-12
selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
Jiayuan Chen
-0
/
+117
2026-04-11
selftests/bpf: impose global ordering for test decl_tags
Eduard Zingerman
-29
/
+31
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
-11
/
+0
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
/
+2462
2026-04-10
selftests/bpf: update existing tests due to liveness changes
Alexei Starovoitov
-86
/
+79
2026-04-10
selftests/bpf: Remove test_access_variable_array
Venkat Rao Bagalkote
-19
/
+0
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+344
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
-1
/
+3
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
-0
/
+25
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 test for nullable PTR_TO_BUF access
Qi Tang
-0
/
+39
2026-04-07
selftests/bpf: Allow prog name matching for tests with __description
Kumar Kartikeya Dwivedi
-2
/
+2
2026-04-06
selftests: bpf: have a separate variable for drop test
Maciej Fijalkowski
-1
/
+3
2026-04-06
selftests/bpf: Add more tests for loading insn arrays with offsets
Anton Protopopov
-0
/
+31
2026-04-06
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
Kumar Kartikeya Dwivedi
-0
/
+108
2026-04-06
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
-0
/
+133
2026-04-06
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
-0
/
+94
2026-04-06
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
-5
/
+266
2026-04-06
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
-44
/
+34
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
-2
/
+0
2026-04-05
selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
Mykyta Yatsenko
-0
/
+16
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
-8
/
+18
2026-04-03
selftests/bpf: Add tests for subprog topological ordering
Alexei Starovoitov
-0
/
+226
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
-2
/
+1
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
-0
/
+341
2026-04-03
selftest/bpf: Enable gotox tests for powerpc64
Abhishek Dubey
-2
/
+2
2026-04-03
selftests/bpf: Enable private stack tests for powerpc64
Abhishek Dubey
-18
/
+0
2026-04-02
selftests/bpf: Remove invariant violation flags
Paul Chaignon
-17
/
+7
[next]