On Wed, Apr 14, 2021 at 11:50 AM <ojeda@xxxxxxxxxx> wrote: > > From: Miguel Ojeda <ojeda@xxxxxxxxxx> > > Miguel, Alex and Wedson will be maintaining the Rust support. > > Co-developed-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> > Signed-off-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> > Co-developed-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx> > Signed-off-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx> > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx> > --- > MAINTAINERS | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9e876927c60d..de32aaa5cabd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15547,6 +15547,20 @@ L: linux-rdma@xxxxxxxxxxxxxxx > S: Maintained > F: drivers/infiniband/ulp/rtrs/ > > +RUST > +M: Miguel Ojeda <ojeda@xxxxxxxxxx> > +M: Alex Gaynor <alex.gaynor@xxxxxxxxx> > +M: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx> > +L: rust-for-linux@xxxxxxxxxxxxxxx > +S: Maintained Assuming this will at least be part of Wedson's core responsibilities, shouldn't this be "Supported." Per Maintainers: 87 S: *Status*, one of the following: 88 Supported: Someone is actually paid to look after this. 89 Maintained: Someone actually looks after it. Either way, Acked-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> > +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/ > +K: \b(?i:rust)\b > + > RXRPC SOCKETS (AF_RXRPC) > M: David Howells <dhowells@xxxxxxxxxx> > L: linux-afs@xxxxxxxxxxxxxxxxxxx > -- > 2.17.1 > -- Thanks, ~Nick Desaulniers