From f81eef23b33c0dbf923e863a72ce51ea4d32e291 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 4 Jan 2024 15:47:02 -0800 Subject: [PATCH] ci: skip two tests failing due to kernel bug Add lwt_reroute and tc_links_ingress to DENYLIST, as they are currently broken due to kernel bug. Fix is underreview and should make it into bpf-next soon. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST-latest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest index 7b2275e..56d43ee 100644 --- a/ci/vmtest/configs/DENYLIST-latest +++ b/ci/vmtest/configs/DENYLIST-latest @@ -7,3 +7,6 @@ find_vma # test consistently fails on latest kernel, see https://github.com/libb bpf_cookie/perf_event send_signal/send_signal_nmi send_signal/send_signal_nmi_thread + +lwt_reroute # crashes kernel, fix pending upstream +tc_links_ingress # fails, same fix is pending upstream