index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-17
selftests/bpf: Assert link info uprobe_multi count & path_size if unset
Tyrone Wu
1
-0
/
+9
2024-11-17
selftests/bpf: Verify that sync_linked_regs preserves subreg_def
Eduard Zingerman
1
-0
/
+67
2024-11-01
selftests/bpf: Fix cross-compiling urandom_read
Tony Ambardar
1
-1
/
+1
2024-11-01
selftests/bpf: fix perf_event link info name_len assertion
Tyrone Wu
1
-3
/
+6
2024-10-17
selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
Daniel Borkmann
1
-4
/
+1
2024-10-10
selftests/bpf: fix uprobe.path leak in bpf_testmod
Jiri Olsa
1
-0
/
+1
2024-10-04
selftests/bpf: correctly move 'log' upon successful match
Eduard Zingerman
1
-1
/
+1
2024-10-04
selftests/bpf: Fix incorrect parameters in NULL pointer checking
Hao Ge
1
-1
/
+1
2024-10-04
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
3
-22
/
+48
2024-10-04
selftests/bpf: __arch_* macro to limit test cases to specific archs
Eduard Zingerman
2
-0
/
+51
2024-10-04
selftests/bpf: allow checking xlated programs in verifier_* tests
Eduard Zingerman
2
-3
/
+84
2024-10-04
selftests/bpf: extract test_loader->expect_msgs as a data structure
Eduard Zingerman
1
-40
/
+41
2024-10-04
selftests/bpf: no need to track next_match_pos in struct test_loader
Eduard Zingerman
2
-12
/
+8
2024-10-04
selftests/bpf: Fix error compiling tc_redirect.c with musl libc
Tony Ambardar
1
-6
/
+6
2024-10-04
selftests/bpf: Fix compile if backtrace support missing in libc
Tony Ambardar
1
-1
/
+15
2024-10-04
selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix C++ compile error from missing _Bool type
Tony Ambardar
1
-0
/
+4
2024-10-04
selftests/bpf: Fix error compiling test_lru_map.c
Tony Ambardar
1
-1
/
+2
2024-10-04
selftests/bpf: Fix arg parsing in veristat, test_progs
Tony Ambardar
2
-6
/
+6
2024-10-04
selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
Tony Ambardar
1
-2
/
+0
2024-10-04
selftests/bpf: Fix errors compiling crypto_sanity.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-10-04
selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-10-04
selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-10-04
selftests/bpf: Fix compiling core_reloc.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling flow_dissector.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling kfree_skb.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix include of <sys/fcntl.h>
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Fix missing BUILD_BUG_ON() declaration
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Drop unneeded error.h includes
Tony Ambardar
3
-3
/
+0
2024-10-04
selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Use pid_t consistently in test_progs.c
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Fix wrong binary in Makefile log output
Tony Ambardar
1
-5
/
+6
2024-10-04
selftests/bpf: Fix error linking uprobe_multi on mips
Tony Ambardar
1
-0
/
+2
2024-10-04
selftests/bpf: Workaround strict bpf_lsm return value check.
Alexei Starovoitov
1
-0
/
+1
2024-09-04
selftests/bpf: Add a selftest to check for incorrect names
Jeongjun Park
1
-0
/
+34
2024-08-12
selftests/bpf: Add a test to verify previous stacksafe() fix
Yonghong Song
1
-0
/
+54
2024-08-02
Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
1
-1
/
+1
2024-07-30
bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall test
Jiri Olsa
1
-1
/
+1
2024-07-29
selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
Stanislav Fomichev
1
-1
/
+1
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
6
-33
/
+72
2024-07-25
selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata test
Stanislav Fomichev
1
-1
/
+2
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
6
-1
/
+821
2024-07-17
selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOB
Michal Luczaj
1
-3
/
+33
2024-07-17
selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flags
Michal Luczaj
1
-22
/
+26
[next]