Re: [PATCH] 9p/xen: fix release of IRQ

From: Jürgen Groß
Date: Fri Nov 22 2024 - 02:41:48 EST


On 21.11.24 23:51, Alexander Merritt wrote:
From: Alex Zenla <alex@xxxxxxxxx>

Kernel logs indicate an IRQ was double-freed.

Pass correct device ID during IRQ release.

Fixes: 71ebd71921e45 ("xen/9pfs: connect to the backend")
Signed-off-by: Alex Zenla <alex@xxxxxxxxx>
Signed-off-by: Alexander Merritt <alexander@xxxxxxxxx>
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>

Reviewed-by: Juergen Gross <jgross@xxxxxxxx>


Juergen