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 1F7D3C00140 for ; Thu, 18 Aug 2022 18:12:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243294AbiHRSMm (ORCPT ); Thu, 18 Aug 2022 14:12:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238585AbiHRSMl (ORCPT ); Thu, 18 Aug 2022 14:12:41 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45ACFC742B for ; Thu, 18 Aug 2022 11:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=uKbNeLYFM4HlclZA9UPAjASKsw+qj+cCz5v+hqtJBts=; b=2f+OxI+rgsKha4D2/lPjwSqVpq L2w3kWK92rDB7Lq+blOyQJqusnxc6l72GdGnFZiBA0Z0NCt2y+FeYmDLdppDDGo/mtE9nlKSVONqG 70lWu0ThvXCf4UyJ6KK2wvUsN7KCBZxxiayShHr8HNDQweLEHN3SAevN2W3bAewepN7I=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oOk0V-00Doxc-Cp; Thu, 18 Aug 2022 20:12:39 +0200 Date: Thu, 18 Aug 2022 20:12:39 +0200 From: Andrew Lunn To: Vladimir Oltean Cc: netdev@vger.kernel.org, Woojung Huh , Arun Ramadoss , UNGLinuxDriver@microchip.com, Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Brian Hutchinson Subject: Re: [PATCH v2 net] net: dsa: microchip: make learning configurable and keep it off while standalone Message-ID: References: <20220818164809.3198039-1-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818164809.3198039-1-vladimir.oltean@nxp.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > Fixes: b987e98e50ab ("dsa: add DSA switch driver for Microchip KSZ9477") > Link: https://lore.kernel.org/netdev/CAFZh4h-JVWt80CrQWkFji7tZJahMfOToUJQgKS5s0_=9zzpvYQ@mail.gmail.com/ > Reported-by: Brian Hutchinson > Signed-off-by: Vladimir Oltean > --- > v1->v2: targeting the 6.0 release candidates as opposed to the 5.19 rc's > from v1. > > Again, this is compile-tested only, but the equivalent change was > confirmed by Brian as working on a 5.10 kernel. > > @maintainers: when should I submit the backports to "stable", for older > trees? Can Brian test it? Or at least cherry-pick it back to 5.10? Andrew