From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sengul Thomas Subject: Re: [PATCH] ARM: cache coherence problem in guestcopy.c Date: Tue, 2 Jul 2013 21:39:23 +0900 Message-ID: References: <2056736.407151371717266252.JavaMail.weblogic@epv6ml05> <1372757927.27768.52.camel@zakaz.uk.xensource.com> <1372768421.27768.92.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1372768421.27768.92.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Tim Deegan , jaeyong.yoo@samsung.com, "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > Oh well, I think the switch to Inner-shareable mappings in Xen is likely > to remove the issue and I think the justification for the dmb patch in > (un)map_domain_page is pretty good. So hopefully this issue will just go > away for good once we apply those. (and if not we can always > reinvestigate). Of course yes. If I ran into the similar bug, I will try the patches. Jaeyong