Re: [PATCH] accel/amdxdna: fix IRQ vector leak in aie2_init()

From: Guangshuo Li

Date: Tue Apr 14 2026 - 22:05:24 EST


Hello,

Thanks for reviewing.

On Wed, 15 Apr 2026 at 00:06, Lizhi Hou <lizhi.hou@xxxxxxx> wrote:
>
>

>
> aie2_init enables device via pcim_enable_device(), which sets managed
> device. Thus the vectors are automatically cleanup. So NAK.
>
>
> Lizhi
>

Sorry, I missed that pcim_enable_device() already makes the device
managed, so the IRQ vectors are cleaned up automatically. Thanks for
pointing it out.

Best regards,
Guangshuo