Przeglądaj źródła

x86: 8K stacks by default

Switch back to 8K stacks as the safer default. Out-of-memory
situations are less problematic than silent and hard to debug
stack corruption.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar 17 lat temu
rodzic
commit
6b8e1c7ec4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      arch/x86/Kconfig.debug

+ 0 - 1
arch/x86/Kconfig.debug

@@ -118,7 +118,6 @@ config DEBUG_NX_TEST
 config 4KSTACKS
 config 4KSTACKS
 	bool "Use 4Kb for kernel stacks instead of 8Kb"
 	bool "Use 4Kb for kernel stacks instead of 8Kb"
 	depends on X86_32
 	depends on X86_32
-	default y
 	help
 	help
 	  If you say Y here the kernel will use a 4Kb stacksize for the
 	  If you say Y here the kernel will use a 4Kb stacksize for the
 	  kernel stack attached to each process/thread. This facilitates
 	  kernel stack attached to each process/thread. This facilitates