Message ID | 20231205011420.1246000-4-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Rust abstractions for network PHY drivers | expand |
On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote: > Adds me as a maintainer and Trevor as a reviewer. > > The files are placed at rust/kernel/ directory for now but the files > are likely to be moved to net/ directory once a new Rust build system > is implemented. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> > Reviewed-by: Andrew Lunn <andrew@lunn.ch> This is lacking sob from Trevor. BR, Jarkko
On Mon, Dec 4, 2023 at 8:16 PM FUJITA Tomonori <fujita.tomonori@gmail.com> wrote: > > Adds me as a maintainer and Trevor as a reviewer. > > The files are placed at rust/kernel/ directory for now but the files > are likely to be moved to net/ directory once a new Rust build system > is implemented. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > --- You may add: Signed-off-by: Trevor Gross <tmgross@umich.edu>
On Mon, Dec 4, 2023 at 8:49 PM Jarkko Sakkinen <jarkko@kernel.org> wrote: > > On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote: > > Adds me as a maintainer and Trevor as a reviewer. > > > > The files are placed at rust/kernel/ directory for now but the files > > are likely to be moved to net/ directory once a new Rust build system > > is implemented. > > > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> > > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > This is lacking sob from Trevor. > > BR, Jarkko Thanks, was not aware this was needed.
On Tue Dec 5, 2023 at 3:53 AM EET, Trevor Gross wrote: > On Mon, Dec 4, 2023 at 8:49 PM Jarkko Sakkinen <jarkko@kernel.org> wrote: > > > > On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote: > > > Adds me as a maintainer and Trevor as a reviewer. > > > > > > The files are placed at rust/kernel/ directory for now but the files > > > are likely to be moved to net/ directory once a new Rust build system > > > is implemented. > > > > > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> > > > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > > > This is lacking sob from Trevor. > > > > BR, Jarkko > > Thanks, was not aware this was needed. Trevor is an actor here so it is just common sense to be aware that the person is signed up for the job. Compare to any other contract that you've made in your span of life :-) BR, Jarkko
On Mon, 4 Dec 2023 20:53:23 -0500 Trevor Gross <tmgross@umich.edu> wrote: > On Mon, Dec 4, 2023 at 8:16 PM FUJITA Tomonori > <fujita.tomonori@gmail.com> wrote: >> >> Adds me as a maintainer and Trevor as a reviewer. >> >> The files are placed at rust/kernel/ directory for now but the files >> are likely to be moved to net/ directory once a new Rust build system >> is implemented. >> >> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> >> Reviewed-by: Andrew Lunn <andrew@lunn.ch> >> --- > > You may add: > > Signed-off-by: Trevor Gross <tmgross@umich.edu> Thanks, I will.
diff --git a/MAINTAINERS b/MAINTAINERS index 2d2865c1e479..0166188446ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7922,6 +7922,14 @@ F: include/uapi/linux/mdio.h F: include/uapi/linux/mii.h F: net/core/of_net.c +ETHERNET PHY LIBRARY [RUST] +M: FUJITA Tomonori <fujita.tomonori@gmail.com> +R: Trevor Gross <tmgross@umich.edu> +L: netdev@vger.kernel.org +L: rust-for-linux@vger.kernel.org +S: Maintained +F: rust/kernel/net/phy.rs + EXEC & BINFMT API R: Eric Biederman <ebiederm@xmission.com> R: Kees Cook <keescook@chromium.org>