Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210138 | Differences between
and this patch

Collapse All | Expand All

(-)a/arch/i386/Kconfig (-9 / +1 lines)
Lines 915-930 Link Here
915
	  /sys/devices/system/cpu.
915
	  /sys/devices/system/cpu.
916
916
917
config COMPAT_VDSO
917
config COMPAT_VDSO
918
	bool "Compat VDSO support"
918
	bool
919
	default n
919
	default n
920
	help
921
	  Map the VDSO to the predictable old-style address too.
922
	---help---
923
	  Say N here if you are running a sufficiently recent glibc
924
	  version (2.3.3 or later), to remove the high-mapped
925
	  VDSO mapping and to exclusively use the randomized VDSO.
926
927
	  If unsure, say Y.
928
920
929
endmenu
921
endmenu
930
922

Return to bug 210138