diff options
Diffstat (limited to 'arch/x86/Kconfig')
| -rw-r--r-- | arch/x86/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c1236b187824..eb7f43f23521 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -430,6 +430,7 @@ config GOLDFISH  config RETPOLINE  	bool "Avoid speculative indirect branches in kernel"  	default y +	select STACK_VALIDATION if HAVE_STACK_VALIDATION  	help  	  Compile kernel with the retpoline compiler options to guard against  	  kernel-to-user data leaks by avoiding speculative indirect  |