From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: 2.6.37-rc1 mainline domU - BUG: unable to handle kernel paging request Date: Thu, 02 Dec 2010 10:50:31 -0800 Message-ID: <4CF7EA77.8030302@goop.org> References: <697216.62238.qm@web56104.mail.re3.yahoo.com> <4CF73DCF.4010200@goop.org> <4CF7E558.3010206@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Bruce Edge Cc: Boris Derzhavets , xen-devel@lists.xensource.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 12/02/2010 10:38 AM, Bruce Edge wrote: >> OK, these look like exactly the sort of symptoms which should be fixed >> by that patch, so assuming you're actually running the right kernel >> (worth checking! I get bitten by this occasionally), there's something >> else going on here. > You're right, my branch was a day out of date. I didn't have the last > changes to: > > arch/x86/xen/grant-table.c | 28 +++++--- > arch/x86/xen/mmu.c | 124 ++++++++++-------------------- > include/linux/mm.h | 6 ++ > include/linux/vmalloc.h | 2 - > mm/memory.c | 56 ++++++++++---- > mm/vmalloc.c | 182 ++++++++++++++------------------------------ Those are the ones. > rebuilding with great expectations now :-) I'm doing a kernel build over NFS at the moment. (Well, still copying sources.) J