Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Oct 2021 23:59:49 +0000 (16:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Oct 2021 23:59:49 +0000 (16:59 -0700)
commit0a5d6c641b671370f019cbe20fe51ee3ef00264c
treee4837d29b156e0bf09c84caf2fbcb3043a63c2b6
parent1986c10acc9c906e453fb19d86e6342e8e525824
parent57116ce17b04fde2fe30f0859df69d8dbe5809f6
Merge branch 'for-5.15-fixes' of git://git./linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:
 "One patch to add a missing __printf annotation and the other to enable
  deferred printing for debug dumps to avoid deadlocks when triggered
  from some contexts (e.g. console drivers)"

* 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: fix state-dump console deadlock
  workqueue: annotate alloc_workqueue() as printf