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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 1BBE0C433E0 for ; Tue, 16 Mar 2021 05:53:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4710651D3 for ; Tue, 16 Mar 2021 05:53:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231613AbhCPFwm (ORCPT ); Tue, 16 Mar 2021 01:52:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:38360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229746AbhCPFwi (ORCPT ); Tue, 16 Mar 2021 01:52:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D02C651CB; Tue, 16 Mar 2021 05:52:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615873957; bh=WAf3rld7p8Nfqi3WOJVvzHnkaaAUQ+smOczfIUb7vF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fb8/FjFPxIdidpNYmvwHU6jrPRj12q9prCDknzpWBcWYjn3jUuNXEzdPUaqwZKsqf UNO3S1GGpE+2Laj4lPLEpcPZJqXZihFo6HAf2AM43cC1I2FsFL1UCKE1QL12qngFAE 83f/XPrx/9xf0Ji1G/atWTGCtkMqRipCXXnkmOA4= Date: Tue, 16 Mar 2021 06:52:35 +0100 From: "gregkh@linuxfoundation.org" To: Sasha Levin Cc: Vladimir Oltean , Andrew Lunn , Florian Fainelli , Vivien Didelot , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Kurt Kanzenbach , Jakub Kicinski , Christian Eggers Subject: Re: [PATCH 5.10 113/290] net: dsa: implement a central TX reallocation procedure Message-ID: References: <20210315135541.921894249@linuxfoundation.org> <20210315135545.737069480@linuxfoundation.org> <20210315195601.auhfy5uafjafgczs@skbuf> 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-kernel@vger.kernel.org On Mon, Mar 15, 2021 at 05:06:16PM -0400, Sasha Levin wrote: > On Mon, Mar 15, 2021 at 07:56:02PM +0000, Vladimir Oltean wrote: > > > Signed-off-by: Vladimir Oltean > > > Tested-by: Christian Eggers # For tail taggers only > > > Tested-by: Kurt Kanzenbach > > > Reviewed-by: Florian Fainelli > > > Signed-off-by: Jakub Kicinski > > > Signed-off-by: Sasha Levin > > > --- > > > > For context, Sasha explains here: > > https://www.spinics.net/lists/stable-commits/msg190151.html > > (the conversation is somewhat truncated, unfortunately, because > > stable-commits@vger.kernel.org ate my replies) > > that 13 patches were backported to get the unrelated commit 9200f515c41f > > ("net: dsa: tag_mtk: fix 802.1ad VLAN egress") to apply cleanly with git-am. > > > > I am not strictly against this, even though I would have liked to know > > that the maintainers were explicitly informed about it. > > > > Greg, could you make your stable backporting emails include the output > > of ./get_maintainer.pl into the list of recipients? Thanks. > > Did it not happen here? I've looked at Greg's script[1] and it seemed to > me like it does go through get_maintainer.pl. > > > [1] https://github.com/gregkh/gregkh-linux/blob/master/scripts/generate_cc_list That's just a script I use for "normal" kernel development when creating patches, not for stable stuff. thanks, greg k-h