From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [RFC PATCH 12/16]: PVH xen: return PVH features during creation, etc... Date: Thu, 24 Jan 2013 18:08:04 -0800 Message-ID: <20130124180804.27024728@mantra.us.oracle.com> References: <20130111180736.36c662d6@mantra.us.oracle.com> <20130124165719.GL20551@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130124165719.GL20551@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, 24 Jan 2013 16:57:19 +0000 Tim Deegan wrote: > At 18:07 -0800 on 11 Jan (1357927656), Mukesh Rathor wrote: > > Debug.c: we don't need to lock the page, as no path it's called from > > requires that. > > I'm afraid it does need to lock it: it's going to write to the page, > so it can't risk having the page freed underfoot. Ok, will do it thanks.