[GIT PULL] workqueue: Fixes for v6.13-rc6

From: Tejun Heo
Date: Fri Jan 10 2025 - 17:49:22 EST


The following changes since commit d57212f281fda9056412cd6cca983d9d2eb89f53:

workqueue: add printf attribute to __alloc_workqueue() (2024-12-24 09:50:38 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.13-rc6-fixes

for you to fetch changes up to da30ba227c41762ac98e993a1453460450b3e642:

workqueue: warn if delayed_work is queued to an offlined cpu. (2025-01-10 08:33:39 -1000)

----------------------------------------------------------------
workqueue: Fixes for v6.13-rc6

- Add a WARN_ON_ONCE() on queue_delayed_work_on() on an offline CPU as such
work items won't get executed till the CPU comes back online.

----------------------------------------------------------------
Imran Khan (1):
workqueue: warn if delayed_work is queued to an offlined cpu.

kernel/workqueue.c | 7 +++++++
1 file changed, 7 insertions(+)

--
tejun