The CONFIG_KERNEL_COHERENCE framework merged with a typo that left its validation asserts disabled. But it was written before the "kernel stacks" feature merged, and so missed the K_KERNEL_STACK_* macros, which need to put their stacks into __stackmem and not merely __noinit. Turning the asserts on exposed the bug. Fixes #32112 Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
|---|---|---|
| .. | ||
| app_smem_aligned.ld | ||
| app_smem_unaligned.ld | ||
| app_smem.ld | ||
| common-noinit.ld | ||
| common-ram.ld | ||
| common-rom.ld | ||
| cplusplus-ram.ld | ||
| cplusplus-rom.ld | ||
| debug-sections.ld | ||
| intlist.ld | ||
| kobject-rom.ld | ||
| kobject-text.ld | ||
| kobject.ld | ||
| linker-defs.h | ||
| linker-tool-gcc.h | ||
| linker-tool-mwdt.h | ||
| linker-tool.h | ||
| rel-sections.ld | ||
| section_tags.h | ||
| sections.h | ||
| thread-local-storage.ld | ||