diff mbox series

MAINTAINERS: scale modules with more reviewers

Message ID 20240821174021.2371547-1-mcgrof@kernel.org (mailing list archive)
State Handled Elsewhere
Headers show
Series MAINTAINERS: scale modules with more reviewers | expand

Commit Message

Luis Chamberlain Aug. 21, 2024, 5:40 p.m. UTC
We're looking to add Rust module support, and I don't speak
Rust yet. The compromise was reached that in order to scale we'd
get volunteers committed from the Rust community willing to review
both Rust and C code for modules so we can ensure we get proper
reviews for both parts of the code and so that we can scale.

Add those who have stepped up to help.

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

First order of business, please help review Kris Van Hees's patches with
Rust in mind!

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Sami Tolvanen Aug. 21, 2024, 11:04 p.m. UTC | #1
On Wed, Aug 21, 2024 at 10:40 AM Luis Chamberlain <mcgrof@kernel.org> wrote:
>
> We're looking to add Rust module support, and I don't speak
> Rust yet. The compromise was reached that in order to scale we'd
> get volunteers committed from the Rust community willing to review
> both Rust and C code for modules so we can ensure we get proper
> reviews for both parts of the code and so that we can scale.
>
> Add those who have stepped up to help.
>
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>

Acked-by: Sami Tolvanen <samitolvanen@google.com>

Sami
Petr Pavlu Aug. 22, 2024, 10:35 a.m. UTC | #2
On 8/21/24 19:40, Luis Chamberlain wrote:
> We're looking to add Rust module support, and I don't speak
> Rust yet. The compromise was reached that in order to scale we'd
> get volunteers committed from the Rust community willing to review
> both Rust and C code for modules so we can ensure we get proper
> reviews for both parts of the code and so that we can scale.
> 
> Add those who have stepped up to help.
> 
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>

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

Cheers,
Petr
Daniel Gomez Aug. 23, 2024, 2:28 p.m. UTC | #3
On Wed, Aug 21, 2024 at 10:40:21AM -0700, Luis Chamberlain wrote:
> We're looking to add Rust module support, and I don't speak
> Rust yet. The compromise was reached that in order to scale we'd
> get volunteers committed from the Rust community willing to review
> both Rust and C code for modules so we can ensure we get proper
> reviews for both parts of the code and so that we can scale.
> 
> Add those who have stepped up to help.
> 
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
> ---

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

Daniel

> 
> First order of business, please help review Kris Van Hees's patches with
> Rust in mind!
> 
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f328373463b0..7e2cf251427d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15454,6 +15454,9 @@ F:	include/dt-bindings/clock/mobileye,eyeq5-clk.h
>  
>  MODULE SUPPORT
>  M:	Luis Chamberlain <mcgrof@kernel.org>
> +R:	Petr Pavlu <petr.pavlu@suse.com>
> +R:	Sami Tolvanen <samitolvanen@google.com>
> +R:	Daniel Gomez <da.gomez@samsung.com>
>  L:	linux-modules@vger.kernel.org
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
> -- 
> 2.43.0
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f328373463b0..7e2cf251427d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15454,6 +15454,9 @@  F:	include/dt-bindings/clock/mobileye,eyeq5-clk.h
 
 MODULE SUPPORT
 M:	Luis Chamberlain <mcgrof@kernel.org>
+R:	Petr Pavlu <petr.pavlu@suse.com>
+R:	Sami Tolvanen <samitolvanen@google.com>
+R:	Daniel Gomez <da.gomez@samsung.com>
 L:	linux-modules@vger.kernel.org
 L:	linux-kernel@vger.kernel.org
 S:	Maintained