All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL urgent] Fixes for a pair of RCU regressions
@ 2013-05-16 15:47 Paul E. McKenney
  0 siblings, 0 replies; only message in thread
From: Paul E. McKenney @ 2013-05-16 15:47 UTC (permalink / raw)
  To: mingo
  Cc: torvalds, linux-kernel, fweisbec, bp, bjorn, joro, sasha.levin,
	josh, holt, yinghai

Hello, Ingo,

This series contains a couple of fixes for RCU regressions:

1.	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 "!".

2.	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.

These changes are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/urgent

for you to fetch changes up to 615ee5443ff9bedd356dc6865f3e9c276ce434ea:

  rcu: Don't allocate bootmem from rcu_init() (2013-05-15 10:41:12 -0700)

							Thanx, Paul

----------------------------------------------------------------
Paul E. McKenney (1):
      rcu: Fix comparison sense in rcu_needs_cpu()

Sasha Levin (1):
      rcu: Don't allocate bootmem from rcu_init()

 kernel/rcutree_plugin.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-16 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 15:47 [GIT PULL urgent] Fixes for a pair of RCU regressions Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.