From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: BUG: unable to handle kernel paging request - balloon_init - xen-4.1.0 - 2.6.32.39 Date: Thu, 5 May 2011 14:34:08 -0400 Message-ID: <20110505183408.GA10142@dumpdata.com> References: <4ebbb8ac-77a5-4525-b69e-273c177c05e2@default> <4DBB44ED.2020701@sce.pridelands.org> <20110504155817.GA28022@dumpdata.com> <4DC1A6AC.3080305@sce.pridelands.org> <20110504193550.GB24996@dumpdata.com> <4DC1B46F.6070904@sce.pridelands.org> <20110504202318.GC2117@dumpdata.com> <4DC1CB36.3020309@sce.pridelands.org> <20110504221627.GA8422@dumpdata.com> <4DC1DFE9.3080604@sce.pridelands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4DC1DFE9.3080604@sce.pridelands.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: Scott Garron Cc: Dan Magenheimer , xen-devel@lists.xensource.com, Jeremy Fitzhardinge List-Id: xen-devel@lists.xenproject.org On Wed, May 04, 2011 at 07:23:21PM -0400, Scott Garron wrote: > On 05/04/2011 06:16 PM, Konrad Rzeszutek Wilk wrote: > >OK, will take a look at this tomorrow. BTW, what machine is this? > Tyan Thunder K8S Pro S2882 motherboard (purchased sometime around > April, 2004) BIOS version 3.09 OK, nothing really strange about it. I don't have any hardware setup that would mirror yours, so I tried to run under QEMU to have a similar E820. I got this (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009f400 (usable) (XEN) 000000000009f400 - 00000000000a0000 (reserved) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000dabfd000 (usable) (XEN) 00000000dabfd000 - 00000000dac00000 (reserved) (XEN) 00000000fffc0000 - 0000000100000000 (reserved) (XEN) System RAM: 3499MB (3583600kB) .. snip.. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] Xen: 0000000000000000 - 000000000009f000 (usable) [ 0.000000] Xen: 000000000009f400 - 0000000000100000 (reserved) [ 0.000000] Xen: 0000000000100000 - 00000000d0167000 (usable) [ 0.000000] Xen: 00000000d0167000 - 00000000dabfd000 (unusable) [ 0.000000] Xen: 00000000dabfd000 - 00000000dac00000 (reserved) [ 0.000000] Xen: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] Xen: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] Xen: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] Xen: 0000000100000000 - 000000010aa96000 (usable) which is close enough to be similar to your system. It's E820 stops right at the 4GB mark, and then when Linux boots it considers that whole region as balloon space. And nothing.. I did not get any of those errors you got. Let me play with this some more.