new file mode 100644
@@ -0,0 +1 @@
+kprobe_multi_bench_attach # bpf_program__attach_kprobe_multi_opts unexpected error: -95
@@ -20,6 +20,7 @@ get_func_ip_test # get_func_ip_test__attach unexpected e
get_stack_raw_tp # user_stack corrupted user stack (no backchain userspace)
kfree_skb # attach fentry unexpected error: -524 (trampoline)
kfunc_call # 'bpf_prog_active': not found in kernel BTF (?)
+kprobe_multi_bench_attach # bpf_program__attach_kprobe_multi_opts unexpected error: -95
ksyms_module # test_ksyms_module__open_and_load unexpected error: -9 (?)
ksyms_module_libbpf # JIT does not support calling kernel function (kfunc)
ksyms_module_lskel # test_ksyms_module_lskel__open_and_load unexpected error: -9 (?)
After making test_bench_attach serial [0], DENYLIST for aarch64 & s390x should be updated to filter out this test case. This test doesn't work for both platforms at the monent. [0] https://lore.kernel.org/bpf/20221116100228.2064612-2-jolsa@kernel.org/ Signed-off-by: Kui-Feng Lee <kuifeng@fb.com> --- tools/testing/selftests/bpf/DENYLIST.aarch64 | 1 + tools/testing/selftests/bpf/DENYLIST.s390x | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/testing/selftests/bpf/DENYLIST.aarch64