All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: mingo@elte.hu
Cc: torvalds@linux-foundation.org, kernelmail.jms@gmail.com,
	kulkarni.ravi4@gmail.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL rcu/urgent] Prevent RCU callbacks from executing during early boot
Date: Mon, 11 Jul 2011 09:35:30 -0700	[thread overview]
Message-ID: <20110711163530.GA6329@linux.vnet.ibm.com> (raw)

Hello, Ingo,

This pull request fixes a rare but real boot-time hang.  It defers RCU
callback execution until the scheduler has initialized, permitting
RCU callbacks that use late-initialized kernel features to be used in
RCU callbacks that are registered during early boot.  This fixes the
bugzilla at: https://bugzilla.kernel.org/show_bug.cgi?id=38732

This commit is available in the git repository at:

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

							Thanx, Paul

------------------->

Paul E. McKenney (1):
      rcu: Prevent RCU callbacks from executing during early boot

 kernel/rcutree.c        |    2 +-
 kernel/rcutree_plugin.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

             reply	other threads:[~2011-07-11 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 16:35 Paul E. McKenney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 15:46 [GIT PULL rcu/urgent] Prevent RCU callbacks from executing during early boot Paul E. McKenney

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=20110711163530.GA6329@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=kernelmail.jms@gmail.com \
    --cc=kulkarni.ravi4@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=torvalds@linux-foundation.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.