]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Nov 2012 01:02:21 +0000 (17:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Nov 2012 01:02:21 +0000 (17:02 -0800)
commit76deaa731d6410e08578f8e010d337605f061148
tree1d239bdf2f0fe62f278faf895f662f2f5b43c3e6
parente68bb186da76e0ca5a415527e86b8bb724bd13d1
parent44090892b6feae65555fe510d5831a49219616e0
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull futex fix from Thomas Gleixner:
 "Single fix for a long standing futex race when taking over a futex
  whose owner died.  You can end up with two owners, which violates
  quite some rules."

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Handle futex_pi OWNER_DIED take over correctly