From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 8 of 9] x86/mm: Fix checks during foreign mapping of paged pages Date: Wed, 30 Nov 2011 14:38:47 +0100 Message-ID: <20111130133847.GA22200@aepfle.de> References: <3489152b3a560be744ab.1322598105@xdev.gridcentric.ca> <20111130124650.GA15723@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20111130124650.GA15723@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar-Cavilla Cc: xen-devel@lists.xensource.com, ian.campbell@citrix.com, andres@gridcentric.ca, tim@xen.org, keir.xen@gmail.com, JBeulich@suse.com, ian.jackson@citrix.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org On Wed, Nov 30, Olaf Hering wrote: > On Tue, Nov 29, Andres Lagar-Cavilla wrote: > > > Check that the valid mfn is the one we are mapping, not the > > mfn of the page table of the foreign domain. > > > > Signed-off-by: Andres Lagar-Cavilla > > Acked-by: Olaf Hering > There are more issues like that in this file, not just the l1e. Olaf