Commit 74fe02ce122a for kernel

commit 74fe02ce122a6103f207d29fafc8b3a53de6abaf
Merge: 11f00074f72a 20e81c64c905
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue May 5 16:09:31 2026 -0700

    Merge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

    Pull workqueue fixes from Tejun Heo:

     - 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 it using __printf(1, 0)

    * tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
      workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)
      workqueue: fix devm_alloc_workqueue() va_list misuse