Hi Mykola, On 11/08/2025 09:45, Mykola Kvach wrote:
From: Mykola Kvach <[email protected]>If init_one_irq_desc() fails, init_local_irq_data() returns without releasing local_irqs_type_lock, leading to a possible deadlock. Release the lock before returning to ensure proper cleanup. Fixes: 2bb32b809250 ("xen/irq: Propagate the error from init_one_desc_irq() in init_*_irq_data()") Signed-off-by: Mykola Kvach <[email protected]> Reviewed-by: Denis Mukhin <[email protected]>
Acked-by: Julien Grall <[email protected]> I will commit the patch soon. Cheers, -- Julien Grall
