Hi Mykyta, On 10/10/2025 10:21, Mykyta Poturai wrote:
When stopping a core deinit_timer_interrupt is called in non-alloc context, which causes xfree in release_irq to fail an assert.To fix this, switch to a statically allocated irqaction that does not need to be freed in release_irq. Signed-off-by: Mykyta Poturai <[email protected]>
Assuming Mykola's comment will be addressed: Reviewed-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
