index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
iters.c
Age
Commit message (
Expand
)
Author
2025-04-04
libbpf: Add likely/unlikely macros and use them in selftests
Anton Protopopov
2025-02-18
selftests/bpf: check states pruning for deeply nested iterator
Eduard Zingerman
2025-02-18
selftests/bpf: test correct loop_entry update in copy_verifier_state
Eduard Zingerman
2025-01-16
bpf: verifier: Support eliding map lookup nullness
Daniel Xu
2024-12-02
selftests/bpf: Add tests for iter arg check
Kumar Kartikeya Dwivedi
2024-08-12
selftests/bpf: Add a test to verify previous stacksafe() fix
Yonghong Song
2024-06-26
selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
Jiri Olsa
2024-03-15
selftests/bpf: Remove second semicolon
Colin Ian King
2024-02-13
bpf: Abstract loop unrolling pragmas in BPF selftests
Jose E. Marchesi
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2024-01-03
selftests/bpf: Attempt to build BPF programs with -Wsign-compare
Alexei Starovoitov
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-11-15
selftests/bpf: add iter test requiring range x range logic
Andrii Nakryiko
2023-10-23
selftests/bpf: test if state loops are detected in a tricky case
Eduard Zingerman
2023-10-23
selftests/bpf: tests with delayed read/precision makrs in loop body
Eduard Zingerman
2023-05-04
selftests/bpf: revert iter test subprog precision workaround
Andrii Nakryiko
2023-04-24
selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter tests
Andrii Nakryiko
2023-03-10
selftests/bpf: fix lots of silly mistakes pointed out by compiler
Andrii Nakryiko
2023-03-08
selftests/bpf: add iterators tests
Andrii Nakryiko