index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
verifier
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-10
1
-1
/
+1
*
selftests/bpf: fix some typos in selftests
Lin Yikai
2024-09-05
1
-1
/
+1
*
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
2024-07-29
1
-4
/
+4
*
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
2024-07-29
1
-10
/
+10
*
selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()
Tengda Wu
2024-07-12
1
-0
/
+13
*
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2024-07-10
1
-1
/
+1
*
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-14
1
-11
/
+11
*
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2024-01-24
1
-0
/
+6
*
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
1
-3
/
+3
*
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-12-08
2
-12
/
+3
*
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-05
1
-16
/
+22
*
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-10
1
-3
/
+3
*
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-10
1
-4
/
+4
*
selftests/bpf: Add test for immediate spilled to stack
Hao Sun
2023-11-02
1
-0
/
+32
*
selftests/bpf: Fix a test_verifier failure
Yonghong Song
2023-07-28
1
-3
/
+3
*
selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests
Björn Töpel
2023-07-05
5
-1
/
+14
*
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-14
1
-4
/
+4
*
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
2023-05-05
1
-4
/
+5
*
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
2023-05-05
1
-9
/
+9
*
bpf: improve precision backtrack logging
Andrii Nakryiko
2023-05-05
1
-52
/
+54
*
selftests/bpf: Add test case to assert precise scalar path pruning
Daniel Borkmann
2023-04-27
1
-0
/
+36
*
selftests/bpf: verifier/prevent_map_lookup converted to inline assembly
Eduard Zingerman
2023-04-22
1
-29
/
+0
*
selftests/bpf: verifier/value_ptr_arith converted to inline assembly
Eduard Zingerman
2023-04-21
1
-1140
/
+0
*
selftests/bpf: verifier/value_illegal_alu converted to inline assembly
Eduard Zingerman
2023-04-21
1
-95
/
+0
*
selftests/bpf: verifier/unpriv converted to inline assembly
Eduard Zingerman
2023-04-21
1
-562
/
+0
*
selftests/bpf: verifier/subreg converted to inline assembly
Eduard Zingerman
2023-04-21
1
-533
/
+0
*
selftests/bpf: verifier/spin_lock converted to inline assembly
Eduard Zingerman
2023-04-21
1
-447
/
+0
*
selftests/bpf: verifier/sock converted to inline assembly
Eduard Zingerman
2023-04-21
1
-706
/
+0
*
selftests/bpf: verifier/search_pruning converted to inline assembly
Eduard Zingerman
2023-04-21
1
-266
/
+0
*
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
2023-04-21
1
-231
/
+0
*
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
2023-04-21
1
-277
/
+0
*
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
2023-04-21
1
-1082
/
+0
*
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
2023-04-21
1
-100
/
+0
*
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
2023-04-21
1
-96
/
+0
*
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
2023-04-21
1
-189
/
+0
*
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
2023-04-21
1
-206
/
+0
*
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
2023-04-21
1
-174
/
+0
*
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
2023-04-21
1
-710
/
+0
*
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
2023-04-21
1
-37
/
+0
*
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
2023-04-21
1
-186
/
+0
*
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
2023-04-21
1
-25
/
+0
*
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
2023-04-21
1
-87
/
+0
*
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
2023-04-21
1
-884
/
+0
*
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
2023-04-16
1
-27
/
+0
*
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-11
1
-0
/
+13
*
selftests/bpf: Rewrite two infinite loops in bound check cases
Xu Kuohai
2023-03-30
1
-8
/
+16
*
selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...
Eduard Zingerman
2023-03-28
1
-1468
/
+0
*
selftests/bpf: verifier/xdp.c converted to inline assembly
Eduard Zingerman
2023-03-26
1
-14
/
+0
*
selftests/bpf: verifier/xadd.c converted to inline assembly
Eduard Zingerman
2023-03-26
1
-97
/
+0
*
selftests/bpf: verifier/var_off.c converted to inline assembly
Eduard Zingerman
2023-03-26
1
-291
/
+0
[next]