]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coccinelle: update the list of excluded directories
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 4 Mar 2026 18:37:18 +0000 (19:37 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 5 Mar 2026 09:27:58 +0000 (10:27 +0100)
  - 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

index 61e226e3338546ce9304e5742281620f683c2d82..8323a3abc30227036c264b15544b28bfb60049bd 100755 (executable)
@@ -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"