zephyr/arch/x86
Daniel Leung da702463b9 x86: select CONFIG_THREAD_STACK_INFO for exception stack trace
When CONFIG_X86_EXCEPTION_STACK_TRACE is enabled, also forcibly
enable CONFIG_THREAD_STACK_INFO. Without the thread stack info,
it is possible the stack unwinding would go out of the thread
stack and into unknown memory, resulting in hard fault.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-06-17 21:19:32 -04:00
..
core x86: select CONFIG_THREAD_STACK_INFO for exception stack trace 2024-06-17 21:19:32 -04:00
include kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
zefi arch: x86: avoided increments/decrements with side effects 2024-05-09 15:44:54 +02:00
CMakeLists.txt
gen_gdt.py x86: synchronize usage of CONFIG_X86_STACK_PROTECTION 2024-04-10 07:44:27 -04:00
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
Kconfig x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size 2024-03-08 09:37:36 +01:00
timing.c