From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 75DB83793C3; Mon, 25 May 2026 20:25:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779740740; cv=none; b=XXmLfR6g5+WUt4WqZ/Nb1a0CGJFlylwAyW1pExCJg4QiTPbB+7HPBFueDh2OBmAshOsJacKlkSv0+Kg7oTBIrk4hrkap4/scxpx/fLicVJNdqdfsKcNoBimyjnzHCy13cWmmgj0L3Dyjb95jqCUvV5Dxnnman5lbcp8PoOrgrNc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779740740; c=relaxed/simple; bh=cyR7XR9efj0wVuOXyEcCaG3QfjQzuye3+Mk/NdcXQyo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cotQfUNCpBjcPKvdj6eHcdgBgm+MhRZG/OuougndMXsIkYRs9BlnRgLIV3LgU6UnhESIHzYi9UgK8qckq4gLQZi7qm3c8RVphCIgc9MlHfWXb2EG9xqIE7w5T86nPtSlAv0KafAuK5LqbW75HdvLW4hWqKIGTDyLJiT4DsuLf3M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i+idlWXs; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="i+idlWXs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CB591F000E9; Mon, 25 May 2026 20:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779740739; bh=E9hCj9P6Nl7KaPfWogvpMcVeT052t5HjZs7D0oXM8Jo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=i+idlWXs9XVSNH3Mips1ue+AupcBlt6rlpd696A3YRhS6b5mUJ+MN0obnCgkMcV5j Exi7xC9WMq+11BKotMk928gXvxOPTEJHtaWvOnZ02krqW2/IvYjeuJBgH95j2oFhdo ZUN4KWaxP9WIZmNAdcMbly4bIrmL+IYyrIWXOUyvBTNqKHbP3i3uhANuFeFuIpIoAD 8zzgzA2kBaxdzbDoEtwoiBca1qKvDzDBNzEX4P3Rmpls8VHBFtueZ7n9c4b0Puc8kS b0XIFR61ENOZVP9fFvc0adJC+qnW63rjyfbic/IcYTMG/iBBeSCwY8VPh1QSV/iKBr DC8Mx9y7NvMHw== Date: Mon, 25 May 2026 13:25:37 -0700 From: Jakub Kicinski To: Maxime Chevallier Cc: davem@davemloft.net, Andrew Lunn , Eric Dumazet , Paolo Abeni , Russell King , Heiner Kallweit , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Christophe Leroy , Herve Codina , Florian Fainelli , Vladimir Oltean , =?UTF-8?B?S8O2cnk=?= Maincent , Marek =?UTF-8?B?QmVow7pu?= , Oleksij Rempel , =?UTF-8?B?Tmljb2zDsg==?= Veronese , Simon Horman , mwojtas@chromium.org, Romain Gantois , Daniel Golle , Dimitri Fedrau , Frank Wunderlich Subject: Re: [PATCH net-next v11 06/10] net: phy: phy_port: Store information about a port's upstream Message-ID: <20260525132537.7fa42301@kernel.org> In-Reply-To: <20260521121040.1199622-7-maxime.chevallier@bootlin.com> References: <20260521121040.1199622-1-maxime.chevallier@bootlin.com> <20260521121040.1199622-7-maxime.chevallier@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 21 May 2026 14:10:34 +0200 Maxime Chevallier wrote: > --- 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 Are all the sashiko reports false positive at this stage? -- pw-bot: cr