aboutsummaryrefslogtreecommitdiffstats
path: root/ignore_list
blob: 35e3f772f4e7e0f29a9a47c3cd0347df9707214a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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/

# Filesystems that will send patches to us "by hand"
fs/bcachefs/
fs/xfs/