x86: add CONFIG_X86_STACK_PROTECTION This enables the MMU-based stack protection feature, which will cause a fatal error if a thread overflows its stack in kernel mode, at a nontrivial cost in memory (4K per thread). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>