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 C63BBC77B7A for ; Wed, 7 Jun 2023 04:24:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233975AbjFGEYY (ORCPT ); Wed, 7 Jun 2023 00:24:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233227AbjFGEXo (ORCPT ); Wed, 7 Jun 2023 00:23:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E9B51FE6 for ; Tue, 6 Jun 2023 21:20:29 -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 7904C6355C for ; Wed, 7 Jun 2023 04:20:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C93BEC4339B; Wed, 7 Jun 2023 04:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686111622; bh=jEWyIKzMhyKk+pCIj7/Ov4ot3qtkNUAnCrmXnIRx7NU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ORF8nz1ALg92XVLC69qgRiJDg/9XVH82dJ4eP8OUfhYRpn+DmGWNkgoG7n8vTS0O3 YY0aZ/KVEJ7lvVvVVRaP4tnqgpdf6elKUDbRvlh3W4sRcFG8rbbvQm9u02rbULkp/2 KtcX0c0NTaJG667zNAEoYLuAoZ7kw1HX4PNLd4DZtAWUKNdzndqLI5t2+/5ZxOSGM6 +xvLEjScykeHsczOYeBYhXlH5+a1U4G3e4ZS0JDyKP+842Kyc4jNHzD0Wo5H/NIIwG kaD0ezU6jwxqA+qRrEiJ6CdyF5UcS6ljaJyKvUiDbHvahU0r/6Tm3ltR6byiO8kv1G PMLfUF6fOlUtQ== 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 A370DE8723C; Wed, 7 Jun 2023 04:20:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] pds_core: Fix FW recovery detection From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168611162266.32150.3491600977084749075.git-patchwork-notify@kernel.org> Date: Wed, 07 Jun 2023 04:20:22 +0000 References: <20230605195116.49653-1-brett.creeley@amd.com> In-Reply-To: <20230605195116.49653-1-brett.creeley@amd.com> To: Brett Creeley Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, davem@davemloft.net, shannon.nelson@amd.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 5 Jun 2023 12:51:16 -0700 you wrote: > Commit 523847df1b37 ("pds_core: add devcmd device interfaces") included > initial support for FW recovery detection. Unfortunately, the ordering > in pdsc_is_fw_good() was incorrect, which was causing FW recovery to be > undetected by the driver. Fix this by making sure to update the cached > fw_status by calling pdsc_is_fw_running() before setting the local FW > gen. > > [...] Here is the summary with links: - [net] pds_core: Fix FW recovery detection https://git.kernel.org/netdev/net/c/4f48c30312b7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html