From d8965a408dfa123c1d2cc95930fc2426138e6e57 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 1 Oct 2024 13:10:36 +0200 Subject: [PATCH] add drivers/input/* to ignore list Signed-off-by: Greg Kroah-Hartman --- ignore_list | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/* -- 2.47.3