From e988cf9246d5a9a1fe83d930316ae05221bc4e3e Mon Sep 17 00:00:00 2001 From: Martin KaFai Lau Date: Tue, 12 Mar 2024 17:30:09 -0700 Subject: [PATCH] denylist: Add tc_redirect/tc_redirect_dtime to DENYLIST There is a uapi breakage after net-next commit 885c36e59f46. Temporarily add tc_redirect/tc_redirect_dtime to the DENYLIST. Signed-off-by: Martin KaFai Lau --- ci/vmtest/configs/DENYLIST | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST b/ci/vmtest/configs/DENYLIST index ead297f..92d8be3 100644 --- a/ci/vmtest/configs/DENYLIST +++ b/ci/vmtest/configs/DENYLIST @@ -9,3 +9,4 @@ test_ima # All of CI is broken on it following 6.3-rc1 merge lwt_reroute # crashes kernel after netnext merge from 2ab1efad60ad "net/sched: cls_api: complement tcf_tfilter_dump_policy" tc_links_ingress # started failing after net-next merge from 2ab1efad60ad "net/sched: cls_api: complement tcf_tfilter_dump_policy" xdp_bonding/xdp_bonding_features # started failing after net merge from 359e54a93ab4 "l2tp: pass correct message length to ip6_append_data" +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") \ No newline at end of file