From: Stefani Seibold Date: Sun, 23 Mar 2014 16:38:14 +0000 (+0100) Subject: x86, vdso: Fix size of get_unmapped_area() X-Git-Tag: v3.15-rc1~129^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645a387ecbdb4aa78c8451a66416340616134537;p=pandora-kernel.git x86, vdso: Fix size of get_unmapped_area() The size of the reserved memory for a 32 bit vdso must be the size of the 32 bit vDSO in pages + HPET page + VVAR page. One page is not enough for this. Grrrr.... silly copy and paste bug, was right in previous patch. Signed-off-by: Stefani Seibold Cc: Andy Lutomirski Link: http://lkml.kernel.org/r/1395592694-20571-1-git-send-email-stefani@seibold.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed