[PATCH 0/3] IRQ stack support for ARM

Sebastian Andrzej Siewior bigeasy at linutronix.de
Thu Oct 8 03:53:06 EDT 2020


On 2020-10-08 12:45:30 [+0530], Maninder Singh wrote:
> Observed Stack Overflow on 8KB kernel stack on ARM specially 
> incase on network interrupts, which results in undeterministic behaviour. 
> So there is need for per cpu dedicated IRQ stack for ARM.

You could try to look where this stack overflow is coming from. If this
is limited to softirq processing/NAPI (since you mentioned network) you
could try implementing do_softirq_own_stack().

Sebastian



More information about the linux-arm-kernel mailing list