]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29785112fd4442c5d5c9e7a9dca875c3c72e7f99
tree6711422b8f90174a0df1850bcb440f40baf5bde8
parentae8bca61d1b4e8357f27ae94f3ae57326cd2eb78
parent0d9de9b5ee8f230546661722570cd874dcb5f4b7
Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/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