From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B941E352FAB; Wed, 11 Feb 2026 04:11:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770783063; cv=none; b=otDVWmXM1g2GoPiDY8EqyE43ofCP7tqtV1qpoM2uFZQGUXrpi+Ma7Z6Ppk+uvia3GfRT7yvsP5JJKU+Np4n3ufFZ7j1RMzCY+YVH9f0UjbmzRnM3bZethQSvmx29LRcaOuwIGxltbyISLSrLSeQkCKfIU59LtOlI2SlODhTmiDA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770783063; c=relaxed/simple; bh=F2/MDZ8jYYPQbrL59oO2vgd1eGHQ87CkIq3UzY+c4/c=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Pqd8sfru9ahlqIQhrumkxGA48WNgNheNOWhM6uj8gXZkLmNcC4b0V+7c5Hr04C9/2w1NZonDSbRv+zJJ/DNNoVIymcn4l+0NkcmgjP7SYvClsWXpjHDT7lM1zKABUbDgt7IDruwuB+uTpBOIsK1IXxiXe1T40LNEjSnhUnjcMLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tSrB8dGd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tSrB8dGd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DE11C4CEF7; Wed, 11 Feb 2026 04:11:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770783063; bh=F2/MDZ8jYYPQbrL59oO2vgd1eGHQ87CkIq3UzY+c4/c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tSrB8dGdYMCRi4hI3c96OaNfiYXloVVnrbn/4r3Q75REcYtj4jE9KiZM9sjNPNK0j yq7Qnsa1UdC3SO2pSw+7jy+jIIGDFcISiPwtPhOx6psfEnbreEzcaFnYuyYdU0GLpu Ui1f35AnN4NV5dJAiveGoxGPNBcsLCgqrr43vIZp8kY7HAYrfpo2yFs58oumO7PZtP BUea293eZZUiw3VskxR3p8ohkkktiUqnJylHMzDNxSOBrSIdYphRkt4xhCFBnSfBtq zTiZ/Ijl4JUkg0s9wAvaIWXpgL2NEVJuxYuxckJ09j7hMeKWmPzfvgXQk5OG4pSjZ3 +8vbLycmRShWA== Date: Tue, 10 Feb 2026 20:11:01 -0800 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 Subject: Re: [PATCH net-next v5 00/13] net: phy_port: SFP modules representation and phy_port listing Message-ID: <20260210201101.5df36a41@kernel.org> In-Reply-To: <20260205092317.755906-1-maxime.chevallier@bootlin.com> References: <20260205092317.755906-1-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, 5 Feb 2026 10:23:03 +0100 Maxime Chevallier wrote: > Here's V5 of the second phy_port series, this time bringing support for > more phy_port use especially for SFP, as well as the begining of a > ethnl uAPI. > > V5 doesn't contain a lot of changes, only a doc formatting fix as well > as a fix for a potentially un-initialized pointer. Any idea why this is set to Changes Requested in PW? :S The 3rd patch carries a Fixes tag, makes me want to apply the first 3 changes for 7.0..