2022-05-09 01:24:40

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH v6 21/23] MAINTAINERS: Rust

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

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 | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index edc96cdb85e8..acbe16a8290a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17147,6 +17147,21 @@ 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]>
+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: rust/
+F: samples/rust/
+F: Documentation/rust/
+F: scripts/*rust*
+K: \b(?i:rust)\b
+
RXRPC SOCKETS (AF_RXRPC)
M: David Howells <[email protected]>
M: Marc Dionne <[email protected]>
--
2.35.3



2022-05-09 01:55:03

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH v6 21/23] MAINTAINERS: Rust

On Sat, May 07, 2022 at 07:24:19AM +0200, Miguel Ojeda wrote:
> Miguel, Alex and Wedson will be maintaining the Rust support.
>
> Co-developed-by: Alex Gaynor <[email protected]>
> Signed-off-by: Alex Gaynor <[email protected]>

This is easy to review. :)

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

--
Kees Cook