From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758054Ab2IUU4k (ORCPT ); Fri, 21 Sep 2012 16:56:40 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:19142 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757025Ab2IUU4i (ORCPT ); Fri, 21 Sep 2012 16:56:38 -0400 Date: Fri, 21 Sep 2012 16:45:21 -0400 From: Konrad Rzeszutek Wilk To: Andres Lagar-Cavilla Cc: Andres Lagar-Cavilla , Ian Campbell , Andres Lagar-Cavilla , xen-devel , David Vrabel , David Miller , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" Subject: Re: [PATCH] Xen backend support for paged out grant targets V4. Message-ID: <20120921204521.GA30614@phenom.dumpdata.com> References: <1347632819-13684-1-git-send-email-andres@lagarcavilla.org> <1347869865.14977.15.camel@zakaz.uk.xensource.com> <5B5132A4-93B2-41D0-B1A6-048810565DB5@gridcentric.ca> <20120921185258.GA4931@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > So with this patch when I launch an PVHVM guest on Xen 4.1 I get this > > in the initial domain and the guest is crashed: > > > > [ 261.927218] privcmd_fault: vma=ffff88002a31dce8 7f4edc095000-7f4edc195000, pgoff=c8, uv=00007f4edc15d000 > > With this patch? Or with the mmapbatch v2? This is a page fault in a foreign-mapped VMA. Not touched by this grant backend patch we are talking about. > > Does the hypervisor dump anything to its console? > > At which point during xc_hvm_build do you see this? (or elsewhere in the toolstack?) My apologies. It was Oliver's persistent grant patch that does not like your patch.