Re: [PATCH V4 8/8] riscv: Add config of thread stack size

From: Arnd Bergmann
Date: Thu Sep 22 2022 - 01:56:01 EST


On Wed, Sep 21, 2022, at 12:46 PM, Guo Ren wrote:
> Hi Arnd,
>
> No more coding conventions for the patch, THREAD_ALIGN &
> THREAD_SIZE_ORDER are used by vmlinux.lds.S and common code. So here
> is my considerable version:
>

That's fine with me, it should get the job done.

I still think a way to use 12KB stacks with VMAP_STACK
would be a good addition, but that can come later, and we
may want to do this in an architecture-independent way
when we get there.

Arnd