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 5E4B5EB64DA for ; Fri, 23 Jun 2023 02:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231411AbjFWCkZ (ORCPT ); Thu, 22 Jun 2023 22:40:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229757AbjFWCkW (ORCPT ); Thu, 22 Jun 2023 22:40:22 -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 3D9801FD2 for ; Thu, 22 Jun 2023 19:40:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B52F96194E for ; Fri, 23 Jun 2023 02:40:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0DCB4C433CB; Fri, 23 Jun 2023 02:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687488021; bh=4hiiv6LScRba5gRm6+zidOGp6fL3y8sB78Jonq7Yi5o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Fx6mJKzWzurGakGjbLbiZNJRv8ANfgoWDY1jbcuzIFoyq9xPlZwGpF099Bu0ycueW rRBkXpQ8LrNUO6zLMsswwxoCAoqxIn4dxPDQQekEun9+ObmSAMdOI0x+5mTNlEzidG VpfsuoAs2/H5hF+mDOiJzWAynk4Kn5GpNFCLxqrVoW2KIWrFiGjXDhXMl8S/SjH1R4 z4lIKs4FJqTdh1gPvATsRHfJpz6gGYyIr9UvmwgnYe/v99dMgY3MvzALCOSU47CHVI 6UuPqak4OYTYx68mpIxMfwsc3rSj5xsjIa8i8wz1XUg7Nf9ao6WhsJ/kbtiNFnYLUj vYvM8wMA7BdlA== 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 D7DEAC691EE; Fri, 23 Jun 2023 02:40:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: stmmac: fix double serdes powerdown From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168748802087.26940.10386965323581685154.git-patchwork-notify@kernel.org> Date: Fri, 23 Jun 2023 02:40:20 +0000 References: <20230621135537.376649-1-brgl@bgdev.pl> In-Reply-To: <20230621135537.376649-1-brgl@bgdev.pl> To: Bartosz Golaszewski Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, junxiao.chang@intel.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bartosz.golaszewski@linaro.org 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 Wed, 21 Jun 2023 15:55:37 +0200 you wrote: > From: Bartosz Golaszewski > > Commit 49725ffc15fc ("net: stmmac: power up/down serdes in > stmmac_open/release") correctly added a call to the serdes_powerdown() > callback to stmmac_release() but did not remove the one from > stmmac_remove() which leads to a doubled call to serdes_powerdown(). > > [...] Here is the summary with links: - [net] net: stmmac: fix double serdes powerdown https://git.kernel.org/netdev/net/c/c4fc88ad2a76 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html