From: Miguel Ojeda ojeda@kernel.org
maillist inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I5J75G CVE: NA
Reference: https://lore.kernel.org/rust-for-linux/CANiq72nDcJLSB3pLhkdqGdLitfmqqCUVVfkY...
--------------------------------
Miguel, Alex and Wedson will be maintaining the Rust support.
Reviewed-by: Kees Cook keescook@chromium.org Co-developed-by: Alex Gaynor alex.gaynor@gmail.com Signed-off-by: Alex Gaynor alex.gaynor@gmail.com Co-developed-by: Wedson Almeida Filho wedsonaf@google.com Signed-off-by: Wedson Almeida Filho wedsonaf@google.com Signed-off-by: Miguel Ojeda ojeda@kernel.org Signed-off-by: Weilong Chen chenweilong@huawei.com --- MAINTAINERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 466b1c599848..d7b8f547d61b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15273,6 +15273,21 @@ L: linux-rdma@vger.kernel.org S: Maintained F: drivers/infiniband/ulp/rtrs/
+RUST +M: Miguel Ojeda ojeda@kernel.org +M: Alex Gaynor alex.gaynor@gmail.com +M: Wedson Almeida Filho wedsonaf@google.com +L: rust-for-linux@vger.kernel.org +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 dhowells@redhat.com L: linux-afs@lists.infradead.org