Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755914Ab2KIUbP (ORCPT ); Fri, 9 Nov 2012 15:31:15 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:60828 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753659Ab2KIUbO (ORCPT ); Fri, 9 Nov 2012 15:31:14 -0500 MIME-Version: 1.0 In-Reply-To: References: <1349827115-16600-1-git-send-email-yinghai@kernel.org> <20121030134442.GB27463@phenom.dumpdata.com> <20121107161144.GA18353@phenom.dumpdata.com> <20121108014043.GA22057@phenom.dumpdata.com> Date: Fri, 9 Nov 2012 12:31:13 -0800 X-Google-Sender-Auth: E95GueqjS53EhELCZ2pcBT355lg Message-ID: Subject: Re: [PATCH -v3 0/7] x86: Use BRK to pre mapping page table to make xen happy From: Yinghai Lu To: Konrad Rzeszutek Wilk Cc: "H. Peter Anvin" , Stefano Stabellini , Andrew Morton , Jacob Shin , Ingo Molnar , Thomas Gleixner , Tejun Heo , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2333 Lines: 47 On Wed, Nov 7, 2012 at 8:06 PM, Yinghai Lu wrote: > On Wed, Nov 7, 2012 at 5:40 PM, Konrad Rzeszutek Wilk > wrote: >> >> I ran in a problem with launching an 8GB guest. When launching a 4GB it worked >> fine, but with 8GB I get: >> >> .000000] init_memory_mapping: [mem 0x1f4000000-0x1f47fffff] >> [ 0.000000] [mem 0x1f4000000-0x1f47fffff] page 4k >> [ 0.000000] memblock_reserve: [0x000001f311c000-0x000001f311d000] alloc_low_pages+0x103/0x130 >> [ 0.000000] memblock_reserve: [0x000001f311b000-0x000001f311c000] alloc_low_pages+0x103/0x130 >> [ 0.000000] memblock_reserve: [0x000001f311a000-0x000001f311b000] alloc_low_pages+0x103/0x130 >> [ 0.000000] memblock_reserve: [0x000001f3119000-0x000001f311a000] alloc_low_pages+0x103/0x130 >> [ 0.000000] Kernel panic - not syncing: initrd too large to handle, disabling initrd (348401664 needed, 524288 available) >> [ 0.000000] >> [ 0.000000] Pid: 0, comm: swapper Not tainted 3.7.0-rc4upstream-00042-g1b66ccf #1 >> [ 0.000000] Call Trace: >> [ 0.000000] [] panic+0xbf/0x1df >> [ 0.000000] [] setup_arch+0x728/0xb29 >> [ 0.000000] [] ? printk+0x48/0x4a >> [ 0.000000] [] start_kernel+0x90/0x39e >> [ 0.000000] [] x86_64_start_reservations+0x131/0x136 >> [ 0.000000] [] xen_start_kernel+0x546/0x548 >> > > xen memmap > > [ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable > [ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved > [ 0.000000] Xen: [mem 0x0000000000100000-0x00000001f47fffff] usable > > there is no hole under 4G, trigger the bug about max_low_pfn_mapped updating in > add_pfn_range_mapped(). > > please check attached patch, that should fix the problem. > > then I will fold it into corresponding commit that instroduce > add_pfn_range_mapped(). > If you did not try the patch yet, please get for-x86-mm again. I folded that patch into that commit about add_pfn_range_mapped. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/