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 A63822580F2 for ; Thu, 30 Apr 2026 01:40:50 +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=1777513250; cv=none; b=btvvkNGLRikcs+BAFWhhwFeLqz0PELEsfo1u7SRpWKZmVZ+43D83iyjWuEurSRi649xk6rw57pZ4u1wz8VkJO0fZIM4q66izzJTMobd/RwhK21TNeDxGjmZhQDjJpRRBTe60dn7bL21rWvxEDkBNucd5TiGeuYuOXKrNg88gNgg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777513250; c=relaxed/simple; bh=pADFW97s8ZAWiuq7aYrAylX+v7UiOD00KyYmiR8D28Y=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=bw6FxPokcT/QAEAjWM8UvRE2Zs4ed5JtpfGA7Ru2LXGgingvR14UTp7rnlK1Hlff2f6mKMkkOoyTYrb1tQtteWF2ZhI+sTqBBxWUUhFq6V10LSEEO9tkMff+P6abti6GntO3I8xjv+f2dzRY5b+UhGps99IEKSTHViJYlXYKWBI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j8GGDnc2; 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="j8GGDnc2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 165D8C19425; Thu, 30 Apr 2026 01:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777513250; bh=pADFW97s8ZAWiuq7aYrAylX+v7UiOD00KyYmiR8D28Y=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=j8GGDnc2gQWvGdulSV0ssXIDv7sRTO/JReua58HqR2+xHmsKcLy+it/P8HMhtJ/sd leSgJ9pdKTiyLgePIEk9PgCw9uDZlx6ZLxDh+5maD2tYJxmCU3j9aBnvFwN9ZjP0aX mw3siJjChRI44qEMuXWzjs4TRzAyevZWsIWa3dvsxION2Ln1z83+av0EToJ7Yswwyt XpJHhvxmZIptbvypf9z85WdYhb/h1maYlE0BPJvy3RAMMslo9nDofT2VOvrJx+NBnR tpDAYe9X+BWA0tGJR8aSEAggVNxQsWxQRxrPO+oCbVzcSb/GBHwsnzbI3I9v89AytZ /UIiz1QjRnZLA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7D0B63809A33; Thu, 30 Apr 2026 01:40:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: airoha: Do not return err in ndo_stop() callback From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177751320505.2255030.5166228559357523797.git-patchwork-notify@kernel.org> Date: Thu, 30 Apr 2026 01:40:05 +0000 References: <20260428-airoha-ndo-stop-not-err-v1-1-674506d29a91@kernel.org> In-Reply-To: <20260428-airoha-ndo-stop-not-err-v1-1-674506d29a91@kernel.org> To: Lorenzo Bianconi Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 28 Apr 2026 08:53:16 +0200 you wrote: > Always complete the airoha_dev_stop() routine regardless of the > airoha_set_vip_for_gdm_port() return value, since errors from > ndo_stop() are ignored by the networking stack and the interface is > always considered down after the call. > > Fixes: 23020f049327 ("net: airoha: Introduce ethernet support for EN7581 SoC") > Signed-off-by: Lorenzo Bianconi > > [...] Here is the summary with links: - [net] net: airoha: Do not return err in ndo_stop() callback https://git.kernel.org/netdev/net/c/4ca01292ea2f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html