Re: [PATCH v2] riscv: panic if IRQ handler stacks cannot be allocated
From: Paul Walmsley
Date: Sun Jun 07 2026 - 02:59:59 EST
On Sat, 4 Apr 2026, Osama Abdelkader wrote:
> init_irq_stacks() and init_irq_scs() may fail when arch_alloc_vmap_stack
> or scs_alloc return NULL, call panic() in this case.
>
> Signed-off-by: Osama Abdelkader <osama.abdelkader@xxxxxxxxx>
Thanks, queued for v7.2.
- Paul