Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3296847pxk; Mon, 7 Sep 2020 08:50:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyWfzXAR0s4RuHiqFjGekHXM6/aaUYTMRb0m8eFsNUAxHb7VSD+4twyUigqTjcIsJTDuKAA X-Received: by 2002:a05:6402:b1a:: with SMTP id bm26mr22579139edb.209.1599493803521; Mon, 07 Sep 2020 08:50:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599493803; cv=none; d=google.com; s=arc-20160816; b=walmcvpJdij5tQpHS/Z0NcqOuquhNj1Idym44zrDarw83vaDPizGPL07zafOiNWT9h em+WePpvpaSlu+WWVx8Wo6R3Jxe/ALMH0uixw6jp0i+xamyHGPvn3PRdbK9uobvmLXTW ID1WLFRKmG5ipsF5vx5K+G7g1qVKc8xxk6Xh1K69v6tt6LipJoDdi9B6YiV5g+UjaQrM oa63dYrAJRdEx/lCGNN4/E6fm8bBoxEIGEQOzxzlBg+RrSNt//8d+hi1IHAQ4yS8sKk6 4R2Fph5lCVKWlvoD0ZTxb5SNmKns7H0IR7U7oWIDHrOJm2EJDCbaCe3hpTlDBdH3kOMN Vi4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=rRvyPs1vmCR4EwfGBIGOaPPJyK/3mYxj/a4JZy9rHtw=; b=S7/277nTWKsnlI51d/1SWXkhKspAVbFAYyVjPEmAfuY//xs6evut0TK/zn9GbiT7O3 EHdRyhghfk5BLhvwLW2XRHily21mBKjTydZMt60XOBXUtH39clMA2gUqt2Zo1uwH32xW Q7NoMsk5dZ5jSqO3h2id+3tLuF8qV5cEtbGjkzdTQ9RWy0PN9d4Sy9tbCS97BsUYKoZY fGGk1cRCvfREEbJ/3XhsVwiA20oAHJz1P+kZLfSk73pgl4KvnA75/5xLxhEN8s8jM60w gnIpr88aBidRwIJsabaEVKOokQipLZDoATXDdJbJ4CglaqXGpJq16Pa2T4opZ/JcoJ9X aD7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d17si11013547edv.110.2020.09.07.08.49.41; Mon, 07 Sep 2020 08:50:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730111AbgIGPtH (ORCPT + 99 others); Mon, 7 Sep 2020 11:49:07 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:47446 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730204AbgIGPoa (ORCPT ); Mon, 7 Sep 2020 11:44:30 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kFJJB-00DdQh-6P; Mon, 07 Sep 2020 17:43:53 +0200 Date: Mon, 7 Sep 2020 17:43:53 +0200 From: Andrew Lunn To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Tomasz Maciej Nowak , Andre Heider , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: marvell: espressobin: Add ethernet switch aliases Message-ID: <20200907154353.GW3112546@lunn.ch> References: <20200907112718.5994-1-pali@kernel.org> <20200907144228.GV3112546@lunn.ch> <20200907145213.fwlyz4k6scible7x@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200907145213.fwlyz4k6scible7x@pali> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I would not say it is a "new feature". But rather that patch in this > email fixes issue that Linux kernel did not set correct MAC address for > DSA slave ports. I think it is something which could be backported also > to stable releases as "ignoring" vendor/factory MAC address is not > correct behavior. Hi Pali The rules for stable are here: https://www.kernel.org/doc/html/v5.8/process/stable-kernel-rules.html Do you think it fits? Andrew