From: Linus Torvalds Date: Thu, 16 May 2013 19:02:07 +0000 (-0700) Subject: Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... X-Git-Tag: v4.0~4040 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff89acc563a0bd49965674f56552ad6620415fe2;p=platform%2Fkernel%2Flinux-amlogic.git 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() --- ff89acc563a0bd49965674f56552ad6620415fe2