Re: [PATCH] riscv: use 16KB kernel stack on 64-bit

2020-07-08 Thread Christoph Hellwig
On Mon, Jul 06, 2020 at 02:32:26PM +0200, Andreas Schwab wrote: > With the current 8KB stack size there are frequent overflows in a 64-bit > configuration. Adding irqstack support would be the better fix..

Re: [PATCH] riscv: use 16KB kernel stack on 64-bit

2020-07-07 Thread Aurelien Jarno
On 2020-07-06 14:32, Andreas Schwab wrote: > With the current 8KB stack size there are frequent overflows in a 64-bit > configuration. > > Signed-off-by: Andreas Schwab > --- > arch/riscv/include/asm/thread_info.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/riscv/include/a

Re: [PATCH] riscv: use 16KB kernel stack on 64-bit

2020-07-06 Thread Anup Patel
On Mon, Jul 6, 2020 at 6:02 PM Andreas Schwab wrote: > > With the current 8KB stack size there are frequent overflows in a 64-bit > configuration. > > Signed-off-by: Andreas Schwab > --- > arch/riscv/include/asm/thread_info.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/risc

[PATCH] riscv: use 16KB kernel stack on 64-bit

2020-07-06 Thread Andreas Schwab
With the current 8KB stack size there are frequent overflows in a 64-bit configuration. Signed-off-by: Andreas Schwab --- arch/riscv/include/asm/thread_info.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/riscv/include/asm/thread_info.h b/arch/riscv/include/asm/thread_info.h inde