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
6 days
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-54
/
+224
6 days
resolve_btfids: Fix linker flags detection
Ihor Solodrai
-0
/
+1
7 days
selftests/bpf: add reproducer for spurious precision propagation through calls
Eduard Zingerman
-0
/
+64
7 days
bpf: collect only live registers in linked regs
Eduard Zingerman
-35
/
+63
7 days
Revert "selftests/bpf: Update reg_bound range refinement logic"
Eduard Zingerman
-14
/
+0
7 days
selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
-1
/
+38
7 days
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
-4
/
+58
8 days
Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+58
10 days
selftests/bpf: add test for xdp_bonding xmit_hash_policy compat
Jiayuan Chen
-0
/
+58
14 days
selftests/bpf: Avoid simplification of crafted bounds test
Paul Chaignon
-1
/
+1
14 days
selftests/bpf: Test refinement of single-value tnum
Paul Chaignon
-0
/
+137
14 days
selftests/bpf: Add tests for special fields races
Kumar Kartikeya Dwivedi
-0
/
+415
2026-02-26
selftests/bpf: Fix OOB read in dmabuf_collector
T.J. Mercier
-1
/
+1
2026-02-26
selftests/bpf: Fix a memory leak in xdp_flowtable test
Ihor Solodrai
-1
/
+2
2026-02-24
selftests/bpf: Don't override SIGSEGV handler with ASAN
Ihor Solodrai
-10
/
+26
2026-02-24
selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
Ihor Solodrai
-1
/
+12
2026-02-24
selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
Ihor Solodrai
-7
/
+4
2026-02-24
selftests/bpf: Fix array bounds warning in jit_disasm_helpers
Ihor Solodrai
-9
/
+9
2026-02-24
selftests/bpf: Free bpf_object in test_sysctl
Ihor Solodrai
-0
/
+3
2026-02-24
selftests/bpf: Fix resource leaks caused by missing cleanups
Ihor Solodrai
-25
/
+29
2026-02-24
selftests/bpf: Fix double thread join in uprobe_multi_test
Ihor Solodrai
-1
/
+5
2026-02-24
selftests/bpf: Fix use-after-free in xdp_metadata test
Ihor Solodrai
-2
/
+2
2026-02-24
veristat: Fix a memory leak for preset ENUMERATOR
Ihor Solodrai
-0
/
+2
2026-02-24
selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
Ihor Solodrai
-2
/
+2
2026-02-24
selftests/bpf: Fix memory leaks in tests
Ihor Solodrai
-4
/
+22
2026-02-24
selftests/bpf: Refactor bpf_get_ksyms() trace helper
Ihor Solodrai
-26
/
+34
2026-02-24
selftests/bpf: Add DENYLIST.asan
Ihor Solodrai
-0
/
+3
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
-4
/
+9
2026-02-24
selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
Ihor Solodrai
-3
/
+5
2026-02-24
selftests/bpf: Use strscpy in bpftool_helpers.c
Ihor Solodrai
-5
/
+7
2026-02-24
selftests/bpf: Replace strncpy() with strscpy()
Ihor Solodrai
-14
/
+12
2026-02-23
selftests/bpf: Replace strcpy() calls with strscpy()
Ihor Solodrai
-7
/
+8
2026-02-23
selftests/bpf: Add simple strscpy() implementation
Ihor Solodrai
-14
/
+33
2026-02-18
selftests/bpf: Remove hexdump dependency
Matthieu Baerts (NGI0)
-1
/
+1
2026-02-18
selftests/bpf: Use vmlinux.h in test_xdp_meta
Ihor Solodrai
-6
/
+6
2026-02-13
selftests/bpf: enable fsession_test on riscv64
Menglong Dong
-2
/
+2
2026-02-13
selftests/bpf: Fix map_kptr grace period wait
Kumar Kartikeya Dwivedi
-35
/
+39
2026-02-13
selftests/bpf: Adjust selftest due to function rename
Ihor Solodrai
-4
/
+4
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2026-02-06
selftests/bpf: Fix outdated test on storage->smap
Amery Hung
-17
/
+2
2026-02-06
selftests/bpf: Choose another percpu variable in bpf for btf_dump test
Amery Hung
-2
/
+2
2026-02-06
selftests/bpf: Remove test_task_storage_map_stress_lookup
Amery Hung
-166
/
+0
2026-02-06
selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
Amery Hung
-5
/
+2
2026-02-06
selftests/bpf: Update task_local_storage/recursion test
Amery Hung
-17
/
+7
2026-02-06
selftests/bpf: Update sk_storage_omem_uncharge test
Amery Hung
-9
/
+3
2026-02-06
selftests/xsk: fix number of Tx frags in invalid packet
Larysa Zaremba
-1
/
+1
2026-02-06
selftests/xsk: properly handle batch ending in the middle of a packet
Larysa Zaremba
-0
/
+2
2026-02-04
selftests/bpf: Add tests for improved linked register tracking
Puranjay Mohan
-2
/
+301
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
-1
/
+1
2026-02-04
selftests/bpf: Add tests for BPF_END bitwise tracking
Tianci Cao
-0
/
+43
[next]