From: Kees Cook Date: Thu, 11 Sep 2014 16:19:31 +0000 (-0700) Subject: x86/kaslr: Avoid the setup_data area when picking location X-Git-Tag: fixes-for-v3.18-merge-window~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cacbfbeb5077b63d5d3cf6df88b14ac12ad584b;p=pandora-kernel.git x86/kaslr: Avoid the setup_data area when picking location The KASLR location-choosing logic needs to avoid the setup_data list memory areas as well. Without this, it would be possible to have the ASLR position stomp on the memory, ultimately causing the boot to fail. Signed-off-by: Kees Cook Tested-by: Baoquan He Cc: stable@vger.kernel.org Cc: Vivek Goyal Cc: Rafael J. Wysocki Cc: Wei Yongjun Cc: Pavel Machek Cc: Linus Torvalds Link: http://lkml.kernel.org/r/20140911161931.GA12001@www.outflux.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed