[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110711163530.GA6329@linux.vnet.ibm.com>
Date: Mon, 11 Jul 2011 09:35:30 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: mingo@...e.hu
Cc: torvalds@...ux-foundation.org, kernelmail.jms@...il.com,
kulkarni.ravi4@...il.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL rcu/urgent] Prevent RCU callbacks from executing during
early boot
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists