Re: [PATCH 0/2] USB: serial: fix port tear down use-after-free
From: Greg Kroah-Hartman
Date: Thu Aug 20 2026 - 11:09:20 EST
On Thu, Aug 20, 2026 at 04:54:00PM +0200, Johan Hovold wrote:
> When addressing a port probe ordering issue in digi_acceleport recently
> I realised that we have a corresponding general problem during
> disconnect, but I didn't have time to address it straight away.
>
> Now syzbot has managed to trigger one of its symptoms and people have
> already started submitting incomplete band-aids so here is a proper
> fix.
>
> When testing the fix I also noticed that we have an ordering issue when
> deregistering drivers that can result in similar use-after-free.
Nice catch:
Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>