From: Randy Dunlap Date: Tue, 10 Nov 2009 23:46:52 +0000 (-0800) Subject: x86 VSDO: Fix Kconfig help X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e84446de5cccd90de7d7ec46527d3b343b022a09;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86 VSDO: Fix Kconfig help COMPAT_VDSO has 2 help text blocks, but kconfig only uses the last one found, so merge the 2 blocks. It would be real nice if kconfig would warn about this. Signed-off-by: Randy Dunlap LKML-Reference: <4AF9FB6C.70003@oracle.com> Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 72ace9515a07..618dedeb31fc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1602,7 +1602,7 @@ config COMPAT_VDSO depends on X86_32 || IA32_EMULATION ---help--- Map the 32-bit VDSO to the predictable old-style address too. - ---help--- + Say N here if you are running a sufficiently recent glibc version (2.3.3 or later), to remove the high-mapped VDSO mapping and to exclusively use the randomized VDSO.