From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 10597322A15; Thu, 27 Nov 2025 08:43:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764233018; cv=none; b=kexzsRXZOeeClILIk5JaULQeJZgIwwkymEZhTgo14vJidaw9tMXuFoChi/W7t+8a1WC+1DUx3Ex3yXthDOKcI2TFzEuMI9BUr0Ia/nyS9AzCKQsQjst+Dt0DjRJlhGUBw94X6CidB06/Tnq+M4KT15b7mySOb5+RRkEoJ7q2HHU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764233018; c=relaxed/simple; bh=lnI6VphI4sRWqtqle/2ZNbK8+6JfJjQ2SBCO9HiGERk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=S4hDzxOJOS5PMYcrzSDjVTM7sQ9kyp/4CQ64IMbQbK/abhIJ7y8p72ung71vsmdTL+e0KpnK4yP+RHmfEn3TiaQddsriIgTRR33WkLMXLXsgplnU08VzyjkHHpkkGkwNlYb0nddqMzy0CZrtDhMbYtCuYhBjrocfpHQvPXCV6yg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Ow3WjpYq; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Ow3WjpYq" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id A9510C16A16; Thu, 27 Nov 2025 08:43:11 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 76AD46068C; Thu, 27 Nov 2025 08:43:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 412E6102F260E; Thu, 27 Nov 2025 09:43:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1764233012; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=v7i/xAYNg7oAhrbuk/a3rHlIdqx/C0f22ZxKL6Ehfco=; b=Ow3WjpYqNNJp+x/vNohs+/R7Oc49tIZj7N0oOYB9+x4kBl7GjIu4WI8qw3xoCEgntcZnpk QElwUyJKuwMYZR9cypkMQHGBGZEmubkGy7OGF9zE9DS+eK3wArMTvmsXsAh1zD0MYoY/vM lgZqxqNJMGkQBCP1OfegeFJEbj+c5UnKoqu49LCU3ef0NXWVrN5oNW5nYYUoEmJk23kzJq bdJm50S2L3db11jQmMugY7wq4J8l440bPI0kksUqiPhfOzSlLkskHUSb89pt3Rfvqbtrln /5c8JwolI7gDq2gAKjLQxKPQSrKDWrTmv/OBmm3ZRwQyF7vOoLsHq3wgzVYnPA== Message-ID: Date: Thu, 27 Nov 2025 09:43:23 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v19 00/15] net: phy: Introduce PHY ports representation To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn , Eric Dumazet , Paolo Abeni , Russell King , linux-arm-kernel@lists.infradead.org, Christophe Leroy , Herve Codina , Florian Fainelli , Heiner Kallweit , Vladimir Oltean , =?UTF-8?Q?K=C3=B6ry_Maincent?= , =?UTF-8?Q?Marek_Beh=C3=BAn?= , Oleksij Rempel , =?UTF-8?Q?Nicol=C3=B2_Veronese?= , Simon Horman , mwojtas@chromium.org, Antoine Tenart , devicetree@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , Rob Herring , Romain Gantois , Daniel Golle , Dimitri Fedrau , Tariq Toukan References: <20251122124317.92346-1-maxime.chevallier@bootlin.com> <20251126190035.2a4e0558@kernel.org> Content-Language: en-US From: Maxime Chevallier In-Reply-To: <20251126190035.2a4e0558@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi Jakub, On 27/11/2025 04:00, Jakub Kicinski wrote: > On Sat, 22 Nov 2025 13:42:59 +0100 Maxime Chevallier wrote: >> This is v19 of the phy_port work. Patches 2 and 3 lack PHY maintainers reviews. >> >> This v19 has no changes compared to v18, but patch 2 was rebased on top >> of the recent 1.6T linkmodes. >> >> Thanks for everyone's patience and reviews on that work ! Now, the >> usual blurb for the series description. > > Hopefully we can still make v6.19, but we hooked up Claude Code review > to patchwork this week, and it points out some legit issues here :( > Some look transient but others are definitely legit, please look thru > this: > > https://netdev-ai.bots.linux.dev/ai-review.html?id=5388d317-98c9-458e-8655-d60f31112574 Heh this is actually fairly impressive, I'll go through that :) Maxime