From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] x86: drop setup_idle_pagetable() Date: Wed, 12 Jun 2013 16:14:46 +0100 Message-ID: <51B89066.50605@eu.citrix.com> References: <51B8A8F302000078000DDA29@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51B8A8F302000078000DDA29@nat28.tlf.novell.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: Jan Beulich Cc: Keir Fraser , xen-devel List-Id: xen-devel@lists.xenproject.org On 12/06/13 15:59, Jan Beulich wrote: > With vcpu->domain->arch.perdomain_l3_pg no longer getting set up for > the idle domain, this creates an invalid L4 entry (due to translating > a NULL struct page_info pointer to a physical address). > > Signed-off-by: Jan Beulich I don't think it buys very much awesomeness, but it should certainly be pretty low risk. Acked-by: George Dunlap