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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F072ECAAA1 for ; Mon, 19 Sep 2022 21:30:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229975AbiISVaT (ORCPT ); Mon, 19 Sep 2022 17:30:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229974AbiISVaR (ORCPT ); Mon, 19 Sep 2022 17:30:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E38D42AC5F for ; Mon, 19 Sep 2022 14:30:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 73C226207E for ; Mon, 19 Sep 2022 21:30:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id B4234C433D7; Mon, 19 Sep 2022 21:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663623014; bh=+0shaxCNezLnaF9Y4DQpwJCAQIO1sNvWlTVvcv4GhE0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NWt0FBgCohURuf6PraUwOB7hue1IwhEE+/CHC9frBc49Yyemdf03YS40pj8LXX1Lr buOjWPwRoHPFp2qMzB/CBgmOnyUR9gPxlWcEInipUZRXTS3FKhotPHyzp8aYM66WBl sJvTIzIVtUw4rfv+vn5fFqV6seYQADFgbLjYs/567GERtv6ftV0fucFqBRJ+ukDG08 yxeB+kzgLSZdFgYIM4pPwx5TkBzX1LatWJBRliZMX5eBT0OeJADtgTnNVA4enb7ICw LObuvBu6F0AaInOJKLU4UngCNnq0smqx5B4I/JGZoKPUAT0n6weUa5bz1LZNZcaFSc nwIEQNiaxBJzw== 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 93602E52535; Mon, 19 Sep 2022 21:30:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v1] mlxbf_gige: clear MDIO gateway lock after read From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166362301458.9084.5292056267200738171.git-patchwork-notify@kernel.org> Date: Mon, 19 Sep 2022 21:30:14 +0000 References: <20220902164247.19862-1-davthompson@nvidia.com> In-Reply-To: <20220902164247.19862-1-davthompson@nvidia.com> To: David Thompson Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, cai.huoqing@linux.dev, brgl@bgdev.pl, limings@nvidia.com, asmaa@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Fri, 2 Sep 2022 12:42:47 -0400 you wrote: > The MDIO gateway (GW) lock in BlueField-2 GIGE logic is > set after read. This patch adds logic to make sure the > lock is always cleared at the end of each MDIO transaction. > > Fixes: f92e1869d74e ("Add Mellanox BlueField Gigabit Ethernet driver") > Reviewed-by: Asmaa Mnebhi > Signed-off-by: David Thompson > > [...] Here is the summary with links: - [net,v1] mlxbf_gige: clear MDIO gateway lock after read https://git.kernel.org/netdev/net/c/182447b12144 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html