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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D5836C433E6 for ; Thu, 25 Feb 2021 17:12:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85BDE64EB7 for ; Thu, 25 Feb 2021 17:12:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233117AbhBYRMf (ORCPT ); Thu, 25 Feb 2021 12:12:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:41972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229491AbhBYRMa (ORCPT ); Thu, 25 Feb 2021 12:12:30 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0FAC364EB7; Thu, 25 Feb 2021 17:11:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614273108; bh=n8uLJw43X+qDZY8YywYDV90h9+kiQjUwlZR/Y7VjDcU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ndr63J4VX7PmwVLZHzjy9JmHuuRJugC5JkcqjAmCMdiLf0AkN5dRxVraHgEbFCCPF G1T6BgRiriTQyK18VlsLxKAWA8qj4AZlx8yDafDzvHdmNl2sXEhouTu552pOGGMeNL 9BgTtBFUZBoKVV7ebhlGA6F1ejTrDRC5d0+75iGQ= Date: Thu, 25 Feb 2021 18:11:45 +0100 From: Greg KH To: Florian Fainelli Cc: netdev@vger.kernel.org, Andrew Lunn , Vivien Didelot , "David S. Miller" , open list , stable@vger.kernel.org, olteanv@gmail.com, sashal@kernel.org Subject: Re: [PATCH stable 0/8] net: dsa: b53: Correct learning for standalone ports Message-ID: References: <20210225010853.946338-1-f.fainelli@gmail.com> <7d32ff3e-eea7-90ac-a458-348b07410f85@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d32ff3e-eea7-90ac-a458-348b07410f85@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Feb 25, 2021 at 08:53:22AM -0800, Florian Fainelli wrote: > > > On 2/25/2021 12:15 AM, Greg KH wrote: > > On Wed, Feb 24, 2021 at 05:08:53PM -0800, Florian Fainelli wrote: > >> From: Florian Fainelli > >> > >> Hi Greg, Sasha, Jaakub and David, > >> > >> This patch series contains backports for a change that recently made it > >> upstream as: > >> > >> commit f3f9be9c58085d11f4448ec199bf49dc2f9b7fb9 > >> Merge: 18755e270666 f9b3827ee66c > >> Author: Jakub Kicinski > >> Date: Tue Feb 23 12:23:06 2021 -0800 > >> > >> Merge branch 'net-dsa-learning-fixes-for-b53-bcm_sf2' > > > > That is a merge commit, not a "real" commit. > > > > What is the upstream git commit id for this? > > The commit upstream is f9b3827ee66cfcf297d0acd6ecf33653a5f297ef ("net: > dsa: b53: Support setting learning on port") it may still only be in > netdev-net/master at this point, though it will likely reach Linus' tree > soon. Ah, I can't do anything with them until that hits Linus's tree, you know this :) > >> The way this was fixed in the netdev group's net tree is slightly > >> different from how it should be backported to stable trees which is why > >> you will find a patch for each branch in the thread started by this > >> cover letter. > >> > >> Let me know if this does not apply for some reason. The changes from 4.9 > >> through 4.19 are nearly identical and then from 5.4 through 5.11 are > >> about the same. > > > > Thanks for the backports, but I still need a real git id to match these > > up with :) > > You should have it in the Fixes: tag of each patch which all point to > when the bug dates back to when the driver was introduced. Let me know > if you need me to tag the patches differently. The fixes: tag shows what id this patch fixes, not the git id of this specific patch, like all stable patches show in their changelog text. That's the id I need. I'll just wait until this hits Linus's tree before worrying about it. thanks, greg k-h