summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-07-10 18:13:15 -0700
committerBen Hutchings <ben@decadent.org.uk>2018-02-13 18:42:33 +0000
commit7dd297f6f8c233a9b47cbe36837491e8cde74624 (patch)
tree473426ef5161e10182157cee3ea6bf03c9be63f2 /include/linux
parent2d3dd21e552ba921a94f6a3498735e264d8351a5 (diff)
x86, vdso: Move the vvar area before the vdso text
commit e6577a7ce99a506b587bcd1d2cd803cb45119557 upstream. 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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions