Skip to content

Commit 389ede0

Browse files
eddyz87Alexei Starovoitov
authored andcommitted
selftests/bpf: tests with delayed read/precision makrs in loop body
These test cases try to hide read and precision marks from loop convergence logic: marks would only be assigned on subsequent loop iterations or after exploring states pushed to env->head stack first. Without verifier fix to use exact states comparison logic for iterators convergence these tests (except 'triple_continue') would be errorneously marked as safe. Signed-off-by: Eduard Zingerman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 2793a8b commit 389ede0

File tree

1 file changed

+518
-0
lines changed
  • tools/testing/selftests/bpf/progs

1 file changed

+518
-0
lines changed

0 commit comments

Comments
 (0)