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 DBF6BC433F5 for ; Thu, 24 Mar 2022 12:29:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348990AbiCXMbV (ORCPT ); Thu, 24 Mar 2022 08:31:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233678AbiCXMbU (ORCPT ); Thu, 24 Mar 2022 08:31:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A60E0A94E9; Thu, 24 Mar 2022 05:29:48 -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 ams.source.kernel.org (Postfix) with ESMTPS id 5EB4BB801B9; Thu, 24 Mar 2022 12:29:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77B81C340EC; Thu, 24 Mar 2022 12:29:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648124986; bh=3DoK7n9nDP2CGFgPXTe97QnveDO+h1oyIl//9nYasVY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IJq7vKfG82kt8jIdTOpib4NKU/d4K/dKlQpMN4zxXnxRbBL6g0IN7IcbjHbeaPUd9 Dk05bOIA6Jb3wTnvL8F3mjlFPNx3AA4uKg9ttlUDvH1KyrAS9QRk4J3HW+Id1XXhyJ uqO7NIFLdbWR7Ks6oTXJ+nsGntmdvd0mE6NKC9OU= Date: Thu, 24 Mar 2022 13:29:43 +0100 From: Greg Kroah-Hartman To: Bhupesh Sharma Cc: Bjorn Andersson , Vinod Koul , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, stable Subject: Re: [PATCH] net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume Message-ID: References: <20220323033255.2282930-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Mar 24, 2022 at 03:08:08PM +0530, Bhupesh Sharma wrote: > +Cc: stable tree as I think this is an important fix for stmmac > dwmac-qcom-ethernet driver and affects ethernet functionality on QCOM > boards which use this driver. 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.