From e93b1010f30bce09ca68db3f6db61fc100c1a41c Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 7 Jun 2022 17:38:44 -0700 Subject: [PATCH] ci: disable unpriv_bpf_disabled test on s390x Seems like it's relying on fentry which is not supported on s390x. Signed-off-by: Andrii Nakryiko --- 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 34b874d..96f422e 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x @@ -63,3 +63,4 @@ xdp_do_redirect # prog_run_max_size unexpected error: - 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) +unpriv_bpf_disabled # fentry