]> 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>
Sat, 31 May 2014 16:47:55 +0000 (09:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 May 2014 16:47:55 +0000 (09:47 -0700)
commitf3e8f2ccfbc6d690365f9685fdef93494fd56995
treee147dd000ab188a3b13a2e5485013eb93c5d7bee
parentc692e13472c3b31c0d6dc85b9a8640a6ce3d5d2d
parent3187a95206a7e21da8c53bbac8cbfc8e2371d54c
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull core futex/rtmutex fixes from Thomas Gleixner:
 "Three fixlets for long standing issues in the futex/rtmutex code
  unearthed by Dave Jones syscall fuzzer:

   - Add missing early deadlock detection checks in the futex code
   - Prevent user space from attaching a futex to kernel threads
   - Make the deadlock detector of rtmutex work again

  Looks large, but is more comments than code change"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  rtmutex: Fix deadlock detector for real
  futex: Prevent attaching to kernel threads
  futex: Add another early deadlock detection check