diff options
author | Miguel Ojeda <[email protected]> | 2021-07-03 17:24:21 +0200 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2022-09-28 09:05:20 +0200 |
commit | 615131b8e9bcd88e2d3ef78a4954ff4abfbb1fb7 (patch) | |
tree | ff8067e32de731a5a63d0edd00fd8772199100e0 | |
parent | e4fc6580b0796bcba8ca12c2c4b0352d280c91e5 (diff) |
MAINTAINERS: Rust
Miguel, Alex and Wedson will be maintaining the Rust support.
Boqun, Gary and Björn will be reviewers.
Reviewed-by: Kees Cook <[email protected]>
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]>
-rw-r--r-- | MAINTAINERS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f5ca4aefd184..ac1db33b75b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17758,6 +17758,24 @@ F: include/rv/ F: kernel/trace/rv/ F: tools/verification/ +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]> +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]> |