lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2009 06:55:35 -0800
From:	"H. Peter Anvin" <hpa@...or.com>
To:	Alexander Beregalov <a.beregalov@...il.com>
CC:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	tglx@...utronix.de, mingo@...hat.com, x86@...nel.org
Subject: Re: 2.6.32: x86_32: Destination address is too large.

On 12/17/2009 05:36 AM, Alexander Beregalov wrote:
> 
> #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
> 

Nevermind, the equation turns out to be 0x1fffffff, and thus it is an
error... exactly how are you loading the kernel?

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ