From add1aac281003f2cf3233722998689ce736126f3 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 7 Jul 2023 13:34:29 -0700 Subject: [PATCH] ci: add kprobe_multi_bench_attach to DENYLIST It is suspected to be causing kernel crashes in libbpf CI, which we don't see in kernel-patches CI. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST-latest | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest index 1f7f470..1984883 100644 --- a/ci/vmtest/configs/DENYLIST-latest +++ b/ci/vmtest/configs/DENYLIST-latest @@ -1,3 +1,4 @@ decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD bpf_nf/tc-bpf-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200 bpf_nf/xdp-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200 +kprobe_multi_bench_attach # suspected to cause crashes in CI