From: Frantisek Sumsal Date: Wed, 4 Mar 2026 18:37:18 +0000 (+0100) Subject: coccinelle: update the list of excluded directories X-Git-Tag: v260-rc3~80^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d0ab46cf4bf8e4c2e22ce666602eae18aebbf1;p=thirdparty%2Fsystemd.git coccinelle: update the list of excluded directories - src/boot/efi/ was moved to src/boot/ in 97318131fd06a5bc35454da81dcbbc84f16d9940 - src/basic/include/linux/ was moved to src/include/uapi/linux/ in 1a60b97524d8408e5f059b09ae316987c698e671 --- diff --git a/coccinelle/run-coccinelle.sh b/coccinelle/run-coccinelle.sh index 61e226e3338..8323a3abc30 100755 --- a/coccinelle/run-coccinelle.sh +++ b/coccinelle/run-coccinelle.sh @@ -4,8 +4,8 @@ set -e # Exclude following paths from the Coccinelle transformations EXCLUDED_PATHS=( - "src/boot/efi/*" - "src/basic/include/linux/*" + "src/boot/*" + "src/include/uapi/*" # Symlinked to test-bus-vtable-cc.cc, which causes issues with the IN_SET macro "src/libsystemd/sd-bus/test-bus-vtable.c" "src/libsystemd/sd-journal/lookup3.c"