From a0d1e22c7790f22809d33b3c5c1e3ded89157cc8 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 18 Aug 2022 13:54:27 -0700 Subject: [PATCH] ci: blacklist lru_bug selftest on s390x Make sure we don't fail on lru_bug selftests as it relies of BPF trampoline, not supported by s390x. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST-latest.s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST-latest.s390x b/ci/vmtest/configs/DENYLIST-latest.s390x index e33cab3..3b16f2d 100644 --- a/ci/vmtest/configs/DENYLIST-latest.s390x +++ b/ci/vmtest/configs/DENYLIST-latest.s390x @@ -65,3 +65,4 @@ send_signal # intermittently fails to receive signa select_reuseport # intermittently fails on new s390x setup xdp_synproxy # JIT does not support calling kernel function (kfunc) unpriv_bpf_disabled # fentry +lru_bug