Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2022 19:40:51 +0000 (12:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2022 19:40:51 +0000 (12:40 -0700)
commit78383162605e22a2aad88e417bb8fcaf808f147a
tree6711422b8f90174a0df1850bcb440f40baf5bde8
parentc5c009e2503d4c027591c65b49a98f420cb4fa56
parentbc35f7ef96284b8c963991357a9278a6beafca54
Merge branch 'for-5.18' of git://git./linux/kernel/git/tj/wq

Pull workqueue updates from Tejun Heo:
 "Nothing major. Just follow-up cleanups from Lai after the earlier
  synchronization simplification"

* 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Convert the type of pool->nr_running to int
  workqueue: Use wake_up_worker() in wq_worker_sleeping() instead of open code
  workqueue: Change the comments of the synchronization about the idle_list
  workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work()
kernel/workqueue.c