From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [RFC/PATCH 4/5] arm64: Add support for arch_memremap_ro() Date: Mon, 3 Jun 2019 16:56:13 +0100 Message-ID: <20190603155612.GC63283@arrakis.emea.arm.com> References: <20190517164746.110786-1-swboyd@chromium.org> <20190517164746.110786-5-swboyd@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190517164746.110786-5-swboyd@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd 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 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. > > 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 Not sure what the plans are with this series but if you need an ack for arm64: Acked-by: Catalin Marinas