From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86: drop setup_idle_pagetable() Date: Wed, 12 Jun 2013 16:25:02 +0100 Message-ID: References: <51B89066.50605@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51B89066.50605@eu.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: George Dunlap , Jan Beulich Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 12/06/2013 16:14, "George Dunlap" wrote: > 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 Pagetable entries pointing into the wilderness are actively dangerous. At the very least they can cause cache-attribute collisions. This is a real bug fix. -- Keir