index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-30
/
+94
2026-04-06
selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
Maciej Fijalkowski
1
-2
/
+4
2026-04-06
selftests: bpf: have a separate variable for drop test
Maciej Fijalkowski
1
-1
/
+3
2026-04-06
selftests: bpf: fix pkt grow tests
Maciej Fijalkowski
1
-3
/
+21
2026-04-06
selftests: bpf: introduce a common routine for reading procfs
Maciej Fijalkowski
4
-24
/
+66
2026-04-02
selftests/bpf: Add more precision tracking tests for atomics
Daniel Borkmann
1
-0
/
+341
2026-03-21
selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
Daniel Borkmann
1
-0
/
+108
2026-03-21
selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
Daniel Wade
1
-0
/
+94
2026-03-21
selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
Jenny Guanni Qu
1
-0
/
+58
2026-03-21
selftests/bpf: Add tests for bpf_throw lock leak from subprogs
Ihor Solodrai
1
-0
/
+47
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-3
/
+6
2026-03-10
selftests/bpf: Fix pkg-config call on static builds
Paul Chaignon
1
-1
/
+1
2026-03-10
selftests/bpf: Add test for BPF_END register ID reset
Yazhou Tang
1
-0
/
+22
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
7
-54
/
+224
2026-03-07
resolve_btfids: Fix linker flags detection
Ihor Solodrai
1
-0
/
+1
2026-03-06
selftests/bpf: add reproducer for spurious precision propagation through calls
Eduard Zingerman
1
-0
/
+64
2026-03-06
bpf: collect only live registers in linked regs
Eduard Zingerman
3
-35
/
+63
2026-03-06
Revert "selftests/bpf: Update reg_bound range refinement logic"
Eduard Zingerman
1
-14
/
+0
2026-03-06
selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-1
/
+38
2026-03-06
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/netdev/net
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-27
selftests/bpf: Avoid simplification of crafted bounds test
Paul Chaignon
1
-1
/
+1
2026-02-27
selftests/bpf: Test refinement of single-value tnum
Paul Chaignon
1
-0
/
+137
2026-02-27
selftests/bpf: Add tests for special fields races
Kumar Kartikeya Dwivedi
2
-0
/
+415
2026-02-26
selftests/bpf: Fix OOB read in dmabuf_collector
T.J. Mercier
1
-1
/
+1
2026-02-26
selftests/bpf: Fix a memory leak in xdp_flowtable test
Ihor Solodrai
1
-1
/
+2
2026-02-24
selftests/bpf: Don't override SIGSEGV handler with ASAN
Ihor Solodrai
1
-10
/
+26
2026-02-24
selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
Ihor Solodrai
1
-1
/
+12
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: Fix array bounds warning in jit_disasm_helpers
Ihor Solodrai
1
-9
/
+9
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
veristat: Fix a memory leak for preset ENUMERATOR
Ihor Solodrai
1
-0
/
+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
3
-4
/
+22
2026-02-24
selftests/bpf: Refactor bpf_get_ksyms() trace helper
Ihor Solodrai
4
-26
/
+34
2026-02-24
selftests/bpf: Add DENYLIST.asan
Ihor Solodrai
1
-0
/
+3
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
1
-4
/
+9
2026-02-24
selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
Ihor Solodrai
2
-3
/
+5
2026-02-24
selftests/bpf: Use strscpy in bpftool_helpers.c
Ihor Solodrai
1
-5
/
+7
2026-02-24
selftests/bpf: Replace strncpy() with strscpy()
Ihor Solodrai
9
-14
/
+12
2026-02-23
selftests/bpf: Replace strcpy() calls with strscpy()
Ihor Solodrai
6
-7
/
+8
2026-02-23
selftests/bpf: Add simple strscpy() implementation
Ihor Solodrai
2
-14
/
+33
2026-02-18
selftests/bpf: Remove hexdump dependency
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-02-18
selftests/bpf: Use vmlinux.h in test_xdp_meta
Ihor Solodrai
1
-6
/
+6
2026-02-13
selftests/bpf: enable fsession_test on riscv64
Menglong Dong
2
-2
/
+2
2026-02-13
selftests/bpf: Fix map_kptr grace period wait
Kumar Kartikeya Dwivedi
4
-35
/
+39
[next]