summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3.2.38/4470_disable-compat_vdso.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/3.2.38/4470_disable-compat_vdso.patch b/3.2.38/4470_disable-compat_vdso.patch
index 4742d01..c06bd8b 100644
--- a/3.2.38/4470_disable-compat_vdso.patch
+++ b/3.2.38/4470_disable-compat_vdso.patch
@@ -32,7 +32,7 @@ diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig
def_bool n
- prompt "Compat VDSO support"
depends on X86_32 || IA32_EMULATION
- depends on !PAX_NOEXEC && !PAX_MEMORY_UDEREF
+ depends on !PAX_PAGEEXEC && !PAX_SEGMEXEC && !PAX_KERNEXEC && !PAX_MEMORY_UDEREF
- ---help---
- Map the 32-bit VDSO to the predictable old-style address too.
-