]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2015 23:19:18 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2015 23:19:18 +0000 (16:19 -0700)
commitf5201edd2c66dfbc9f51e8bbfe7548d02ef95843
tree9a1665a01bf0e36715249ed9e9baaa76e08326f7
parent14bcf23338e6b34632958eca4789333a004f38bd
parentd3ecf93468045a4138397186af43034bf8140079
Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue updates from Tejun Heo:
 "Workqueue now prints debug information at the end of sysrq-t which
  should be helpful when tracking down suspected workqueue stalls.  It
  only prints out the ones with something currently going on so it
  shouldn't add much output in most cases"

* 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Reorder sysfs code
  percpu: Fix trivial typos in comments
  workqueue: dump workqueues on sysrq-t
  workqueue: keep track of the flushing task and pool manager
  workqueue: make the workqueues list RCU walkable