lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 14 Oct 2023 15:01:52 +0900 (JST)
From: FUJITA Tomonori <fujita.tomonori@...il.com>
To: fujita.tomonori@...il.com
Cc: netdev@...r.kernel.org, rust-for-linux@...r.kernel.org, andrew@...n.ch,
 miguel.ojeda.sandonis@...il.com, tmgross@...ch.edu, boqun.feng@...il.com,
 wedsonaf@...il.com, benno.lossin@...ton.me, greg@...ah.com
Subject: Re: [PATCH net-next v4 4/4] net: phy: add Rust Asix PHY driver

On Thu, 12 Oct 2023 21:53:49 +0900
FUJITA Tomonori <fujita.tomonori@...il.com> wrote:

> This is the Rust implementation of drivers/net/phy/ax88796b.c. The
> features are equivalent. You can choose C or Rust versionon kernel
> configuration.
> 
> Reviewed-by: Benno Lossin <benno.lossin@...ton.me>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@...il.com>
> ---
>  drivers/net/phy/Kconfig          |   8 ++
>  drivers/net/phy/Makefile         |   6 +-
>  drivers/net/phy/ax88796b_rust.rs | 129 +++++++++++++++++++++++++++++++
>  rust/uapi/uapi_helper.h          |   2 +
>  4 files changed, 144 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/net/phy/ax88796b_rust.rs

I'll add the following entry to MAINTAINERS file in the next version.

+ASIX PHY DRIVER
+M:     FUJITA Tomonori <fujita.tomonori@...il.com>
+R:     Trevor Gross <tmgross@...ch.edu>
+L:     netdev@...r.kernel.org
+L:     rust-for-linux@...r.kernel.org
+S:     Maintained
+F:     drivers/net/phy/ax88796b_rust.rs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ