From: Andy Lutomirski Date: Thu, 13 Mar 2014 23:01:26 +0000 (-0700) Subject: x86, vdso: Remove compat vdso support X-Git-Tag: v3.15-rc1~129^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b49f2673f011cad7deeabf7a683b388c351278;p=pandora-kernel.git x86, vdso: Remove compat vdso support The compat vDSO is a complicated hack that's needed to maintain compatibility with a small range of glibc versions. This removes it and replaces it with a much simpler hack: a config option to disable the 32-bit vDSO by default. This also changes the default value of CONFIG_COMPAT_VDSO to n -- users configuring kernels from scratch almost certainly want that choice. Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/4bb4690899106eb11430b1186d5cc66ca9d1660c.1394751608.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed