Re: [PATCH] floppy: flush pending work before releasing resources on init failure
From: Karl Mehltretter
Date: Sat Sep 12 2026 - 05:38:36 EST
On Wed, Jul 22, 2026 at 05:44:35AM +0100, Karl Mehltretter wrote:
> The flush used to be here. Commit 070ad7e793dc ("floppy: convert to
> delayed work and single-thread wq") renamed the label out_flush_work to
> out_release_dma and dropped it. Restore it so the work drains before the
> IRQ and DMA are released, as floppy_module_exit() already does.
>
> Fixes: 070ad7e793dc ("floppy: convert to delayed work and single-thread wq")
> Assisted-by: Claude:claude-opus-4-8
> Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
Friendly ping on this patch. It already has a Reviewed-by.
Thanks,
Karl