[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aIqjJFLe9V4w2zLd@slm.duckdns.org>
Date: Wed, 30 Jul 2025 12:56:36 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Lai Jiangshan <jiangshanlai@...il.com>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] workqueue: Changes for v6.17
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.17
for you to fetch changes up to df316ab3d4440177e322a2847969d356c29b0eef:
workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active() (2025-07-17 08:14:50 -1000)
----------------------------------------------------------------
workqueue: Changes for v6.17
- Prepare for defaulting to unbound workqueue. A separate branch was created
to ease pulling in from other trees but none of the conversions have
landed yet.
- Memory allocation profiling support added.
- Misc changes.
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
workqueue: Remove unused work_on_cpu_safe
Kent Overstreet (1):
workqueue: Basic memory allocation profiling support
Marco Crivellari (2):
workqueue: Add system_percpu_wq and system_dfl_wq
workqueue: Add new WQ_PERCPU flag
Tejun Heo (1):
Merge branch 'WQ_PERCPU' into for-6.17
Uros Bizjak (1):
workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()
Yury Norov [NVIDIA] (1):
workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()
Documentation/core-api/workqueue.rst | 6 +++
include/linux/workqueue.h | 34 +++++++----------
kernel/workqueue.c | 74 ++++++++++++------------------------
3 files changed, 44 insertions(+), 70 deletions(-)
--
tejun
Powered by blists - more mailing lists