[GIT PULL] workqueue: Fixes for v7.1-rc2
From: Tejun Heo
Date: Tue May 05 2026 - 18:05:59 EST
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