All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: mingo@kernel.org
Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
	fweisbec@gmail.com, bp@alien8.de, bjorn@mork.no, joro@8bytes.org,
	sasha.levin@oracle.com, josh@joshtriplett.org, holt@sgi.com,
	yinghai@kernel.org
Subject: [GIT PULL urgent] Fixes for a pair of RCU regressions
Date: Thu, 16 May 2013 08:47:41 -0700	[thread overview]
Message-ID: <20130516154740.GA23704@linux.vnet.ibm.com> (raw)

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(-)


                 reply	other threads:[~2013-05-16 15:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130516154740.GA23704@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=bjorn@mork.no \
    --cc=bp@alien8.de \
    --cc=fweisbec@gmail.com \
    --cc=holt@sgi.com \
    --cc=joro@8bytes.org \
    --cc=josh@joshtriplett.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=sasha.levin@oracle.com \
    --cc=torvalds@linux-foundation.org \
    --cc=yinghai@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.