Re: [PATCH v5 01/13] module: Move all into module/
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-02-10 18:51:11
Also in:
live-patching, lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-02-10 18:51:11
Also in:
live-patching, lkml
On Thu, Feb 10, 2022 at 09:02:09AM -0800, Joe Perches wrote:
On Thu, 2022-02-10 at 14:45 +0000, Aaron Tomlin wrote:quoted
On Thu 2022-02-10 11:11 +0000, Christophe Leroy wrote:quoted
quoted
diff --git a/MAINTAINERS b/MAINTAINERS[]quoted
quoted
quoted
@@ -13001,7 +13001,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/module.h -F: kernel/module.c +F: kernel/module/main.cShouldn't it be the entire directory ?Indeed it should. Moving forward: kernel/module/*Better would be: F: kernel/module/ in case it ever gets subdirectories too.
Yes, that also later allows us to add entries for things like say livepatching. Or we peg the livepatching file to the livepatching tag. Either way, one of the side goals of the split is to eventually help scale maintenance. Luis