[PATCH] MAINTAINERS: Update module subsystem maintainers and repository

Sami Tolvanen posted 1 patch 1 month, 3 weeks ago
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: Update module subsystem maintainers and repository
Posted by Sami Tolvanen 1 month, 3 weeks ago
Add myself as a maintainer for module support as I'll be handling pull
requests for the next six months according to the previously announced
rotation [1][2].  Also, update the git repository link to point to the
modules tree, which is already used by linux-next.

Link: https://lore.kernel.org/linux-modules/Z3gDAnPlA3SZEbgl@bombadil.infradead.org [1]
Link: https://lore.kernel.org/linux-modules/20251203234840.3720-1-da.gomez@kernel.org/ [2]
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..0c18b87925f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17613,12 +17613,12 @@ MODULE SUPPORT
 M:	Luis Chamberlain <mcgrof@kernel.org>
 M:	Petr Pavlu <petr.pavlu@suse.com>
 M:	Daniel Gomez <da.gomez@kernel.org>
-R:	Sami Tolvanen <samitolvanen@google.com>
+M:	Sami Tolvanen <samitolvanen@google.com>
 R:	Aaron Tomlin <atomlin@atomlin.com>
 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
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git modules-next
 F:	include/linux/kmod.h
 F:	include/linux/module*.h
 F:	kernel/module/

base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
-- 
2.52.0.305.g3fc767764a-goog
Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
Posted by Sami Tolvanen 1 month, 2 weeks ago
On Mon, 15 Dec 2025 21:55:46 +0000, Sami Tolvanen wrote:
> Add myself as a maintainer for module support as I'll be handling pull
> requests for the next six months according to the previously announced
> rotation [1][2].  Also, update the git repository link to point to the
> modules tree, which is already used by linux-next.
> 
> 

Applied to modules-next, thanks!

[1/1] MAINTAINERS: Update module subsystem maintainers and repository
      commit: d8275cdaf20e5262141dcd12b214cf035d07ed9d

Best regards,

	Sami
Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
Posted by Daniel Gomez 1 month, 3 weeks ago
On 15/12/2025 22.55, Sami Tolvanen wrote:
> Add myself as a maintainer for module support as I'll be handling pull
> requests for the next six months according to the previously announced
> rotation [1][2].  Also, update the git repository link to point to the
> modules tree, which is already used by linux-next.
> 
> Link: https://lore.kernel.org/linux-modules/Z3gDAnPlA3SZEbgl@bombadil.infradead.org [1]
> Link: https://lore.kernel.org/linux-modules/20251203234840.3720-1-da.gomez@kernel.org/ [2]
> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..0c18b87925f0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17613,12 +17613,12 @@ MODULE SUPPORT
>  M:	Luis Chamberlain <mcgrof@kernel.org>
>  M:	Petr Pavlu <petr.pavlu@suse.com>
>  M:	Daniel Gomez <da.gomez@kernel.org>
> -R:	Sami Tolvanen <samitolvanen@google.com>
> +M:	Sami Tolvanen <samitolvanen@google.com>
>  R:	Aaron Tomlin <atomlin@atomlin.com>
>  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
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git modules-next
>  F:	include/linux/kmod.h
>  F:	include/linux/module*.h
>  F:	kernel/module/
> 
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8

Acked-by: Daniel Gomez <da.gomez@samsung.com>
Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
Posted by Petr Pavlu 1 month, 3 weeks ago
On 12/15/25 10:55 PM, Sami Tolvanen wrote:
> Add myself as a maintainer for module support as I'll be handling pull
> requests for the next six months according to the previously announced
> rotation [1][2].  Also, update the git repository link to point to the
> modules tree, which is already used by linux-next.
> 
> Link: https://lore.kernel.org/linux-modules/Z3gDAnPlA3SZEbgl@bombadil.infradead.org [1]
> Link: https://lore.kernel.org/linux-modules/20251203234840.3720-1-da.gomez@kernel.org/ [2]
> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>

Acked-by: Petr Pavlu <petr.pavlu@suse.com>

-- 
Cheers,
Petr
Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
Posted by Aaron Tomlin 1 month, 3 weeks ago
On Mon, Dec 15, 2025 at 09:55:46PM +0000, Sami Tolvanen wrote:
> Add myself as a maintainer for module support as I'll be handling pull
> requests for the next six months according to the previously announced
> rotation [1][2].  Also, update the git repository link to point to the
> modules tree, which is already used by linux-next.
> 
> Link: https://lore.kernel.org/linux-modules/Z3gDAnPlA3SZEbgl@bombadil.infradead.org [1]
> Link: https://lore.kernel.org/linux-modules/20251203234840.3720-1-da.gomez@kernel.org/ [2]
> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..0c18b87925f0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17613,12 +17613,12 @@ MODULE SUPPORT
>  M:	Luis Chamberlain <mcgrof@kernel.org>
>  M:	Petr Pavlu <petr.pavlu@suse.com>
>  M:	Daniel Gomez <da.gomez@kernel.org>
> -R:	Sami Tolvanen <samitolvanen@google.com>
> +M:	Sami Tolvanen <samitolvanen@google.com>
>  R:	Aaron Tomlin <atomlin@atomlin.com>
>  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
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git modules-next
>  F:	include/linux/kmod.h
>  F:	include/linux/module*.h
>  F:	kernel/module/
> 
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> -- 
> 2.52.0.305.g3fc767764a-goog
> 

Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>

-- 
Aaron Tomlin