mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Lai Jiangshan <jiangshanlai@gmail.com>
Subject: [GIT PULL] workqueue: Fixes for v7.1-rc2
Date: Tue, 05 May 2026 12:05:45 -1000	[thread overview]
Message-ID: <e9020ff061ff551ce71e9f121d8a096b@kernel.org> (raw)

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

             reply	other threads:[~2026-05-05 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-05 22:05 Tejun Heo [this message]
2026-05-05 23:56 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9020ff061ff551ce71e9f121d8a096b@kernel.org \
    --to=tj@kernel.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome