On Mon, 30 Sep 2024 15:30:14 +0200, Martin Wilck wrote:
(resending, sorry - I'd forgotten to add the mailing list)
After commit 379a58caa199 ("scsi: fnic: Move fnic_fnic_flush_tx() to a work queue"), it can happen that a work item is sent to an uninitialized work queue. This may has the effect that the item being queued is never actually queued, and any further actions depending on it will not proceed.
[...]
Applied to 6.12/scsi-fixes, thanks!
[1/1] scsi: fnic: move flush_work initialization out of if block https://git.kernel.org/mkp/scsi/c/f30e5f77d2f2