Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1623728ybl; Sat, 25 Jan 2020 04:57:14 -0800 (PST) X-Google-Smtp-Source: APXvYqzTukQSuALer1iSVI9caA/pBF/3vXEi8un7YcP79L648BPIUnXoqnKPbT1r1TpfC0wn+MlR X-Received: by 2002:a05:6830:1f13:: with SMTP id u19mr6011759otg.237.1579957034718; Sat, 25 Jan 2020 04:57:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579957034; cv=none; d=google.com; s=arc-20160816; b=RMzoYpEMd2iu8SJDwOeRlOOfuCXrTfT5FS1Pc4Bh+Hr84Ph14UBv6QqmNDuSuIylqm QMSy90M+4NFK0GBU3GOJuifBMunQs55e+peW5ESrUB90WSjt1fmOK+P7qxknAKQCl3y6 R5q4GaXByan8I84vheOOqdh5wtgGkwBTJ9RCA/ljUFYzRtIlwDl3Mz4CJkeaaZPCv7LW 2eMrBlPrRMiVcbeDu/6X8T7kkiabdQuodGvat6xiq4nhZqGLQVAovPR9AJCTJJRLARAN M3AXYODbLB4xb11FATn5fuC8TNrWfoEfAvy2EikkLtEcD3zLf9CMsRTKSZMhCSD4/gNt pqwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=T0dwSyGO9CntWr5Tvzo2Ug6e8TwQZQuzQAWPlw9+Gts=; b=fZQtOgMn0hTbcSdT/7aRzdeWygtt5Zhcp3SBbvfOm5oTRv4WudtYSRsa93UxKjjIcG f209yBcsDIyRPD0EBZ0ZP+NKkSVDfyNXdZRuEb5sGkA7kH8xtkygBe4q2fmksigQLtso TmDvBdUWcoo4ysxT9E7ZtmrKNwNZbATitdNSe7rMb1LujlWfvDX60Abq4ynm8EeMCfOT UT/5GQ83YtVzv4n3Dt3dEFtUAoCmz8gCBk31H0xqBjFmfrr9EiJHcqGdXIolIijWIye+ VOGk3wiQjACOno492R+pEXlS5DbC5brlT+CRcL0/wibbjE7Yme9cn+HJk9MDNX1lDwIT iDtw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m8si1141201oim.180.2020.01.25.04.56.33; Sat, 25 Jan 2020 04:57:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729165AbgAYMuP (ORCPT + 99 others); Sat, 25 Jan 2020 07:50:15 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:46370 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgAYMuP (ORCPT ); Sat, 25 Jan 2020 07:50:15 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 3536E1C213B; Sat, 25 Jan 2020 13:50:13 +0100 (CET) Date: Sat, 25 Jan 2020 13:50:12 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Chen-Yu Tsai , Maxime Ripard , Sasha Levin Subject: Re: [PATCH 4.19 151/639] arm64: dts: allwinner: h6: Move GIC device node fix base address ordering Message-ID: <20200125125012.GC14064@duo.ucw.cz> References: <20200124093047.008739095@linuxfoundation.org> <20200124093106.145118596@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Md/poaVZ8hnGTzuv" Content-Disposition: inline In-Reply-To: <20200124093106.145118596@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Md/poaVZ8hnGTzuv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2020-01-24 10:25:21, Greg Kroah-Hartman wrote: > From: Chen-Yu Tsai >=20 > [ Upstream commit 52d9bcb3d0de3fa1e07aff3800f857836d30410d ] >=20 > The GIC device node was placed out of order in the initial device tree > submission. Move it so the nodes are correctly sorted by base address > again. I don't think this and 146/ is suitable -stable material. It fixes style problem, not a real bug. > Fixes: e54be32d0273 ("arm64: allwinner: h6: add the basical > Allwinner H6 DTSI file") Maybe everything with Fixes: tag should not automatically go to -stable? Not all such patches fix serious bugs. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --Md/poaVZ8hnGTzuv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXiw5hAAKCRAw5/Bqldv6 8s3oAJ9fJidl9vHIsTYhzlq/A2sYYICEgQCgpK7Ks4pO/73BHydoWOS5z30bSCk= =kDUA -----END PGP SIGNATURE----- --Md/poaVZ8hnGTzuv--