]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jul 2014 18:37:41 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jul 2014 18:37:41 +0000 (11:37 -0700)
commita805cbf4c4d9e220e7512e92013e7996b834e78c
tree9a684cfbbea664546110d36d96a21ff0eb16ab65
parentb3e87bdd5cbca4ee520d899a55e92c0422d59c13
parent5a6024f1604eef119cf3a6fa413fe0261a81a8f3
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:
 "Two workqueue fixes.  Both are one liners.  One fixes missing uevent
  for workqueue files on sysfs.  The other one fixes missing zeroing of
  NUMA cpu masks which can lead to oopses among other things"

* 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: zero cpumask of wq_numa_possible_cpumask on init
  workqueue: fix dev_set_uevent_suppress() imbalance