mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
ci: blacklist xdp_syncookie on s390x
The xdp_syncookie test uses kfunc, and BPF JIT doesn't support kfunc on s390x. Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
86eb09863c
commit
47595c2f08
@@ -62,3 +62,4 @@ bpf_cookie # failed to open_and_load program: -524
|
||||
xdp_do_redirect # prog_run_max_size unexpected error: -22 (errno 22)
|
||||
send_signal # intermittently fails to receive signal
|
||||
select_reuseport # intermittently fails on new s390x setup
|
||||
xdp_synproxy # JIT does not support calling kernel function (kfunc)
|
||||
|
||||
Reference in New Issue
Block a user