From: FUJITA Tomonori Date: Wed, 13 Dec 2023 00:42:10 +0000 (+0900) Subject: MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbaa28f970a1d01528ed7c3a376a54fc68c24056;p=linux.git MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY 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 Signed-off-by: Trevor Gross Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/MAINTAINERS b/MAINTAINERS index 49c1caad5d993..7e3d418bb3255 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7873,6 +7873,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 +R: Trevor Gross +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 R: Kees Cook