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 9E3001BA68B; Mon, 25 Mar 2024 11:10:28 +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=1711365029; cv=none; b=I5yUBbyF5k/Rt5FzfOlJqDtXk0qTo8ggStUMa3FKBFfG3T3eS9TuJ2ToH+bwVB4w7HcOqGxGDltrwjv8tW+Am8kocpBa9g8mwu4vEUwzAfBzLBpFNmZfdcdeYAJOdoHEIuaQJEXZ9E5ixGLsFJRfkeJuTgjod8Wgp0MwJQeai3I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711365029; c=relaxed/simple; bh=NgOnL1mRyt3iDu7+ZEL6Xng2LeHcYmj6Fkapt5D4cmg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=mL2q2GJlXBt2FMOtr9Qs5kGPKL9VlGjOwm02yNyzPojXT8uYO/meTnijPgKBYbiBMpacHHnuHG1tumjyHEIOGVJZ+LRCyCFUePEHLwSEQMWAYum/9BkWbUIVGfLzNdHZgX6d7GhlgHFIpYocG89dRZAibVi951O0yKq02LRjxcM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c1ULB8lf; 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="c1ULB8lf" Received: by smtp.kernel.org (Postfix) with ESMTPS id 33212C433F1; Mon, 25 Mar 2024 11:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711365028; bh=NgOnL1mRyt3iDu7+ZEL6Xng2LeHcYmj6Fkapt5D4cmg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=c1ULB8lfM8A6XDYAUs2TOqysJkA4Gv+JnScDhP4Ig2LWopwsvnY2XZxXoCQ1cpM++ R7QE3vD3DxURSAPNobA4g+8tan87sJvXZRJ4jQRAbCJmjrz23xbCrD9n+YqfJGhSe4 /mdJ3j64inUahKMCOyZzwNpm4yrwfGY5WaZN4o+uds4Lc+iY/pAmfXdr7rllhtyyi3 5SMSPKMjNCwCVzoMM2IHnUHa/Hv5fAUzOaATu0N0KeB5DPubXiPBSBH3VFPP4ha91V 12EgahOI5jFQ7FnRmeZXBakjpi6sqbZpcuxyIq6nxs1JwizhF+gFzCrNCmzaUybvyJ NZNyAFbMXFDig== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 2282FD2D0EE; Mon, 25 Mar 2024 11:10:28 +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 v1] mlxbf_gige: stop PHY during open() error paths From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171136502813.18794.12152488546311342790.git-patchwork-notify@kernel.org> Date: Mon, 25 Mar 2024 11:10:28 +0000 References: <20240320193117.3232-1-davthompson@nvidia.com> In-Reply-To: <20240320193117.3232-1-davthompson@nvidia.com> To: David Thompson Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, u.kleine-koenig@pengutronix.de, leon@kernel.org, asmaa@nvidia.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 20 Mar 2024 15:31:17 -0400 you wrote: > The mlxbf_gige_open() routine starts the PHY as part of normal > initialization. The mlxbf_gige_open() routine must stop the > PHY during its error paths. > > Fixes: f92e1869d74e ("Add Mellanox BlueField Gigabit Ethernet driver") > Signed-off-by: David Thompson > Reviewed-by: Asmaa Mnebhi > > [...] Here is the summary with links: - [net,v1] mlxbf_gige: stop PHY during open() error paths https://git.kernel.org/netdev/net/c/d6c30c5a168f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html