[PATCH] MAINTAINERS: Add myself as reviewer for module support

Aaron Tomlin posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add myself as reviewer for module support
Posted by Aaron Tomlin 3 months, 3 weeks ago
Voluntering as a reviewer for Module support.

Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Aaron Tomlin <atomlin@atomlin.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 545a4776795e..c6c860ccdbef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17392,6 +17392,7 @@ 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>
+R:	Aaron Tomlin <atomlin@atomlin.com>
 L:	linux-modules@vger.kernel.org
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
-- 
2.49.0
Re: [PATCH] MAINTAINERS: Add myself as reviewer for module support
Posted by Daniel Gomez 2 months, 4 weeks ago
From: Daniel Gomez <da.gomez@samsung.com>


On Sat, 18 Oct 2025 14:02:10 -0400, Aaron Tomlin wrote:
> Voluntering as a reviewer for Module support.
> 
> 

Applied, thanks!

[1/1] MAINTAINERS: Add myself as reviewer for module support
      commit: 1ddac5cd7f278345b2e8298c930e4bffe0911a45

Best regards,
-- 
Daniel Gomez <da.gomez@samsung.com>
Re: [PATCH] MAINTAINERS: Add myself as reviewer for module support
Posted by Luis Chamberlain 3 months, 3 weeks ago
On Sat, Oct 18, 2025 at 02:02:10PM -0400, Aaron Tomlin wrote:
> Voluntering as a reviewer for Module support.
> 
> Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
> Signed-off-by: Aaron Tomlin <atomlin@atomlin.com>

Even though we have 3 others working on helping with Rust, it turns out
its not enough and so this help is greatly appreciated, thanks Aaron.

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

 Luis
Re: [PATCH] MAINTAINERS: Add myself as reviewer for module support
Posted by Daniel Gomez 3 months, 3 weeks ago
On 18/10/2025 20.02, Aaron Tomlin wrote:
> Voluntering as a reviewer for Module support.
> 
> Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
> Signed-off-by: Aaron Tomlin <atomlin@atomlin.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 545a4776795e..c6c860ccdbef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17392,6 +17392,7 @@ 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>
> +R:	Aaron Tomlin <atomlin@atomlin.com>
>  L:	linux-modules@vger.kernel.org
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained

Help is much appreciated.

FYI, I'm currently the one sending PRs to Linus, and I plan to send some of the
reviewed fixes next week. In addition, by the end of rc3/rc4, we'll be ready to
merge Andreas' patches with Rust module parameter support, leveraging kdevops
CI integration.

This patch, if/when acked-by the rest of the maintainers, can be merged in any
of these 2 planned PRs.

Acked-by: Daniel Gomez <da.gomez@samsung.com>