All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue: Fixes for v7.1-rc2
@ 2026-05-05 22:05 Tejun Heo
  2026-05-05 23:56 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2026-05-05 22:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Lai Jiangshan

Hello,

The following changes since commit dca922e019dd758b4c1b4bec8f1d509efddeaab4:

  Merge tag 'xsa48x-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip (2026-04-27 18:36:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-7.1-rc2-fixes

for you to fetch changes up to 20e81c64c905bd765e69ef07920d2b1130dc79b6:

  workqueue: Annotate alloc_workqueue_va() with __printf(1, 0) (2026-04-29 09:44:16 -1000)

----------------------------------------------------------------
workqueue: Fixes for v7.1-rc2

- Fix devm_alloc_workqueue() passing a va_list as a positional arg to the
  variadic alloc_workqueue() macro, which garbled wq->name and skipped
  lockdep init on the devm path. Fold both noprof entry points onto a
  va_list helper. Also, annotate __printf(1, 0).

----------------------------------------------------------------
Breno Leitao (1):
      workqueue: fix devm_alloc_workqueue() va_list misuse

Tejun Heo (1):
      workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)

 include/linux/workqueue.h |  6 ++++--
 kernel/workqueue.c        | 29 ++++++++++++++++++++---------
 2 files changed, 24 insertions(+), 11 deletions(-)

Thanks.

--
tejun

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

* Re: [GIT PULL] workqueue: Fixes for v7.1-rc2
  2026-05-05 22:05 [GIT PULL] workqueue: Fixes for v7.1-rc2 Tejun Heo
@ 2026-05-05 23:56 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-05-05 23:56 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linus Torvalds, linux-kernel, Lai Jiangshan

The pull request you sent on Tue, 05 May 2026 12:05:45 -1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-7.1-rc2-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/74fe02ce122a6103f207d29fafc8b3a53de6abaf

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:[~2026-05-05 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 22:05 [GIT PULL] workqueue: Fixes for v7.1-rc2 Tejun Heo
2026-05-05 23:56 ` 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.