From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8A82CC55160 for ; Thu, 30 Jul 2026 01:44:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hLDg/lOQfnHHDcmf98A5srZhKLIOaOoJ/RLfiAyjiFo=; b=WaWjkx24DkB2QR/I2ekCvWBSux /pt57Hssum/uUrXUuHCgr4Q/7CA5cPNlufr1PyjVbKWEUgFnUpGDNkHLPUQCy4aNRNRzWKimekqvL NnkbsMlMEWenKLem6k/0xdiv8kDTLcVkl6+M0OCWsJyySMJtJIwXx7rFJb1M8IVa6hWuuVmFrx1LG KZHUHKh/UrHXyjUsOwu5J0TU6HMuHXea1epmR8TEckUVghBuKlxsvp3Ux8HqLf4SFDTZJ7pZSuro8 WVri+DL6yquZwTZfJUR2VEpK7CDNMZ6KPXuccJsixgs/23FHNlNn8WOVKzT3lVzmAzstGQ2P0topm oJO9zkeg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpFpD-00000009HpM-0qqA; Thu, 30 Jul 2026 01:44:43 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpFpC-00000009Hp4-337H; Thu, 30 Jul 2026 01:44:42 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 2E26D4362E; Thu, 30 Jul 2026 01:44:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DE7A1F000E9; Thu, 30 Jul 2026 01:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785375882; bh=hLDg/lOQfnHHDcmf98A5srZhKLIOaOoJ/RLfiAyjiFo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=hFcyLcQTUVNOHTXuVoab1LHOar6vUpahKFtRrwXtVzGu+HqLHeGMMVnlO0MywAxM0 q2hqrpRhp3GOQbpkQgZaaE1NAj//OQnc35haTpfSI0teK/Wl2oNqw/XlDx2GA/8muP Ko4T4247XaxIzUTiIN6rQXvVByziF47eDmVqjPfBLgCUUxyG46KUCM9S9KtcWKLAQ3 PbAEtj6vgjXuz7ZUmQeWSCL48J2zfU1S7A2ncZcMvtuoxFS2T7hZJngB0Gf4qsxWQb Sn/q6ZODlSBtxcRoBsnRib+LCLErtZ7Qwek5Rkx3sxvhSzj0X6nentwzHeVk2vPY5m /67psCDxD/mfA== Date: Wed, 29 Jul 2026 18:44:40 -0700 From: Jakub Kicinski To: Daniel Golle Cc: "Chester A. Unal" , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Alexander Couzens , Heiner Kallweit , Russell King , Russell King , Sean Wang , Florian Fainelli , Landen Chao , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net v2 0/5] net: dsa: mt7530: fix swallowed MDIO read errors Message-ID: <20260729184440.0d67ce5b@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 30 Jul 2026 01:14:30 +0100 Daniel Golle wrote: > While working on a register access cleanup for the mt7530 driver, the > Sashiko AI reviewers flagged long-standing error handling gaps in the > driver's read paths [1]. I just applied v1, please send a rebased / incremental series. -- pw-bot: cr