]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Nov 2021 22:26:41 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Nov 2021 22:26:41 +0000 (15:26 -0700)
commit8d3e9e07689b1a41c5c7986ebb3bf3b9e0eff5a5
tree4fec2a14de197bd7a59dd9d115a69eb6b5efbdbf
parent6abb3073cc410e675efb790acfdaca09ad110e5c
parent0055110836a2a5bee752a8c39426fe3836ab8f87
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue updates from Tejun Heo:
 "Nothing too interesting. An optimization to short-circuit noop cpumask
  updates, debug dump code reorg, and doc update"

* 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: doc: Call out the non-reentrance conditions
  workqueue: Introduce show_one_worker_pool and show_one_workqueue.
  workqueue: make sysfs of unbound kworker cpumask more clever