Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 May 2013 19:02:07 +0000 (12:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 May 2013 19:02:07 +0000 (12:02 -0700)
commitff89acc563a0bd49965674f56552ad6620415fe2
tree7c0f0ff183689f482e3cb03a67bc31bf89f826df
parent264b83c07a84223f0efd0d1db9ccc66d6f88288f
parent615ee5443ff9bedd356dc6865f3e9c276ce434ea
Merge branch 'rcu/urgent' of git://git./linux/kernel/git/paulmck/linux-rcu

Pull RCU fixes from Paul McKenney:
 "A couple of fixes for RCU regressions:

   - A boneheaded boolean-logic bug that resulted in excessive delays on
     boot, hibernation and suspend that was reported by Borislav Petkov,
     Bjørn Mork, and Joerg Roedel.  The fix inserts a single "!".

   - A fix for a boot-time splat due to allocating from bootmem too late
     in boot, fix courtesy of Sasha Levin with additional help from
     Yinghai Lu."

* 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
  rcu: Don't allocate bootmem from rcu_init()
  rcu: Fix comparison sense in rcu_needs_cpu()