[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z4Gj6mrZIk1RvxBk@slm.duckdns.org>
Date: Fri, 10 Jan 2025 12:49:14 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Lai Jiangshan <jiangshanlai@...il.com>
Subject: [GIT PULL] workqueue: Fixes for v6.13-rc6
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
Powered by blists - more mailing lists