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=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 4926DC11F65 for ; Wed, 30 Jun 2021 09:32:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2552661D0B for ; Wed, 30 Jun 2021 09:32:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233771AbhF3Jeg (ORCPT ); Wed, 30 Jun 2021 05:34:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:59800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233541AbhF3Jeg (ORCPT ); Wed, 30 Jun 2021 05:34:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 842A061CAD; Wed, 30 Jun 2021 09:32:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625045528; bh=8YJYFKzB2AT2uOR9CHZEybHLUKDHBfO6khuujKOP3Vk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rVcI3USRtpKoFJGyIvhv5nL5zicxzixTuxJHMnydaNTJnNmhAPtYZJxr0dVXNrOym /2nua1i4shHi0HXlvDHGzwjzfkGTnNEENedNl5yjRRQAFUxkDhFQAiVjtRv15hdoFF ZJmjrIEa171F+cyHzm0K5mxwZKhAm/DbvIoVaFhA= Date: Wed, 30 Jun 2021 11:32:06 +0200 From: Greg KH To: mohammad.athari.ismail@intel.com Cc: Alexandre Torgue , Jose Abreu , "David S . Miller" , Jakub Kicinski , Giuseppe Cavallaro , Maxime Coquelin , Ong Boon Leong , Voon Weifeng , Tan Tee Min , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH net] net: stmmac: Terminate FPE workqueue in suspend Message-ID: References: <20210630091754.23423-1-mohammad.athari.ismail@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210630091754.23423-1-mohammad.athari.ismail@intel.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 30, 2021 at 05:17:54PM +0800, mohammad.athari.ismail@intel.com 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. > > Fixes: 5a5586112b92 ("net: stmmac: support FPE link partner hand-shaking procedure") > Signed-off-by: Mohammad Athari Bin Ismail > --- > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1 + > 1 file changed, 1 insertion(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.