Home
last modified time | relevance | path

Searched hist:e6577a7ce99a506b587bcd1d2cd803cb45119557 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Dvdso.hdiff e6577a7ce99a506b587bcd1d2cd803cb45119557 Fri Jul 11 03:13:15 CEST 2014 Andy Lutomirski <luto@amacapital.net> 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 <luto@amacapital.net>
Link: http://lkml.kernel.org/r/156c78c0d93144ff1055a66493783b9e56813983.1405040914.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>