Hello:
This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt palmer@rivosinc.com:
On Tue, 17 Sep 2024 17:03:28 +0200 you wrote:
We use Kconfig to select the kernel stack size, doubling the default size if KASAN is enabled.
But that actually only works if KASAN is selected from the beginning, meaning that if KASAN config is added later (for example using menuconfig), CONFIG_THREAD_SIZE_ORDER won't be updated, keeping the default size, which is not enough for KASAN as reported in [1].
[...]
Here is the summary with links: - [-fixes] riscv: Fix kernel stack size when KASAN is enabled https://git.kernel.org/riscv/c/cfb10de18538
You are awesome, thank you!