CONFIG_INIT_STACKS=y Describe the bug Currently, the IRQ stacks of secondary cores are not initialized to0xAAwhenCONFIG_INIT_STACKS=y, this results in the watermark not being correctly computed by Zephyr, which can be seen by doingkernel thread stacks. This issue also exists in at least v3....