Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932731AbZJHQgk (ORCPT ); Thu, 8 Oct 2009 12:36:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758737AbZJHQgk (ORCPT ); Thu, 8 Oct 2009 12:36:40 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:41709 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757608AbZJHQgj (ORCPT ); Thu, 8 Oct 2009 12:36:39 -0400 Subject: Re: 2.6.32-rc3: low mem - only 378MB on x86_32 with 64GB. Why? From: Dave Hansen To: Jeff Chua Cc: Linus Torvalds , Valdis.Kletnieks@vt.edu, Tomasz Chmielewski , Daniel J Blueman , Byron Stanoszek , Hugh Dickins , Linux Kernel , Andrew Morton , Hugh Dickins In-Reply-To: References: Content-Type: text/plain Date: Thu, 08 Oct 2009 09:35:48 -0700 Message-Id: <1255019748.9915.1389.camel@nimitz> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1027 Lines: 27 On Fri, 2009-10-09 at 00:26 +0800, Jeff Chua wrote: > Newly compiled 64-bit kernel hangs on a previously working pure 32-bit > 2.6.32-rc3 system ... > > VFS: Mounted root (reiserfs filesystem) readonly on device 8:2. > Freeing unused kernel memory: 444k freed > request_module: runaway loop modprove binfmt-464c > request_module: runaway loop modprove binfmt-464c > request_module: runaway loop modprove binfmt-464c > request_module: runaway loop modprove binfmt-464c > request_module: runaway loop modprove binfmt-464c Take a quick look in your .config in the "Executable file formats / Emulations" section. Make sure that you have ia32 emulation enabled: CONFIG_IA32_EMULATION=y That might not have been turned on if you used a .config from an old 32-bit kernel. -- Dave -- 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/