From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753183AbYAWKZk (ORCPT ); Wed, 23 Jan 2008 05:25:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751302AbYAWKZc (ORCPT ); Wed, 23 Jan 2008 05:25:32 -0500 Received: from gir.skynet.ie ([193.1.99.77]:59827 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972AbYAWKZb (ORCPT ); Wed, 23 Jan 2008 05:25:31 -0500 Date: Wed, 23 Jan 2008 10:22:23 +0000 From: Mel Gorman To: KOSAKI Motohiro Cc: mingo@elte.hu, linux-mm@kvack.org, linux-kernel@vger.kernel.org, apw@shadowen.org Subject: Re: [PATCH 0/2] Relax restrictions on setting CONFIG_NUMA on x86 Message-ID: <20080123102222.GA21455@csn.ul.ie> References: <20080118153529.12646.5260.sendpatchset@skynet.skynet.ie> <20080121093702.8FC2.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20080123105810.F295.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20080123105810.F295.KOSAKI.MOTOHIRO@jp.fujitsu.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (23/01/08 11:04), KOSAKI Motohiro didst pronounce: > Hi mel > > > Hi > > > > > A fix[1] was merged to the x86.git tree that allowed NUMA kernels to boot > > > on normal x86 machines (and not just NUMA-Q, Summit etc.). I took a look > > > at the restrictions on setting NUMA on x86 to see if they could be lifted. > > > > Interesting! > > > > I will test tomorrow. > > Hmm... > It doesn't works on my machine. > > panic at booting at __free_pages_ok() with blow call trace. > > [] free_all_bootmem_core > [] mem_init > [] alloc_large_system_hash > [] inode_init_early > [] start_kernel > [] unknown_bootoption > > my machine spec > CPU: Pentium4 with HT > MEM: 512M > > I will try more investigate. > but I have no time for a while, sorry ;-) > > > BTW: > when config sparse mem turn on instead discontig mem. > panic at booting at get_pageblock_flags_group() with below call stack. > > free_initrd > free_init_pages > free_hot_cold_page > To rule it out, can you also try with the patch below applied please? It should only make a difference on sparsemem so if discontigmem is still crashing, there is likely another problem. Assuming it crashes, please post the full dmesg output with loglevel=8 on the command line. Thanks -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab