summaryrefslogtreecommitdiff
path: root/net/bpf
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-11-23 19:59:37 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2023-11-24 10:40:06 +0100
commite8a339b5235e294f29153149ea7cf26a9a87dbea (patch)
tree11c36122a9d80c9c3ad9525f47973326ae348c30 /net/bpf
parent2afae08c9dcb8ac648414277cec70c2fe6a34d9e (diff)
selftests/bpf: Add lazy global subprog validation tests
Add a few test that validate BPF verifier's lazy approach to validating global subprogs. We check that global subprogs that are called transitively through another global subprog is validated. We also check that invalid global subprog is not validated, if it's not called from the main program. And we also check that main program is always validated first, before any of the subprogs. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Eduard Zingerman <eddyz87@gmail.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20231124035937.403208-4-andrii@kernel.org
Diffstat (limited to 'net/bpf')
0 files changed, 0 insertions, 0 deletions