]> 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)
commit1b9765b696c4aea98f8e3322a50a15fb12060e5b
tree6711422b8f90174a0df1850bcb440f40baf5bde8
parent0f1bb0f6d30d887a3ab4d2504471901b535670d2
parent1ef90b86a19ccbb2143dbe8b821d7a05a5b07b03
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