selftests/bpf: Update the aarch64 tests deny list
authorFlorent Revest <revest@chromium.org>
Thu, 27 Apr 2023 14:32:07 +0000 (16:32 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 27 Apr 2023 20:06:41 +0000 (22:06 +0200)
commita4644119208444f84d9ffcd4d0af630046c2de98
tree39392e6d6d2820b0c830e77d2d35ef59dc4c090a
parentbb323478767d4b4d78380bc9e2c0971ca33442af
selftests/bpf: Update the aarch64 tests deny list

Now that ftrace supports direct call on arm64, BPF tracing programs work
on that architecture. This fixes the vast majority of BPF selftests
except for:

- multi_kprobe programs which require fprobe, not available on arm64 yet
- tracing_struct which requires trampoline support to access struct args

This patch updates the list of BPF selftests which are known to fail so
the BPF CI can validate the tests which pass now.

Signed-off-by: Florent Revest <revest@chromium.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20230427143207.635263-1-revest@chromium.org
tools/testing/selftests/bpf/DENYLIST.aarch64