]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: by default use arch mask allowing all archs
authorEduard Zingerman <eddyz87@gmail.com>
Thu, 22 Aug 2024 08:41:11 +0000 (01:41 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 22 Aug 2024 15:35:21 +0000 (08:35 -0700)
commitf406026fefa745ff9a3153507cc3b9a87371d954
tree2d275b3c01f07b49e66ad325a3c84678b8770a73
parent40609093247b586ee6f8ca8f2b30c7d583c6fd25
selftests/bpf: by default use arch mask allowing all archs

If test case does not specify architecture via __arch_* macro consider
that it should be run for all architectures.

Fixes: 7d743e4c759c ("selftests/bpf: __jited test tag to check disassembly after jit")
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20240822084112.3257995-6-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_loader.c