From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [RFC PATCH 12/16]: PVH xen: return PVH features during creation, etc... Date: Thu, 24 Jan 2013 16:57:19 +0000 Message-ID: <20130124165719.GL20551@ocelot.phlegethon.org> References: <20130111180736.36c662d6@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130111180736.36c662d6@mantra.us.oracle.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: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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. Tim.