[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230920211009.1009150-1-mcgrof@kernel.org>
Date:   Wed, 20 Sep 2023 14:10:09 -0700
From:   Luis Chamberlain <mcgrof@...nel.org>
To:     linux-modules@...r.kernel.org, linux-kernel@...r.kernel.org,
        keescook@...omium.org
Cc:     mcgrof@...nel.org
Subject: [PATCH] MAINTAINERS: add include/linux/module*.h to modules
Use glob include/linux/module*.h to capture all module changes.
Suggested-by: Kees Cook <keescook@...omium.org>
Signed-off-by: Luis Chamberlain <mcgrof@...nel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..b78cf8dc7f16 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14289,7 +14289,7 @@ L:	linux-kernel@...r.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git modules-next
 F:	include/linux/kmod.h
-F:	include/linux/module.h
+F:	include/linux/module*.h
 F:	kernel/module/
 F:	lib/test_kmod.c
 F:	scripts/module*
-- 
2.39.2
Powered by blists - more mailing lists
 
