Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932832AbXHNSET (ORCPT ); Tue, 14 Aug 2007 14:04:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765882AbXHNSDx (ORCPT ); Tue, 14 Aug 2007 14:03:53 -0400 Received: from smtp108.sbc.mail.mud.yahoo.com ([68.142.198.207]:44120 "HELO smtp108.sbc.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1765761AbXHNSDv (ORCPT ); Tue, 14 Aug 2007 14:03:51 -0400 X-YMail-OSG: ZLc3kuIVM1kazMd5eREMNV4zfQYlKnDUwz0gYOD_vlTCB_oOMQs3rHzXfgqQAYx6kAclZrLtPw-- Date: Tue, 14 Aug 2007 13:03:39 -0500 From: "Serge E. Hallyn" To: Lee Schermerhorn Cc: "Serge E. Hallyn" , Dhaval Giani , clameter@sgi.com, bob.picco@hp.com, nacc@us.ibm.com, kamezawa.hiroyu@jp.fujitsu.com, mel@skynet.ie, akpm@linux-foundation.org, Balbir Singh , Srivatsa Vaddagiri , lkml , ckrm-tech Subject: Re: Regression in 2.6.23-rc2-mm2, mounting cpusets causes a hang Message-ID: <20070814180339.GA32553@vino.hallyn.com> References: <20070812152126.GA26239@linux.vnet.ibm.com> <20070813201215.GA16908@vino.hallyn.com> <1187103831.6281.24.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1187103831.6281.24.camel@localhost> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1738 Lines: 50 Quoting Lee Schermerhorn (Lee.Schermerhorn@hp.com): > On Mon, 2007-08-13 at 15:12 -0500, Serge E. Hallyn wrote: > > Quoting Dhaval Giani (dhaval@linux.vnet.ibm.com): > > > Hi, > > > > > > On mounting cpusets using containers, I have been hitting the following > > > bug. > > > > > > > > > -----------[ cut here ]------------ > > > kernel BUG at kernel/cpuset.c:331! > > > > CONFIG_HIGHMEM=y > > > CONFIG_X86_PAE=y > > > # CONFIG_NUMA is not set > > > CONFIG_ARCH_POPULATES_NODE_MAP=y > > > CONFIG_SELECT_MEMORY_MODEL=y > > > CONFIG_FLATMEM_MANUAL=y > > > # CONFIG_DISCONTIGMEM_MANUAL is not set > > > # CONFIG_SPARSEMEM_MANUAL is not set > > > CONFIG_FLATMEM=y > > > CONFIG_FLAT_NODE_MEM_MAP=y > > > # CONFIG_SPARSEMEM_STATIC is not set > > > CONFIG_SPLIT_PTLOCK_CPUS=4 > > > CONFIG_RESOURCES_64BIT=y > > > CONFIG_ZONE_DMA_FLAG=1 > > > > > Yeah, I'm seeing the same thing. Oddly, my node_states[N_NORMAL_MEMORY] > > and node_states[N_HIGH_MEMORY] are empty, while node_states[N_ONLINE] > > contains my single cpu (on i386 kvm image). > > > > -serge > > Yes, you'll definitely hit that BUG if the N_HIGH_MEMORY mask is empty. > So far, I can't see how this could be, tho'. __build_all_zonelists() > should be called for non-NUMA as well as NUMA. It iterates over "all Yup, and it is, and some debug statements insist that node_set_state(nid, N_HIGH_MEMORY) is being called for cpu 0, and the state is in fact being correctly set. So it must get cleared later... -serge - 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/