aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/arg_parsing.c
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2022-09-06 17:13:03 +0200
committerAlexei Starovoitov <ast@kernel.org>2022-09-07 11:05:17 -0700
commit22ed8d5a46520ef0f060e7c0ee91f1cc6f684400 (patch)
tree71f1dcd0c61e046ea690010f4cb2a8f96d7bc569 /tools/testing/selftests/bpf/prog_tests/arg_parsing.c
parentbpf/verifier: allow kfunc to return an allocated mem (diff)
downloadlinux-dev-22ed8d5a46520ef0f060e7c0ee91f1cc6f684400.tar.xz
linux-dev-22ed8d5a46520ef0f060e7c0ee91f1cc6f684400.zip
selftests/bpf: Add tests for kfunc returning a memory pointer
We add 2 new kfuncs that are following the RET_PTR_TO_MEM capability from the previous commit. Then we test them in selftests: the first tests are testing valid case, and are not failing, and the later ones are actually preventing the program to be loaded because they are wrong. To work around that, we mark the failing ones as not autoloaded (with SEC("?tc")), and we manually enable them one by one, ensuring the verifier rejects them. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20220906151303.2780789-8-benjamin.tissoires@redhat.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/arg_parsing.c')
0 files changed, 0 insertions, 0 deletions