Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1708935 > unrolled thread

[PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader

Started by"Luis R. Rodriguez" <mcgrof@kernel.org>
First post2017-08-10 20:10 +0200
Last post2017-08-10 20:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-10 20:10 +0200

#1708935 — [PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader

From"Luis R. Rodriguez" <mcgrof@kernel.org>
Date2017-08-10 20:10 +0200
Subject[PATCH 2/4] MAINTAINERS: clarify kmod is just a kernel module loader
Message-ID<ud049-Gi-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web