Skip to content

Commit 59b8436

Browse files
committed
selftests/bpf: Add bench test to arm64 and s390x denylist
BPF CI fails for arm64 and s390x each with the following result: [...] All error logs: serial_test_kprobe_multi_bench_attach:PASS:get_syms 0 nsec serial_test_kprobe_multi_bench_attach:PASS:kprobe_multi_empty__open_and_load 0 nsec libbpf: prog 'test_kprobe_empty': failed to attach: Operation not supported serial_test_kprobe_multi_bench_attach:FAIL:bpf_program__attach_kprobe_multi_opts unexpected error: -95 #92 kprobe_multi_bench_attach:FAIL [...] Add the test to the deny list. Fixes: 5b6c7e5 ("selftests/bpf: Add attach bench test") Signed-off-by: Daniel Borkmann <[email protected]>
1 parent f8186bf commit 59b8436

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/testing/selftests/bpf/DENYLIST.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ kfree_skb # attach fentry unexpected erro
2828
kfunc_call/subprog # extern (var ksym) 'bpf_prog_active': not found in kernel BTF
2929
kfunc_call/subprog_lskel # skel unexpected error: -2
3030
kfunc_dynptr_param/dynptr_data_null # libbpf: prog 'dynptr_data_null': failed to attach: ERROR: strerror_r(-524)=22
31+
kprobe_multi_bench # bpf_program__attach_kprobe_multi_opts unexpected error: -95
3132
kprobe_multi_test/attach_api_addrs # bpf_program__attach_kprobe_multi_opts unexpected error: -95
3233
kprobe_multi_test/attach_api_pattern # bpf_program__attach_kprobe_multi_opts unexpected error: -95
3334
kprobe_multi_test/attach_api_syms # bpf_program__attach_kprobe_multi_opts unexpected error: -95

tools/testing/selftests/bpf/DENYLIST.s390x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ htab_update # failed to attach: ERROR: strerror_r(-
2929
kfree_skb # attach fentry unexpected error: -524 (trampoline)
3030
kfunc_call # 'bpf_prog_active': not found in kernel BTF (?)
3131
kfunc_dynptr_param # JIT does not support calling kernel function (kfunc)
32+
kprobe_multi_bench # bpf_program__attach_kprobe_multi_opts unexpected error: -95
3233
kprobe_multi_test # relies on fentry
3334
ksyms_module # test_ksyms_module__open_and_load unexpected error: -9 (?)
3435
ksyms_module_libbpf # JIT does not support calling kernel function (kfunc)

0 commit comments

Comments
 (0)