From 47595c2f08aece55baaf21ed0b72f5c5abf2cb5e Mon Sep 17 00:00:00 2001 From: Maxim Mikityanskiy Date: Fri, 20 May 2022 14:35:25 +0300 Subject: [PATCH] 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 --- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x index 49ea84b..34b874d 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x @@ -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)