[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZkVZ7PtjmXr3Yrbg@slm.duckdns.org>
Date: Wed, 15 May 2024 14:57:16 -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 FIXED] workqueue: Changes for v6.10
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.10
for you to fetch changes up to 51da7f68edae38e81543d57fd71811f7481c0472:
workqueue: Use "@..." in function comment to describe variable length argument (2024-04-22 10:08:04 -1000)
----------------------------------------------------------------
workqueue: Changes for v6.10
- Work items can now be disabled and enabled, and cancel_work_sync() and
disable_work() can be called form atomic contexts for BH work items. This
closes feature gap with tasklet and should allow converting all existing
tasklet users to BH workqueues.
- Improve pool sharing for unbound workqueues with strict affinity.
- Misc changes including doc updates, improved debug annotations and
cleanups.
----------------------------------------------------------------
Allen Pais (1):
workqueue: Introduce enable_and_queue_work() convenience function
Dan Williams (1):
workqueue: Cleanup subsys attribute registration
Kassey Li (1):
workqueue: add function in event of workqueue_activate_work
Kemeng Shi (1):
workqueue: remove unnecessary import and function in wq_monitor.py
Lai Jiangshan (3):
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->affn_strict
workqueue: Use list_last_entry() to get the last idle worker
Tejun Heo (6):
workqueue: Preserve OFFQ bits in cancel[_sync] paths
workqueue: Implement disable/enable for (delayed) work items
workqueue: Remove WORK_OFFQ_CANCELING
workqueue: Remember whether a work item was on a BH workqueue
workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
workqueue: Use "@..." in function comment to describe variable length argument
Zqiang (1):
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
include/linux/workqueue.h | 54 ++++-
include/trace/events/workqueue.h | 4 +-
kernel/workqueue.c | 453 ++++++++++++++++++++++++---------------
tools/workqueue/wq_monitor.py | 9 +-
4 files changed, 327 insertions(+), 193 deletions(-)
--
tejun
Powered by blists - more mailing lists