From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932773AbZLQOze (ORCPT ); Thu, 17 Dec 2009 09:55:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755137AbZLQOzc (ORCPT ); Thu, 17 Dec 2009 09:55:32 -0500 Received: from terminus.zytor.com ([198.137.202.10]:50122 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754004AbZLQOzb (ORCPT ); Thu, 17 Dec 2009 09:55:31 -0500 Message-ID: <4B2A4622.8070504@zytor.com> Date: Thu, 17 Dec 2009 06:54:26 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Alexander Beregalov CC: Linux Kernel Mailing List , tglx@linutronix.de, mingo@redhat.com, x86@kernel.org Subject: Re: 2.6.32: x86_32: Destination address is too large. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/17/2009 05:36 AM, Alexander Beregalov wrote: > Hi > > IBM x345, 2 * Xeon 2GHz, x86_32, 3Gb of RAM > > arch/x86/boot/compressed/misc.c: > asmlinkage void decompress_kernel( > > > #ifdef CONFIG_X86_64 > if (heap > 0x3fffffffffffUL) > error("Destination address too large"); > #else > if (heap > ((-__PAGE_OFFSET-(512<<20)-1) & 0x7fffffff)) > error("Destination address too large"); > #endif > > heap is 0x31341b80 here, > CONFIG_PAGE_OFFSET=0xC0000000 Something is clearly strange, because 0x31341b80 < 0x38000000... could you perhaps send me your arch/x86/boot/compressed/misc.o file, or if that is not possible, your bzImage file? -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.