selftests/bpf: add more cases for __arg_trusted __arg_nullable args
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 2 Feb 2024 19:05:28 +0000 (11:05 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 3 Feb 2024 02:08:58 +0000 (18:08 -0800)
commite2e70535dd76c6f17bdc9009ffca3d26cfd35ea4
treec62f08e9d64c498ef6d87b9d47430f4438fd9c83
parent8f13c34087d3eb64329529b8517e5a6251653176
selftests/bpf: add more cases for __arg_trusted __arg_nullable args

Add extra layer of global functions to ensure that passing around
(trusted) PTR_TO_BTF_ID_OR_NULL registers works as expected. We also
extend trusted_task_arg_nullable subtest to check three possible valid
argumements: known NULL, known non-NULL, and maybe NULL cases.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20240202190529.2374377-3-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/verifier_global_ptr_args.c