]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Aug 2013 20:58:34 +0000 (13:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Aug 2013 20:58:34 +0000 (13:58 -0700)
commit34c9f59698628a5d4538a12339cbf00f501293e2
tree0d8c9ad3b085218f390b62480e79e2e83f2983ae
parentaf936bcb0bf5663440aa90368d661daefb9e2acf
parentee0a5894568a1c3db9d6806ec42caed43718bf8d
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull two workqueue fixes from Tejun Heo:
 "A lockdep notation update so that nested work_on_cpu() invocations
  don't lead to spurious lockdep warnings and fix for an unbound attr
  bug which made what's shown in sysfs deviate from the actual ones.
  Both patches have pretty limited scope"

* 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: copy workqueue_attrs with all fields
  workqueue: allow work_on_cpu() to be called recursively
kernel/workqueue.c