From: Greg Kroah-Hartman Date: Thu, 29 Jun 2023 08:50:02 +0000 (+0200) Subject: add ignore_list X-Git-Tag: v6.4.1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b97c3bd3b86635c2f9fecae099878e72cc65106f;p=thirdparty%2Fkernel%2Fstable-queue.git add ignore_list --- diff --git a/ignore_list b/ignore_list new file mode 100644 index 00000000000..f2b20ad2032 --- /dev/null +++ b/ignore_list @@ -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/ + +