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.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 DE524C388F9 for ; Wed, 11 Nov 2020 14:42:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7747A20795 for ; Wed, 11 Nov 2020 14:42:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=axis.com header.i=@axis.com header.b="RHD2FcmJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726318AbgKKOmB (ORCPT ); Wed, 11 Nov 2020 09:42:01 -0500 Received: from smtp1.axis.com ([195.60.68.17]:33081 "EHLO smtp1.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725909AbgKKOmA (ORCPT ); Wed, 11 Nov 2020 09:42:00 -0500 X-Greylist: delayed 433 seconds by postgrey-1.27 at vger.kernel.org; Wed, 11 Nov 2020 09:41:59 EST DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; l=1107; q=dns/txt; s=axis-central1; t=1605105720; x=1636641720; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AZo5FDiY07KFPg5BcSuAAsjtq42yWRgQkuO3O7ZjX3Y=; b=RHD2FcmJByvDAv/i3msehfq2flzrMHCZqC+Gbp7dGi33riOmewRywrP/ XE4wwk3uuPxoViELVh1RNzWGxMwBzBzFfhUDK6bkR8Adzjq+suoKari3O Mmu8iBSejj85BGvZPMOP0/w6RDZ0TL4Hs909oV/leFMlLyoOPDg0IXrVr rHI+tnVfKvDLQ+nxEetOb9b8dABSh06UPea3Y9BveavKB9yLNwIu6rMRK Syi2qd9c8N/K67QnlnbXm2FwckFWYFsw3FkPhZgIxngjDEN6RaiGKITGg kY8yZgflb29epPKdtzc49/RiGiU0O+ftRVaNnYi0D5e6PRTMBz5/+N+X0 Q==; IronPort-SDR: Qn0yKih+djzo/7r4VIN8GWUM63O4VCWKptG4dc1Yi0j/ph3TVfFGNzdbypLR5cJR4pFfMnIxN4 wHe+B6s7mER9Z+PMgZIv9oFpxOYQz57NqDKcEatUhVId6K/mGP4hqLnNfZQnXA1GAC9YmNP2+O Gsxoc9RaN+bxn99OcDdMBJ5QQ5+Y0MDLvBXWwEnD3H89XlHcyWZNjV1FsuZgd8JYcA1Nlvlj3h bZfJydwLYj84sQy4OQ3VMY0G52fVfhO42eWOSwBN4bOsjQgMQiEMBRIamatIPLIOljHBaCTNrf 4v0= X-IronPort-AV: E=Sophos;i="5.77,469,1596492000"; d="scan'208";a="14952850" Date: Wed, 11 Nov 2020 15:34:44 +0100 From: Vincent Whitchurch To: Pavel Machek CC: Greg Kroah-Hartman , , , Rob Herring , Sasha Levin Subject: Re: [PATCH 4.19 48/71] of: Fix reserved-memory overlap detection Message-ID: <20201111143444.tsna5rmvnke2e2my@axis.com> References: <20201109125019.906191744@linuxfoundation.org> <20201109125022.156835188@linuxfoundation.org> <20201111125359.GB26508@amd> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20201111125359.GB26508@amd> User-Agent: NeoMutt/20170113 (1.7.2) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 11, 2020 at 01:53:59PM +0100, Pavel Machek wrote: > > OF: reserved mem: OVERLAP DETECTED! > > bar@0 (0x00000000--0x00001000) overlaps with foo@0 (0x00000000--0x00002000) > > OF: reserved mem: OVERLAP DETECTED! > > foo@0 (0x00000000--0x00002000) overlaps with baz@1000 (0x00001000--0x00002000) > > Is it good idea to push this into 4.19 so early? It does not fix > anything, it just causes warnings. > > Such overlap currently exists in 4.19: > > arch/arm/boot/dts/s5pv210.dtsi and can not be fixed easily, see: > > > > > > > clocks: clock-controller@e0100000 { > > > > > > + compatible = "samsung,s5pv210-clock"; > > > > > > reg = <0xe0100000 0x10000>; > > > > > ... > > > > > > + pmu_syscon: syscon@e0108000 { > > > > > > + reg = <0xe0108000 0x8000>; > > > > > > }; The patch only concerns detection of overlaps in reserved-memory nodes, and the above does not look like reserved-memory so it will not be affected. That being said, I already questioned the need for backporting this patch: https://lore.kernel.org/lkml/20201103111110.lvapcdf4nndunsie@axis.com/