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]
Message-ID: <57412198-d385-43ef-85ed-4f4edd7b318a@lunn.ch>
Date: Wed, 20 Aug 2025 00:13:36 +0200
From: Andrew Lunn <andrew@...n.ch>
To: "Ilya A. Evenbach" <ievenbach@...ora.tech>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] [88q2xxx] Add support for handling master/slave in
 forced mode

On Tue, Aug 19, 2025 at 02:29:01PM -0700, Ilya A. Evenbach wrote:
> 88q2xxx PHYs have non-standard way of setting master/slave in
> forced mode.
> This change adds support for changing and reporting this setting
> correctly through ethtool.

Please could you Cc: Dimitri Fedrau <dima.fedrau@...il.com>. He has
done most of the work on this driver.

> Signed-off-by: Ilya A. Evenbach <ievenbach@...ora.tech>
> ---
>  drivers/net/phy/marvell-88q2xxx.c | 107 ++++++++++++++++++++++++++++--
>  1 file changed, 102 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/net/phy/marvell-88q2xxx.c b/drivers/net/phy/marvell-88q2xxx.c
> index f3d83b04c953..1ab450056e86 100644
> --- a/drivers/net/phy/marvell-88q2xxx.c
> +++ b/drivers/net/phy/marvell-88q2xxx.c
> @@ -9,6 +9,7 @@
>  #include <linux/ethtool_netlink.h>
>  #include <linux/hwmon.h>
>  #include <linux/marvell_phy.h>
> +#include <linux/mdio.h>

I'm curious. What is needed from this?

	Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ