From: Greg Kroah-Hartman Date: Tue, 1 Oct 2024 11:10:36 +0000 (+0200) Subject: add drivers/input/* to ignore list X-Git-Tag: v6.6.54~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8965a408dfa123c1d2cc95930fc2426138e6e57;p=thirdparty%2Fkernel%2Fstable-queue.git add drivers/input/* to ignore list Signed-off-by: Greg Kroah-Hartman --- diff --git a/ignore_list b/ignore_list index 35e3f772f4e..59ae20103a1 100644 --- a/ignore_list +++ b/ignore_list @@ -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/*