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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3ECDC11F6B for ; Thu, 1 Jul 2021 21:00:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDD3D61402 for ; Thu, 1 Jul 2021 21:00:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234345AbhGAVCi (ORCPT ); Thu, 1 Jul 2021 17:02:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:43488 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230063AbhGAVCf (ORCPT ); Thu, 1 Jul 2021 17:02:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id AE20261403; Thu, 1 Jul 2021 21:00:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1625173204; bh=iKq5IdwhMKKjN6gJhINz3/cJgtsPyf/BBzHrv1Zodes=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Dim1foDxR/XUDpX4ATttxj2C+kx7qWmO9/LVBqnhbv3P+rJDDkOxj9FsVlMTSj0dV kxsg7Qzn10I5MDRYgUK6AsHPHyZDLNICW6hEPiaLxyJ6wBw6a9t622q9Tddd7+C6Lk QTUxni0egXbg1WHhN6eB8qTuCcJUaYw7tJQhlbDy2368UI/Ukv6GXf1ZRe1Y/8zzEa wowX8LJ2IOUIXbX3YUahrqcKkgt6s3C5xy/RNQaKi6oEOsCkN1YAdhZFlyIyCRYATe rsYSBwUgEStoOnIJPJPDFjo4blTJUPNJBHFFPqVIqtkx4QMy8pqMOtGGGe8EVh/Tgz dXYe8bppXnyyQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net] net: stmmac: Terminate FPE workqueue in suspend From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162517320464.16051.10769030925280050704.git-patchwork-notify@kernel.org> Date: Thu, 01 Jul 2021 21:00:04 +0000 References: <20210630095935.29097-1-mohammad.athari.ismail@intel.com> In-Reply-To: <20210630095935.29097-1-mohammad.athari.ismail@intel.com> To: Ismail@ci.codeaurora.org, Mohammad Athari Cc: alexandre.torgue@st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org, peppe.cavallaro@st.com, mcoquelin.stm32@gmail.com, boon.leong.ong@intel.com, weifeng.voon@intel.com, tee.min.tan@intel.com, netdev@vger.kernel.org, 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 (refs/heads/master): On Wed, 30 Jun 2021 17:59:35 +0800 you wrote: > From: Mohammad Athari Bin Ismail > > Add stmmac_fpe_stop_wq() in stmmac_suspend() to terminate FPE workqueue > during suspend. So, in suspend mode, there will be no FPE workqueue > available. Without this fix, new additional FPE workqueue will be created > in every suspend->resume cycle. > > [...] Here is the summary with links: - [v2,net] net: stmmac: Terminate FPE workqueue in suspend https://git.kernel.org/netdev/net/c/6b28a86d6c0b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html