Re: [PATCH net-next v11 06/10] net: phy: phy_port: Store information about a port's upstream
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2026-05-26 05:54:54
Also in:
lkml
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2026-05-26 05:54:54
Also in:
lkml
Hi Jakub, On 5/25/26 22:25, Jakub Kicinski wrote:
On Thu, 21 May 2026 14:10:34 +0200 Maxime Chevallier wrote:quoted
--- a/include/linux/phy.h +++ b/include/linux/phy.h@@ -791,6 +791,7 @@ struct phy_device { struct sfp_bus *sfp_bus; struct phy_port *sfp_cage_port; struct phy_port *mod_port; + struct phy_port *upstream_port; struct phylink *phylink; struct net_device *attached_dev; struct mii_timestamper *mii_ts;nit: missing kdoc here
Ah damn, missed that...
Are all the sashiko reports false positive at this stage?
I'm going through them, it's a mixed bag of correct and incorrect stuff, I'll reply inline and followup. Thanks, Maxime