2022-08-05 16:27:56

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH v9 27/27] MAINTAINERS: Rust

Miguel, Alex and Wedson will be maintaining the Rust support.

Boqun, Gary and Björn will be reviewers.

Co-developed-by: Alex Gaynor <[email protected]>
Signed-off-by: Alex Gaynor <[email protected]>
Co-developed-by: Wedson Almeida Filho <[email protected]>
Signed-off-by: Wedson Almeida Filho <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
---
MAINTAINERS | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 64379c699903..263ff9abca0b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17477,6 +17477,24 @@ L: [email protected]
S: Maintained
F: drivers/infiniband/ulp/rtrs/

+RUST
+M: Miguel Ojeda <[email protected]>
+M: Alex Gaynor <[email protected]>
+M: Wedson Almeida Filho <[email protected]>
+R: Boqun Feng <[email protected]>
+R: Gary Guo <[email protected]>
+R: Björn Roy Baron <[email protected]>
+L: [email protected]
+S: Supported
+W: https://github.com/Rust-for-Linux/linux
+B: https://github.com/Rust-for-Linux/linux/issues
+T: git https://github.com/Rust-for-Linux/linux.git rust-next
+F: Documentation/rust/
+F: rust/
+F: samples/rust/
+F: scripts/*rust*
+K: \b(?i:rust)\b
+
RXRPC SOCKETS (AF_RXRPC)
M: David Howells <[email protected]>
M: Marc Dionne <[email protected]>
--
2.37.1


2022-08-17 20:48:25

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH v9 27/27] MAINTAINERS: Rust

On Fri, Aug 05, 2022 at 05:42:12PM +0200, Miguel Ojeda wrote:
> Miguel, Alex and Wedson will be maintaining the Rust support.
>
> Boqun, Gary and Bj?rn will be reviewers.
>
> Co-developed-by: Alex Gaynor <[email protected]>
> Signed-off-by: Alex Gaynor <[email protected]>

Reviewed-by: Kees Cook <[email protected]>

--
Kees Cook

2022-08-17 20:53:40

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH v9 27/27] MAINTAINERS: Rust

On Wed, Aug 17, 2022 at 10:28 PM Kees Cook <[email protected]> wrote:
>
> Reviewed-by: Kees Cook <[email protected]>

Thanks a lot for all the reviews Kees!

In case you are wondering, I removed your previous Review of this one
too since we got some new `R` lines. I guessed you would have been OK
either way given new names are trivial, but it did change a fair % of
the patch, so I played it safe... :-)

Cheers,
Miguel