linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
@ 2025-12-15 21:55 Sami Tolvanen
  2025-12-15 22:00 ` Aaron Tomlin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sami Tolvanen @ 2025-12-15 21:55 UTC (permalink / raw)
  To: Luis Chamberlain, Petr Pavlu, Daniel Gomez
  Cc: Aaron Tomlin, linux-modules, linux-kernel, Sami Tolvanen

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
  2025-12-15 21:55 [PATCH] MAINTAINERS: Update module subsystem maintainers and repository Sami Tolvanen
@ 2025-12-15 22:00 ` Aaron Tomlin
  2025-12-16  8:57 ` Petr Pavlu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Aaron Tomlin @ 2025-12-15 22:00 UTC (permalink / raw)
  To: Sami Tolvanen
  Cc: Luis Chamberlain, Petr Pavlu, Daniel Gomez, linux-modules,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1630 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
  2025-12-15 21:55 [PATCH] MAINTAINERS: Update module subsystem maintainers and repository Sami Tolvanen
  2025-12-15 22:00 ` Aaron Tomlin
@ 2025-12-16  8:57 ` Petr Pavlu
  2025-12-16 18:44 ` Daniel Gomez
  2025-12-22 20:23 ` Sami Tolvanen
  3 siblings, 0 replies; 5+ messages in thread
From: Petr Pavlu @ 2025-12-16  8:57 UTC (permalink / raw)
  To: Sami Tolvanen
  Cc: Luis Chamberlain, Daniel Gomez, Aaron Tomlin, linux-modules,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
  2025-12-15 21:55 [PATCH] MAINTAINERS: Update module subsystem maintainers and repository Sami Tolvanen
  2025-12-15 22:00 ` Aaron Tomlin
  2025-12-16  8:57 ` Petr Pavlu
@ 2025-12-16 18:44 ` Daniel Gomez
  2025-12-22 20:23 ` Sami Tolvanen
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Gomez @ 2025-12-16 18:44 UTC (permalink / raw)
  To: Sami Tolvanen, Luis Chamberlain, Petr Pavlu
  Cc: Aaron Tomlin, linux-modules, linux-kernel

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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update module subsystem maintainers and repository
  2025-12-15 21:55 [PATCH] MAINTAINERS: Update module subsystem maintainers and repository Sami Tolvanen
                   ` (2 preceding siblings ...)
  2025-12-16 18:44 ` Daniel Gomez
@ 2025-12-22 20:23 ` Sami Tolvanen
  3 siblings, 0 replies; 5+ messages in thread
From: Sami Tolvanen @ 2025-12-22 20:23 UTC (permalink / raw)
  To: Luis Chamberlain, Petr Pavlu, Daniel Gomez, Sami Tolvanen
  Cc: Aaron Tomlin, linux-modules, linux-kernel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-22 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 21:55 [PATCH] MAINTAINERS: Update module subsystem maintainers and repository Sami Tolvanen
2025-12-15 22:00 ` Aaron Tomlin
2025-12-16  8:57 ` Petr Pavlu
2025-12-16 18:44 ` Daniel Gomez
2025-12-22 20:23 ` Sami Tolvanen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).