Re: [PATCH v2 9/9] ARM: run softirqs on the per-CPU IRQ stack
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-10-05 12:26:14
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-10-05 12:26:14
On Tue, Oct 5, 2021 at 9:15 AM Ard Biesheuvel [off-list ref] wrote:
Now that we have enabled IRQ stacks, any softIRQs that are handled over the back of a hard IRQ will run from the IRQ stack as well. However, any synchronous softirq processing that happens when re-enabling softIRQs from task context will still execute on that task's stack. So let's wire up the existing infrastructure to run these softIRQs from the IRQ stack as well. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
The change looks reasonable, but maybe try to explain why it is a good idea to do this. Reviewed-by: Arnd Bergmann <arnd@arndb.de> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel