From: Ondřej Surý Date: Wed, 8 Oct 2025 15:41:35 +0000 (+0200) Subject: Disable the unreachable semantic patch X-Git-Tag: v9.21.15~73^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088f2feb0615dd0f626d70f8e62515b08971717c;p=thirdparty%2Fbind9.git Disable the unreachable semantic patch The UNREACHABLE() semantic patch seems to be broken with coccinelle 1.3.0 - it spins undefinitely. Disable it for now. --- diff --git a/cocci/unreachable.spatch b/cocci/unreachable.disabled similarity index 100% rename from cocci/unreachable.spatch rename to cocci/unreachable.disabled