]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - ignore_list
6.6-stable patches
[thirdparty/kernel/stable-queue.git] / ignore_list
CommitLineData
b97c3bd3
GKH
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
12virt/kvm/*
13arch/*/kvm/*
14include/kvm/*
15
16# MM
17mm/*.c
18mm/*.h
19
20# Audit
21include/asm-generic/audit_*.h
22include/linux/audit.h
23include/linux/audit_arch.h
24include/uapi/linux/audit.h
25kernel/audit*
26lib/*audit.c
27
28* LSM layer
29security/*.c
30# (NOTE: the individual sub-dirs under security/ belong to the
31# individual LSMs, not the LSM layer)
32
33# SELinux
34include/trace/events/avc.h
35include/uapi/linux/selinux_netlink.h
36scripts/selinux/
37security/selinux/
38
9bf1f8f1
GKH
39# Filesystems that will send patches to us "by hand"
40fs/bcachefs/
41fs/xfs/