diff options
author | Luis Chamberlain <mcgrof@kernel.org> | 2023-09-20 14:07:58 -0700 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2023-11-01 13:06:54 -0700 |
commit | 62eedac264159690b4fed78aeec4d3623ce253b7 (patch) | |
tree | 5d6bd9ffa3f2e0fdad8c314f2c702a37997d1de0 /MAINTAINERS | |
parent | 2c7ccb3c362bc86aeb3e52d6fbf15f7f480ca961 (diff) |
MAINTAINERS: add include/linux/module*.h to modules
Use glob include/linux/module*.h to capture all module changes.
Suggested-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ca67fd0ed5bf..8b7d80146d4a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14519,7 +14519,7 @@ L: linux-kernel@vger.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* |