]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - ignore_list
6.8-stable patches
[thirdparty/kernel/stable-queue.git] / ignore_list
1 # List of directories/files that we ignore for the AUTOSEL and the "Fixes tag
2 # only" tools.
3 #
4 # If anything matches in these directories/files, they will not be picked up by
5 # these tools, but rather they MUST have a "Cc: stable@" tag in the
6 # signed-off-by area of the commit log, as per the rules in
7 # Documentation/process/stable-kernel-rules.rst in the kernel source tree, in
8 # order for them to be picked for any stable release automatically.
9 #
10
11 # KVM
12 virt/kvm/*
13 arch/*/kvm/*
14 include/kvm/*
15
16 # MM
17 mm/*.c
18 mm/*.h
19
20 # Audit
21 include/asm-generic/audit_*.h
22 include/linux/audit.h
23 include/linux/audit_arch.h
24 include/uapi/linux/audit.h
25 kernel/audit*
26 lib/*audit.c
27
28 * LSM layer
29 security/*.c
30 # (NOTE: the individual sub-dirs under security/ belong to the
31 # individual LSMs, not the LSM layer)
32
33 # SELinux
34 include/trace/events/avc.h
35 include/uapi/linux/selinux_netlink.h
36 scripts/selinux/
37 security/selinux/
38
39 # Filesystems that will send patches to us "by hand"
40 fs/bcachefs/
41 fs/xfs/