Re: [PATCH] floppy: flush pending work before releasing resources on init failure
From: Denis Efremov (Oracle)
Date: Sat Sep 12 2026 - 17:37:19 EST
Hello,
On 12/09/2026 13:33, Karl Mehltretter wrote:
> 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.
>
Thank you for the reminder. I took you patch
https://github.com/evdenis/linux-floppy/commit/acf6cbd113f0cc68dc42e2ad7a83dd77ae2def04
and will send merge request to Jens with rest of the changes shortly after.
Thanks,
Denis