Re: [RFC PATCH] scsi: scsi_transport_srp: Move long delayed work on system_dfl_long_wq

From: Martin K. Petersen

Date: Fri May 22 2026 - 23:16:31 EST


On Thu, 07 May 2026 16:34:10 +0200, Marco Crivellari wrote:

> Currently the code enqueue work items using {queue|mod}_delayed_work(),
> using system_long_wq. This workqueue should be used when long works are
> expected and it is a per-cpu workqueue.
>
> The function(s) end up calling __queue_delayed_work(), which set a global
> timer that could fire anywhere, enqueuing the work where the timer fired.
>
> [...]

Applied to 7.2/scsi-queue, thanks!

[1/1] scsi: scsi_transport_srp: Move long delayed work on system_dfl_long_wq
https://git.kernel.org/mkp/scsi/c/1039939c52f2

--
Martin K. Petersen