From: Kees Cook Date: Fri, 11 Oct 2013 00:18:18 +0000 (-0700) Subject: x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 X-Git-Tag: v3.14-rc1~156^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6145cfe394a7f138f6b64491c5663f97dba12450;p=pandora-kernel.git x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 On 64-bit, this raises the maximum location to -1 GiB (from -1.5 GiB), the upper limit currently, since the kernel fixmap page mappings need to be moved to use the other 1 GiB (which would be the theoretical limit when building with -mcmodel=kernel). Signed-off-by: Kees Cook Link: http://lkml.kernel.org/r/1381450698-28710-7-git-send-email-keescook@chromium.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed