From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Edge Subject: Re: Re: 2.6.37-rc1 mainline domU - BUG: unable to handle kernel paging request Date: Thu, 2 Dec 2010 11:34:49 -0800 Message-ID: References: <697216.62238.qm@web56104.mail.re3.yahoo.com> <4CF73DCF.4010200@goop.org> <4CF7E558.3010206@goop.org> <4CF7EA77.8030302@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4CF7EA77.8030302@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Boris Derzhavets , xen-devel@lists.xensource.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Thu, Dec 2, 2010 at 10:50 AM, Jeremy Fitzhardinge wrot= e: > 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! =A0I get bitten by this occasionally), there's somethi= ng >>> else going on here. >> You're right, my branch was a day out of date. I didn't have the last >> changes to: >> >> =A0arch/x86/xen/grant-table.c | =A0 28 +++++--- >> =A0arch/x86/xen/mmu.c =A0 =A0 =A0 =A0 | =A0124 ++++++++++---------------= ----- >> =A0include/linux/mm.h =A0 =A0 =A0 =A0 | =A0 =A06 ++ >> =A0include/linux/vmalloc.h =A0 =A0| =A0 =A02 - >> =A0mm/memory.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 56 ++++++++++---- >> =A0mm/vmalloc.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0182 ++++++++++++++-----= ------------------------- > > Those are the ones. > >> rebuilding with great expectations now :-) > > I'm doing a kernel build over NFS at the moment. =A0(Well, still copying > sources.) Fixed! Nice work. This unblocks a large chunk of my work. Thank you. This thread can happily die now. -Bruce > > =A0 =A0J >