]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add drivers/input/* to ignore list
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2024 11:10:36 +0000 (13:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2024 11:10:36 +0000 (13:10 +0200)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ignore_list

index 35e3f772f4e7e0f29a9a47c3cd0347df9707214a..59ae20103a125dc4bad2be7baf9f3409cb569e7e 100644 (file)
@@ -25,7 +25,7 @@ include/uapi/linux/audit.h
 kernel/audit*
 lib/*audit.c
 
-* LSM layer
+# LSM layer
 security/*.c
 # (NOTE: the individual sub-dirs under security/ belong to the
 # individual LSMs, not the LSM layer)
@@ -39,3 +39,6 @@ security/selinux/
 # Filesystems that will send patches to us "by hand"
 fs/bcachefs/
 fs/xfs/
+
+# Input drivers
+drivers/input/*