From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>,
Breno Leitao <leitao@debian.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] workqueue changes for v6.20
Date: Mon, 09 Feb 2026 09:14:44 -1000 [thread overview]
Message-ID: <6bd5e05f6050405dbdb710ebea86cd5c@kernel.org> (raw)
Hi Linus,
The following changes since commit c2f2b01b74be8b40a2173372bcd770723f87e7b2:
Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux (2025-12-08 11:25:14 +0900)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-6.20
for you to fetch changes up to 9cb8b0f289560728dbb8b88158e7a957e2e90a14:
workqueue: replace BUG_ON with panic in panic_on_wq_watchdog (2026-02-07 06:54:42 -1000)
----------------------------------------------------------------
workqueue: Changes for v6.20
- Rework the rescuer to process work items one-by-one instead of
slurping all pending work items in a single pass. As there is only
one rescuer per workqueue, a single long-blocking work item could
cause high latency for all tasks queued behind it, even after memory
pressure is relieved and regular kworkers become available to service
them.
- Add CONFIG_BOOTPARAM_WQ_STALL_PANIC build-time option and
workqueue.panic_on_stall_time parameter for time-based stall panic,
giving systems more control over workqueue stall handling.
- Replace BUG_ON() with panic() in the stall panic path for clearer
intent and more informative output.
----------------------------------------------------------------
Breno Leitao (3):
workqueue: add CONFIG_BOOTPARAM_WQ_STALL_PANIC option
workqueue: add time-based panic for stalls
workqueue: replace BUG_ON with panic in panic_on_wq_watchdog
Lai Jiangshan (3):
workqueue: Make send_mayday() take a PWQ argument directly
workqueue: Process rescuer work items one-by-one using a cursor
workqueue: Process extra works in rescuer on memory pressure
Documentation/admin-guide/kernel-parameters.txt | 11 +-
kernel/workqueue.c | 149 ++++++++++++++++++------
lib/Kconfig.debug | 23 ++++
3 files changed, 148 insertions(+), 35 deletions(-)
Thanks.
--
tejun
next reply other threads:[~2026-02-09 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-09 19:14 Tejun Heo [this message]
2026-02-11 23:44 ` [GIT PULL] workqueue changes for v6.20 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6bd5e05f6050405dbdb710ebea86cd5c@kernel.org \
--to=tj@kernel.org \
--cc=jiangshanlai@gmail.com \
--cc=leitao@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.