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:
Maxim Mikityanskiy
2022-05-20 14:35:25 +03:00
committed by Andrii Nakryiko
parent 86eb09863c
commit 47595c2f08

View File

@@ -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)