Re: [PATCH] io_uring: Use system_dfl_wq instead of system_unbound_wq to fix warning
From: Jens Axboe
Date: Tue Jun 16 2026 - 18:44:47 EST
On Tue, 16 Jun 2026 14:39:02 -0700, Nathan Chancellor wrote:
> Commit de7341ffe49e ("io_uring: switch normal task_work to a mpscq")
> added a use of system_unbound_wq, which is deprecated in favor of
> system_dfl_wq added by commit 128ea9f6ccfb ("workqueue: Add
> system_percpu_wq and system_dfl_wq"). An upcoming warning in the
> workqueue tree flags this with:
>
> workqueue: work func io_tctx_fallback_work enqueued on deprecated workqueue. Use system_{percpu|dfl}_wq instead.
>
> [...]
Applied, thanks!
[1/1] io_uring: Use system_dfl_wq instead of system_unbound_wq to fix warning
commit: ff3ac1a0bd75400375678c0f81c2b613cbc03e14
Best regards,
--
Jens Axboe