From 3bacc542c48a180f0c742bc6948eeed20de71fd6 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 6 Nov 2024 09:07:43 -0800 Subject: [PATCH] ci: bpf-next needs a fix for uprobe_multi_test, so denylist it for now With low-level change in behavior w.r.t. uretprobe triggering, after perf/core merge into bpf-next/master we need a small fix for uprobe_multi/consumers subtest. Denylist it for now to keep CI green, while we are waiting for the fix it self. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST b/ci/vmtest/configs/DENYLIST index d2d725dc..79efeb4d 100644 --- a/ci/vmtest/configs/DENYLIST +++ b/ci/vmtest/configs/DENYLIST @@ -12,3 +12,4 @@ xdp_bonding/xdp_bonding_features # started failing after net merge from 359e tc_redirect/tc_redirect_dtime # uapi breakage after net-next commit 885c36e59f46 ("net: Re-use and set mono_delivery_time bit for userspace tstamp packets") migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under investigation migrate_reuseport/IPv6 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under investigation +uprobe_multi_test/consumers