Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository

From: Daniel Gomez

Date: Tue Dec 16 2025 - 13:45:00 EST


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@xxxxxxxxxxxxxxxxxxxxxx [1]
> Link: https://lore.kernel.org/linux-modules/20251203234840.3720-1-da.gomez@xxxxxxxxxx/ [2]
> Signed-off-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxx>
> M: Petr Pavlu <petr.pavlu@xxxxxxxx>
> M: Daniel Gomez <da.gomez@xxxxxxxxxx>
> -R: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
> +M: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
> R: Aaron Tomlin <atomlin@xxxxxxxxxxx>
> L: linux-modules@xxxxxxxxxxxxxxx
> L: linux-kernel@xxxxxxxxxxxxxxx
> 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@xxxxxxxxxxx>