Qi Zheng 8eb858c44b arm64: run softirqs on the per-CPU IRQ stack
Currently arm64 supports per-CPU IRQ stack, but softirqs
are still handled in the task context.

Since any call to local_bh_enable() at any level in the task's
call stack may trigger a softirq processing run, which could
potentially cause a task stack overflow if the combined stack
footprints exceed the stack's size, let's run these softirqs
on the IRQ stack as well.

Signed-off-by: Qi Zheng <zhengqi.arch@bytedance.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20220815124739.15948-1-zhengqi.arch@bytedance.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2022-09-09 19:01:38 +01:00
..
2022-07-01 12:07:43 +01:00
2022-06-27 12:22:31 +01:00
2021-10-01 13:31:00 +01:00
2021-08-04 16:54:36 +00:00
2022-08-23 10:53:34 +01:00
2022-07-20 16:08:10 +01:00
2020-09-07 15:00:52 +01:00
2022-04-04 10:32:50 +01:00
2022-01-12 16:26:58 -08:00
2022-07-20 16:08:10 +01:00