diff options
author | Luis Chamberlain <mcgrof@kernel.org> | 2022-01-11 19:15:12 -0800 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-01-11 19:15:12 -0800 |
commit | 96dd8754881022d4372359b1c0efcdbc732a0ea7 (patch) | |
tree | 9516a3df9f179c207bfaa2b40f1536ec076c7c51 /MAINTAINERS | |
parent | ca321ec74322e3c49552fc1ffc80b42d0dbf1a84 (diff) |
MAINTAINERS: add mailing lists for kmod and modules
Add the linux-modules list for kmod and linux modules changes.
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 47a541ef7ba0..acd112c42255 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10681,6 +10681,7 @@ F: samples/kmemleak/kmemleak-test.c KMOD KERNEL MODULE LOADER - USERMODE HELPER M: Luis Chamberlain <mcgrof@kernel.org> L: linux-kernel@vger.kernel.org +L: linux-modules@vger.kernel.org S: Maintained F: include/linux/kmod.h F: kernel/kmod.c @@ -12970,6 +12971,8 @@ F: drivers/media/dvb-frontends/mn88473* MODULE SUPPORT M: Luis Chamberlain <mcgrof@kernel.org> +L: linux-modules@vger.kernel.org +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/module.h |