All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue: Changes for v6.18
@ 2025-09-26 19:57 Tejun Heo
  2025-09-30 17:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2025-09-26 19:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Lai Jiangshan

The following changes since commit b19a97d57c15643494ac8bfaaa35e3ee472d41da:

  Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2025-08-19 10:12:10 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-6.18

for you to fetch changes up to 0950c64ae38661bd97127e9aa0522f1624f82006:

  workqueue: fix texinfodocs warning for WQ_* flags reference (2025-09-22 05:37:20 -1000)

----------------------------------------------------------------
workqueue: Changes for v6.18

- WQ_PERCPU was added to remaining alloc_workqueue() users and system_wq
  usage was replaced with system_percpu_wq and system_unbound_wq with
  system_dfl_wq. These are equivalent conversions with no functional changes,
  preparing for switching default to unbound workqueues from percpu.

- A handshake mechanism was added for canceling BH workers to avoid live
  lock scenarios under PREEMPT_RT.

- Unnecessary rcu_read_lock/unlock() calls were dropped in
  wq_watchdog_timer_fn() and workqueue_congested().

- Documentation was fixed to resolve texinfodocs warnings.

----------------------------------------------------------------
Kriish Sharma (1):
      workqueue: fix texinfodocs warning for WQ_* flags reference

Marco Crivellari (3):
      workqueue: replace use of system_unbound_wq with system_dfl_wq
      workqueue: replace use of system_wq with system_percpu_wq
      workqueue: WQ_PERCPU added to alloc_workqueue users

Sebastian Andrzej Siewior (1):
      workqueue: Provide a handshake for canceling BH workers

Zqiang (2):
      workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()
      workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()

 include/linux/workqueue.h | 32 +++++++++----------
 kernel/workqueue.c        | 80 +++++++++++++++++++++++++++++++----------------
 2 files changed, 69 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] workqueue: Changes for v6.18
  2025-09-26 19:57 [GIT PULL] workqueue: Changes for v6.18 Tejun Heo
@ 2025-09-30 17:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-09-30 17:35 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linus Torvalds, linux-kernel, Lai Jiangshan

The pull request you sent on Fri, 26 Sep 2025 09:57:07 -1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-6.18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/77fc3f6696554a10cf7557c89bb3f1892ec29559

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-30 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 19:57 [GIT PULL] workqueue: Changes for v6.18 Tejun Heo
2025-09-30 17:35 ` pr-tracker-bot

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.