From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.6] tools/libxc: linux: Don't use getpagesize() when unmapping the grants Date: Thu, 13 Aug 2015 11:31:34 +0100 Message-ID: <1439461894.23981.68.camel@citrix.com> References: <1438973635-16517-1-git-send-email-julien.grall@citrix.com> <20150807214509.GA10919@zion.uk.xensource.com> <1439297334.9747.238.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZPpnP-0004yD-4g for xen-devel@lists.xenproject.org; Thu, 13 Aug 2015 10:31:39 +0000 In-Reply-To: <1439297334.9747.238.camel@citrix.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: Wei Liu , Julien Grall Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-08-11 at 13:48 +0100, Ian Campbell wrote: > On Fri, 2015-08-07 at 22:45 +0100, Wei Liu wrote: > > On Fri, Aug 07, 2015 at 07:53:55PM +0100, Julien Grall wrote: > > > The grants are based on the Xen granularity (i.e 4KB). While the > > > function > > > to map grants for Linux (linux_gnttab_grant_map) is using the correct > > > size (XC_PAGE_SIZE), the unmap one (linux_gnttab_munmap) is using > > > getpagesize(). > > > > > > On domain using a page granularity different than Xen (this is the > > > case > > > for AARCH64 guest using 64KB page), the unmap will be called with the > > > wrong size. > > > > > > Signed-off-by: Julien Grall > > > > > > --- > > > Cc: Ian Jackson > > > Cc: Stefano Stabellini > > > Cc: Ian Campbell > > > Cc: Wei Liu > > > > > > > Acked-by: Wei Liu > > Acked-by: Ian Campbell > > > I think this is a bug fix and should be applied for 4.6. I took this as a release ack and applied.