Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1708935
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader |
| Date | 2017-08-10 20:10 +0200 |
| Message-ID | <ud049-Gi-9@gated-at.bofh.it> (permalink) |
| References | <ud049-Gi-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This should make it clearer what the kmod code is now that the umh code is split out separately. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9a32a397f694..a3677eaacd1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7589,7 +7589,7 @@ F: include/linux/kmemleak.h F: mm/kmemleak.c F: mm/kmemleak-test.c -KMOD MODULE USERMODE HELPER +KMOD KERNEL MODULE LOADER - USERMODE HELPER M: "Luis R. Rodriguez" <mcgrof@kernel.org> L: linux-kernel@vger.kernel.org S: Maintained -- 2.14.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-10 20:10 +0200
csiph-web