2023-09-20 21:23:21

by Luis Chamberlain

[permalink] [raw]
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 <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
---
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: [email protected]
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


2023-09-25 04:53:20

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add include/linux/module*.h to modules

On Wed, Sep 20, 2023 at 02:10:09PM -0700, Luis Chamberlain wrote:
> Use glob include/linux/module*.h to capture all module changes.
>
> Suggested-by: Kees Cook <[email protected]>
> Signed-off-by: Luis Chamberlain <[email protected]>

Thanks!

Reviewed-by: Kees Cook <[email protected]>

--
Kees Cook