selftests/bpf: Remove enum64 case from __arg_untrusted test suite
authorEduard Zingerman <eddyz87@gmail.com>
Tue, 8 Jul 2025 22:08:56 +0000 (15:08 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 9 Jul 2025 01:57:47 +0000 (18:57 -0700)
commitad97cb2ed06a6ba9025fd8bd14fa24369550cbb5
treeac820a594de11c3457c9f7766e89e1f6cab9a02c
parent3413bc0cf16e38db53830c837b4bf639fb2126ef
selftests/bpf: Remove enum64 case from __arg_untrusted test suite

The enum64 type used by verifier_global_ptr_args test case requires
CONFIG_SCHED_CLASS_EXT. At the moment selftets do not depend on this
option. There are just a few enum64 types in the kernel. Instead of
tying selftests to implementation details of unrelated sub-systems,
just remove enum64 test case. Simple enums are covered and that should
be sufficient.

Fixes: 68cca81fd57f ("selftests/bpf: tests for __arg_untrusted void * global func params")
Reported-by: Amery Hung <ameryhung@gmail.com>
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Tested-by: Amery Hung <ameryhung@gmail.com>
Link: https://lore.kernel.org/r/20250708220856.3059578-1-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/verifier_global_ptr_args.c