From f8d0ab46cf4bf8e4c2e22ce666602eae18aebbf1 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 4 Mar 2026 19:37:18 +0100 Subject: [PATCH] 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 --- coccinelle/run-coccinelle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"