index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
2023-04-21
3
-231
/
+362
*
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
2023-04-21
3
-277
/
+366
*
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
2023-04-21
3
-1082
/
+1497
*
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
2023-04-21
3
-100
/
+267
*
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
2023-04-21
3
-96
/
+144
*
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
2023-04-21
3
-189
/
+236
*
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
2023-04-21
3
-206
/
+261
*
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
2023-04-21
3
-174
/
+215
*
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
2023-04-21
3
-710
/
+805
*
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
2023-04-21
3
-37
/
+50
*
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
2023-04-21
3
-186
/
+223
*
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
2023-04-21
3
-25
/
+34
*
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
2023-04-21
3
-87
/
+126
*
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
2023-04-21
3
-884
/
+1078
*
selftests/bpf: Add notion of auxiliary programs for test_loader
Eduard Zingerman
2023-04-21
2
-22
/
+73
*
selftests/bpf: add missing netfilter return value and ctx access tests
Florian Westphal
2023-04-21
3
-0
/
+174
*
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
2023-04-21
2
-0
/
+40
*
selftests/xsk: Put MAP_HUGE_2MB in correct argument
Magnus Karlsson
2023-04-21
1
-7
/
+4
*
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2023-04-21
1
-4
/
+4
*
selftests/bpf: populate map_array_ro map for verifier_array_access test
Eduard Zingerman
2023-04-21
2
-5
/
+41
*
selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
Eduard Zingerman
2023-04-21
2
-0
/
+17
*
selftests/bpf: fix __retval() being always ignored
Eduard Zingerman
2023-04-21
2
-3
/
+3
*
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Eduard Zingerman
2023-04-21
1
-4
/
+4
*
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
2023-04-20
5
-0
/
+70
*
selftests/xsk: Fix munmap for hugepage allocated umem
Magnus Karlsson
2023-04-19
2
-4
/
+16
*
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2023-04-18
1
-103
/
+0
*
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
2023-04-18
2
-0
/
+41
*
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
2023-04-18
2
-0
/
+60
*
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
2023-04-16
3
-140
/
+5
*
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
2023-04-16
3
-0
/
+496
*
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-16
4
-84
/
+182
*
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
2023-04-16
4
-67
/
+73
*
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2023-04-16
1
-10
/
+39
*
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2023-04-16
1
-0
/
+13
*
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
2023-04-14
1
-0
/
+5
*
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
2023-04-14
1
-2
/
+2
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-14
252
-9821
/
+17899
|
\
|
*
selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncs
Andrii Nakryiko
2023-04-13
1
-0
/
+6
|
*
selftests/bpf: Remove stand-along test_verifier_log test binary
Andrii Nakryiko
2023-04-13
2
-176
/
+1
|
*
selftests/bpf: Keep the loop in bpf_testmod_loop_test
Song Liu
2023-04-13
1
-1
/
+5
|
*
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
2023-04-13
1
-0
/
+1
|
*
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
2023-04-13
4
-16
/
+24
|
*
selftests/bpf: Fix use of uninitialized op_name in log tests
Lorenz Bauer
2023-04-13
1
-1
/
+1
|
*
selftests/bpf: Test FOU kfuncs for externally controlled ipip devices
Christian Ehrig
2023-04-13
2
-2
/
+268
|
*
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
2023-04-12
3
-67
/
+14
|
*
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
2023-04-12
3
-7
/
+38
|
*
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-11
1
-0
/
+13
|
*
selftests/bpf: Add verifier log tests for BPF_BTF_LOAD command
Andrii Nakryiko
2023-04-11
1
-0
/
+188
|
*
selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOAD
Andrii Nakryiko
2023-04-11
1
-0
/
+23
|
*
selftests/bpf: Add tests to validate log_true_size feature
Andrii Nakryiko
2023-04-11
1
-16
/
+76
[next]