]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jun 2012 05:11:04 +0000 (22:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jun 2012 05:11:04 +0000 (22:11 -0700)
commit63591857122b11f8d83ba24eaccae5b4805d6912
tree0038a1806eac265460c13c4b1f0cfa91822978e2
parente458f4b5c629c22ac7b0ed30cdcc18296b2c8534
parentab91388932ea88945759a1820e05f84ecc99f1e9
Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull two cgroup fixes from Tejun Heo:
 "This containes two patches fixing a refcnt race bug during css_put().
  Decrementing and checking the value weren't atomic and two tasks could
  think that they both pushed the counter to zero."

* 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroups: Account for CSS_DEACT_BIAS in __css_put
  cgroup: make sure that decisions in __css_put are atomic