Re: [PATCH 05/15] dmaengine: idxd: fix device leaks on compat bind and unbind
From: Johan Hovold
Date: Mon Nov 17 2025 - 11:29:25 EST
On Mon, Nov 17, 2025 at 09:18:39AM -0700, Dave Jiang wrote:
>
>
> On 11/17/25 9:12 AM, Johan Hovold wrote:
> > Make sure to drop the reference taken when looking up the idxd device as
> > part of the compat bind and unbind sysfs interface.
> >
> > Fixes: 6e7f3ee97bbe ("dmaengine: idxd: move dsa_drv support to compatible mode")
> > Cc: stable@xxxxxxxxxxxxxxx # 5.15
> > Cc: Dave Jiang <dave.jiang@xxxxxxxxx>
> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
>
> Reviewed-by: Dave Jiang <dave.jiang@xxxxxxxxx>> ---
Thanks for reviewing.
Note that something happened here with the end of your tag. Hopefully
Vinod can fix that up when applying.
Johan