]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2012 21:44:04 +0000 (13:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2012 21:44:04 +0000 (13:44 -0800)
commitaf6c919bc5c946529846ee9e6821db462df0adab
tree293a5d572ca32b16cba8cd236dbe26a1d7bb388e
parent2d438fcfb6f3a9d38a3106bbb6a184a9e804a03f
parent8cd8ee7c1dff6869d9d25401ab9f00dd80be21bb
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "This contains two fix patches for device_cgroup.  One fixes a
  regression introduced earlier in 3.7 cycle where device_cgroup could
  try to dereference the NULL parent of the root cgroup.  The other one
  is RCU usage fix."

* 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  device_cgroup: fix RCU usage
  device_cgroup: fix unchecked cgroup parent usage