From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [RFC/PATCH 4/5] arm64: Add support for arch_memremap_ro() Date: Tue, 04 Jun 2019 09:54:35 -0700 Message-ID: <5cf6a24c.1c69fb81.c970e.907e@mx.google.com> References: <20190517164746.110786-1-swboyd@chromium.org> <20190517164746.110786-5-swboyd@chromium.org> <20190603155612.GC63283@arrakis.emea.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190603155612.GC63283@arrakis.emea.arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Catalin Marinas Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Evan Green , Rob Herring , Bjorn Andersson , Andy Gross , Will Deacon , Dan Williams List-Id: devicetree@vger.kernel.org Quoting Catalin Marinas (2019-06-03 08:56:13) > On Fri, May 17, 2019 at 09:47:45AM -0700, Stephen Boyd wrote: > > Pass in PAGE_KERNEL_RO to the underlying IO mapping mechanism to get a > > read-only mapping for the MEMREMAP_RO type of memory mappings that > > memremap() supports. > >=20 > > Cc: Evan Green > > Cc: Rob Herring > > Cc: Bjorn Andersson > > Cc: Andy Gross > > Cc: Will Deacon > > Cc: Catalin Marinas > > Cc: Dan Williams > > Signed-off-by: Stephen Boyd >=20 > Not sure what the plans are with this series but if you need an ack for > arm64: >=20 > Acked-by: Catalin Marinas Thanks. I'll resend without the RFC tag and see how it goes.