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 598B3C77B7C for ; Fri, 5 May 2023 09:10:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231601AbjEEJK0 (ORCPT ); Fri, 5 May 2023 05:10:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231585AbjEEJKX (ORCPT ); Fri, 5 May 2023 05:10:23 -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 49DD210C0 for ; Fri, 5 May 2023 02:10:22 -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 D2ED263C9B for ; Fri, 5 May 2023 09:10:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 329D2C4339C; Fri, 5 May 2023 09:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683277821; bh=sBckcYMOqWQrqFbjrvsya0tY3+7VZWb2oYkleqiwi8o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=opmgLlQzvTpu/dD+474YGzu9wBBByQhGLS+3IyP04fvfOL35PUGcZu4SfwDh8RLvC on6Wy7boIMJ2szX1bbznsgFqNGzPjoCHolQIxlgYobDgqhFGgPrhKNiG75ApOazXwL u6O2oV9Q6FG7OuchmmQUcdeAR8a9pKdE5h2b+omtYW0kywh7P1sRUBWA2rsrXl44y/ bCj8DW1Kkf4cZqoTbzNR3mqdHZTtrfoWJbQN9zabM+seRhlmp3FXjhwUgny5MNSa1q fAQ0qsf2QxVy5+RMSxPHOaYKygKcmARt1YteSnfBsmnpZ66nISABAPXo9+fQxDAa1U F/dlv0q2NYZKA== 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 1B8C5E5FFC4; Fri, 5 May 2023 09:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168327782110.8511.3849273203627486340.git-patchwork-notify@kernel.org> Date: Fri, 05 May 2023 09:10:21 +0000 References: <20230504230727.729539-1-f.fainelli@gmail.com> In-Reply-To: <20230504230727.729539-1-f.fainelli@gmail.com> To: Florian Fainelli Cc: netdev@vger.kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, opendmb@gmail.com, bcm-kernel-feedback-list@broadcom.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 4 May 2023 16:07:27 -0700 you wrote: > The call to phy_stop() races with the later call to phy_disconnect(), > resulting in concurrent phy_suspend() calls being run from different > CPUs. The final call to phy_disconnect() ensures that the PHY is > stopped and suspended, too. > > Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine") > Signed-off-by: Florian Fainelli > > [...] Here is the summary with links: - [net] net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() https://git.kernel.org/netdev/net/c/93e0401e0fc0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html