]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add ignore_list
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2023 08:50:02 +0000 (10:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2023 08:50:02 +0000 (10:50 +0200)
ignore_list [new file with mode: 0644]

diff --git a/ignore_list b/ignore_list
new file mode 100644 (file)
index 0000000..f2b20ad
--- /dev/null
@@ -0,0 +1,39 @@
+# List of directories/files that we ignore for the AUTOSEL and the "Fixes tag
+# only" tools.
+#
+# If anything matches in these directories/files, they will not be picked up by
+# these tools, but rather they MUST have a "Cc: stable@" tag in the
+# signed-off-by area of the commit log, as per the rules in
+# Documentation/process/stable-kernel-rules.rst in the kernel source tree, in
+# order for them to be picked for any stable release automatically.
+#
+
+# KVM
+virt/kvm/*
+arch/*/kvm/*
+include/kvm/*
+
+# MM
+mm/*.c
+mm/*.h
+
+# Audit
+include/asm-generic/audit_*.h
+include/linux/audit.h
+include/linux/audit_arch.h
+include/uapi/linux/audit.h
+kernel/audit*
+lib/*audit.c
+
+* LSM layer
+security/*.c
+# (NOTE: the individual sub-dirs under security/ belong to the
+# individual LSMs, not the LSM layer)
+
+# SELinux
+include/trace/events/avc.h
+include/uapi/linux/selinux_netlink.h
+scripts/selinux/
+security/selinux/
+
+