]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2025 23:03:56 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2025 23:03:56 +0000 (15:03 -0800)
commitf9aa1fb9f8c0542f5f6e6e620de320995d5622ad
tree8e3ef26d2f1f6befb3f49ae54ff442379e94bf25
parent2ae3aab55781428eaefecc10dc40ae65071150ed
parentd57212f281fda9056412cd6cca983d9d2eb89f53
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:

 - Suppress a corner case spurious flush dependency warning

 - Two trivial changes

* tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: add printf attribute to __alloc_workqueue()
  workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
  rust: add safety comment in workqueue traits