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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aO9kN_UgU6RpOYn2@debianbuilder>
Date: Wed, 15 Oct 2025 11:07:03 +0200
From: Buday Csaba <buday.csaba@...lan.hu>
To: Maxime Chevallier <maxime.chevallier@...tlin.com>
CC: Andrew Lunn <andrew@...n.ch>, Heiner Kallweit <hkallweit1@...il.com>,
	Russell King <linux@...linux.org.uk>, "David S. Miller"
	<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski
	<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, <netdev@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] net: mdio: reset PHY before attempting to access
 registers in fwnode_mdiobus_register_phy

On Mon, Oct 13, 2025 at 04:31:10PM +0200, Maxime Chevallier wrote:
> Hi,
> 
> On 13/10/2025 15:55, Buday Csaba wrote:
> > When the ID of an ethernet PHY is not provided by the 'compatible'
> > string in the device tree, its actual ID is read via the MDIO bus.
> > For some PHYs this could be unsafe, since a hard reset may be
> > necessary to safely access the MDIO registers.
> > This patch makes it possible to hard-reset an ethernet PHY before
> > attempting to read the ID, via a new device tree property, called:
> > `reset-phy-before-probe`.
> > 
> > There were previous attempts to implement such functionality, I
> > tried to collect a few of these (see links).
> > 
> > Link: https://lore.kernel.org/lkml/1499346330-12166-2-git-send-email-richard.leitner@skidata.com/
> > Link: https://lore.kernel.org/all/20230405-net-next-topic-net-phy-reset-v1-0-7e5329f08002@pengutronix.de/
> > Link: https://lore.kernel.org/netdev/20250709133222.48802-4-buday.csaba@prolan.hu/
> > Signed-off-by: Buday Csaba <buday.csaba@...lan.hu>
> 
> This should probably be accompanied by a DT binding update,
> with some justification that this is indeed HW description
> and not OS confguration.
> 

I have the corresponding patch ready, I just wanted this to be accepted
first. My description was to be:
  "When the PHY ID is not provided with the 'compatible' string,
   reset the PHY before attempting to read its ID over MDIO."

> At least the use of the term "probe" in the property makes this
> sound like OS configuration, maybe something like :
>  "phy-id-needs-reset" ?
> 
> Maxime
> 
> 

Okay, I will change that accordingly. Maybe "phy-id-read-needs-reset"?
A bit longer, but more self-explaining.

Best regards,
Csaba


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ