summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/iters.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song2024-08-131-0/+54
* selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa2024-06-271-2/+0
* selftests/bpf: Remove second semicolonColin Ian King2024-03-151-1/+1
* bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi2024-02-131-2/+3
* bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2024-01-241-2/+2
* selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov2024-01-031-2/+2
* bpf: Fix accesses to uninit stack slotsAndrei Matei2023-12-081-1/+1
* selftests/bpf: add iter test requiring range x range logicAndrii Nakryiko2023-11-151-0/+22
* selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman2023-10-241-0/+177
* selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman2023-10-241-0/+518
* selftests/bpf: revert iter test subprog precision workaroundAndrii Nakryiko2023-05-051-15/+11
* selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter testsAndrii Nakryiko2023-04-251-11/+15
* selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko2023-03-101-6/+5
* selftests/bpf: add iterators testsAndrii Nakryiko2023-03-091-0/+720