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 EFB9C44780F; Fri, 25 Sep 2026 19:22:03 +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=1790364125; cv=none; b=kGNeKVg4cxyo4Wfa3zxJwvOD+wl+kZsJjS7ITE+imfgiCP5IG5HkdQysBF9cKhWWjjnw9Crg1PjF7CWszH+HCO9XRYOYvX7h79biyJGawkEDtKJe4/punv73uL9YNhO2KT7DCS6xweLk+Skr8lUqK3tR2P412AHmvuXkfsHsA24= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790364125; c=relaxed/simple; bh=fgjtqCVU4Vz1ZLsSGstP/uiEa2fy2Y28LUu88AyFuHw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=JxVs6nEO85fiABqGfexah4TJyp3ZGap6zfKAHirUiuXxnqbvPlqrbTOjtiZV0euGq//M8VZe/IE1vBvI6n5PfKlBBJGikn5rIzi587S/lp5l7cc4gjj3tXaNf1tWABy2iaVKWkwNNqsRdfVHqjKQkFfi1d+IE5HJz8+0HVMNUM4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MZBPnFeA; 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="MZBPnFeA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA65C1F000FF; Fri, 25 Sep 2026 19:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1790364123; bh=GAVSnJmPMwarDSH1jMfx2Fzr75wqXb1P/mqnFUbv2M0=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=MZBPnFeAeoghE+EgKKyZzLFVschIMrk2xqMn30WH7K7HIbj7jB4My4bP48C9HkvV/ ga/K7rB8MTnDiVtu0Bz1IxhWyH5a3jzHKIe3qUkpW6ZB+ykaLXWm+Mk9fpmb9crv6k vn+gmYZ3huP2nDxS2hLHf+pJILALr5PP/Ffc2HF7dMCPvaFySOns3jFoYChOJmgmc2 MNIoTLVjZ5YyRia8IOUFqdi5Jxs7HzjVgK2HMU0bAPQzCQSkOyRx/yiO3ovUCyUo+t WeWndhSy7RQr/mOclDIOZB0rWeLpUbbmg2vXk4FVGI15Kz6IrhhNLqplJp35omYzwu WVcEs2D2v97aQ== Date: Fri, 25 Sep 2026 12:22:02 -0700 From: Jakub Kicinski To: Maxime Chevallier Cc: Andrew Lunn , davem@davemloft.net, Eric Dumazet , Paolo Abeni , Russell King , Heiner Kallweit , Alexis =?UTF-8?B?TG90aG9yw6k=?= , Maxime Coquelin , Alexandre Torgue , Emil Renner Berthing , Minda Chen , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Jan Petrous , Ovidiu Panait , Jose.Abreu@synopsys.com, Nicolai Buchwitz , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, PKneuper@dspace.de, David Laight Subject: Re: [PATCH net v4 0/7] net: stmmac: More selftest-related fixes Message-ID: <20260925122202.611d655a@kernel.org> In-Reply-To: References: <20260917215339.2022523-1-maxime.chevallier@bootlin.com> <20260921152202.64d4c67a@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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 Fri, 25 Sep 2026 10:20:59 +0200 Maxime Chevallier wrote: > On 9/22/26 00:22, Jakub Kicinski wrote: > > On Thu, 17 Sep 2026 23:53:31 +0200 Maxime Chevallier wrote: > >> This is V4 of stmmac selftest fixes, addressing Sashiko's issues over > >> the MTU patch. This lead to the introduction of a new one. The > >> dev_add_pack races have been addressed, however the double-vlan issue > >> stayed there. Ovidiu is actively working on it, let's wait for his work > >> to land before fixing that. > >> > >> Nicolai, I took the liberty of keeping your review tags on affected > >> patches, let me know if this isn't ok. > >> > >> This is another round of stmmac selftest fixes, mostly about the selftests > >> themselves but a few things were discovered w.r.t MTU and buffer size > >> handling, see patch 5 anf 6. > >> > >> After this is merged, I consider the selftests to be now reliable enough > >> to run them nightly on every stmmac series that's sent, and I'll be requiring > >> clean selftests for new glue drivers. > > > > This got to the top of the stack for me, LMK if none of the AI feedback > > is legit. You mentioned the VLAN one, not sure about the rest. > > The EEE complaints look like nit picks but also some are easily > > addressable? LMK.. > > Thanks for applying :) > > Much greener now : > > https://minimaxwell.github.io/stmmac-ci/ Nice :) BTW - I see you have a thing called "netdev series report" I've been meaning to ask someone if they want us to add to SUIE subsystem tracking (https://netdev.bots.linux.dev/suie.html) I could easily add a drop down to filter just stmmac patches there. On the scale of 1 to 10 how useful would that be? Is there something beyond "active series" that you need to see?