diff options
author | Eduard Zingerman | 2023-11-21 04:06:57 +0200 |
---|---|---|
committer | Alexei Starovoitov | 2023-11-20 18:36:40 -0800 |
commit | 958465e217dbf5fc6677d42d8827fb3073d86afd (patch) | |
tree | f7d2e4937e28bd7157da6815ca29fea42be3c284 /net/netrom | |
parent | ab5cfac139ab8576fb54630d4cca23c3e690ee90 (diff) |
selftests/bpf: tests for iterating callbacks
A set of test cases to check behavior of callback handling logic,
check if verifier catches the following situations:
- program not safe on second callback iteration;
- program not safe on zero callback iterations;
- infinite loop inside a callback.
Verify that callback logic works for bpf_loop, bpf_for_each_map_elem,
bpf_user_ringbuf_drain, bpf_find_vma.
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20231121020701.26440-8-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'net/netrom')
0 files changed, 0 insertions, 0 deletions