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 A46532853E0; Fri, 7 Aug 2026 23:51:20 +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=1786146681; cv=none; b=OWjRnkNMGi4BsbUh3odbIV0AiFoEeJ8ok5hx7qgOZi/nwSg6rDlWS3SpHV/UOYzpCJ3cVarbF68ujfCYpwJmRf4s22w28vqqQvBx47jLMOMsfKMXNip2XS4P23jQba9ctwHL1qd9lvyuPkGEpMFPHafKzonzS2w6gTKxsfwAT4U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786146681; c=relaxed/simple; bh=D3ebHiq1ewpECrtGfzJr0Dve27NOSuEYYOPqIExz3+k=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=RprzBnStrtNjW4K5KKLeMoatawjTVjZikQKMq5xk+e8kU+S5I2q2GWMO8nVs3k+UaxiSNBKd1uJUPLZZuZ5JUgohVfcu6KL+tupmmOyHb1WXOQWbrJ1E/WI0OR2GwxUvQ8giy44cFTIB/ZzN5AvGhr/HXP5OmdtzLha9HLakA9I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WUC8caj1; 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="WUC8caj1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 679961F000E9; Fri, 7 Aug 2026 23:51:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786146680; bh=E68RC5/twtj45/6fLwKWYu9o2XCVT3SNadk/AlttQoU=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WUC8caj14GrS2ZXOk5NAHt9JGHTxA7DYCs+67r5KXEzPjr7eG6bG0ki7+C4MPV4P5 v8Ds8ZGmuhbLbWES/MWP3hSKOvjLF/HTlZrDUR2lVNcHwu8v9BzaR1pr89MAfFlUYQ FNt77GfGoM2JC1I3HXTwew2lawfK14SiGYA7AVyFBeTCVRnyuMgIvFAOYYzm2LsWwg qybtk/eGi9uE2+v8DjEki0cjn+WEkV1zjmBT2EgbPjJrv9MiBMgYYF5aMKEeej6vbA 4RRV83VopF0lF3G75vHJuq594JY5vkHiu89P5+Ayhw8US/SgNJQ41j5AFGYWAh0k8q 12G4kF19tiLYg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1992C380CEF9; Fri, 7 Aug 2026 23:50:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2 0/6] net: dsa: mt7530: fix remaining swallowed MDIO access errors From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178614663864.2467553.3447104731237010807.git-patchwork-notify@kernel.org> Date: Fri, 07 Aug 2026 23:50:38 +0000 References: In-Reply-To: To: Daniel Golle Cc: chester.a.unal@arinc9.com, andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, lynxis@fe80.eu, hkallweit1@gmail.com, linux@armlinux.org.uk, rmk+kernel@armlinux.org.uk, sean.wang@mediatek.com, Landen.Chao@mediatek.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 4 Aug 2026 04:10:17 +0100 you wrote: > The original series, "net: dsa: mt7530: fix swallowed MDIO read > errors", landed on net as its v1 [1] just before its v2 [2] was sent. > This series started from the fixes in that original v2 which its v1 > had not already carried: the two standalone patches that original v2 > grew from the Sashiko AI review of its v1 (the mtk-lynxi read check > and the regmap IRQ serialization), plus, split into patches of their > own, the companion fixes original v2 had folded into the > already-applied patches -- the unchecked bus->read() in core_rmw() and > the unchecked PHY_IAC command writes in the MT7531 indirect PHY access > functions. > > [...] Here is the summary with links: - [net,v2,1/6] net: pcs: mtk-lynxi: check regmap reads in mtk_pcs_lynxi_get_state() https://git.kernel.org/netdev/net-next/c/5cc65c01cdc5 - [net,v2,2/6] net: dsa: mt7530: check bus->read() error in core_rmw() https://git.kernel.org/netdev/net-next/c/573d6e3afe3d - [net,v2,3/6] net: dsa: mt7530: error out on failed PHY_IAC command writes https://git.kernel.org/netdev/net-next/c/1c95dcb7e923 - [net,v2,4/6] net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup() https://git.kernel.org/netdev/net-next/c/1ae63b018d3d - [net,v2,5/6] net: dsa: mt7530: check command register writes in fdb and vlan cmd https://git.kernel.org/netdev/net-next/c/f67b0bae07fe - [net,v2,6/6] net: dsa: mt7530: serialize the regmap IRQ chip like every other user https://git.kernel.org/netdev/net-next/c/dd52b3df25ed You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html