From: Andy Lutomirski Date: Fri, 11 Jul 2014 01:13:15 +0000 (-0700) Subject: x86, vdso: Move the vvar area before the vdso text X-Git-Tag: omap-for-v3.17/fixes-against-rc2~169^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6577a7ce99a506b587bcd1d2cd803cb45119557;p=pandora-kernel.git x86, vdso: Move the vvar area before the vdso text Putting the vvar area after the vdso text is rather complicated: it only works of the total length of the vdso text mapping is known at vdso link time, and the linker doesn't allow symbol addresses to depend on the sizes of non-allocatable data after the PT_LOAD segment. Moving the vvar area before the vdso text will allow is to safely map non-allocatable data after the vdso text, which is a nice simplification. Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/156c78c0d93144ff1055a66493783b9e56813983.1405040914.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed