From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 2/3] arm/arm64: KVM: Stop propagating cacheability status of a faulted page Date: Thu, 26 Jan 2017 14:22:18 +0100 Message-ID: <20170126132218.GY15850@cbox> References: <1485358591-12278-1-git-send-email-marc.zyngier@arm.com> <1485358591-12278-3-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mail-lf0-f52.google.com ([209.85.215.52]:35877 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733AbdAZNW0 (ORCPT ); Thu, 26 Jan 2017 08:22:26 -0500 Received: by mail-lf0-f52.google.com with SMTP id z134so145308636lff.3 for ; Thu, 26 Jan 2017 05:22:25 -0800 (PST) Content-Disposition: inline In-Reply-To: <1485358591-12278-3-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 25, 2017 at 03:36:30PM +0000, Marc Zyngier wrote: > Now that we unconditionally flush newly mapped pages to the PoC, > there is no need to care about the "uncached" status of individual > pages - they must all be visible all the way down. > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall