[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110508133343.GA18287@linux.vnet.ibm.com>
Date: Sun, 8 May 2011 06:33:43 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...e.hu, laijs@...fujitsu.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...ymtl.ca,
josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de,
peterz@...radead.org, rostedt@...dmis.org, Valdis.Kletnieks@...edu,
dhowells@...hat.com, eric.dumazet@...il.com, darren@...art.com,
patches@...aro.org
Subject: [PATCH tip/core/rcu 0/3] signed overflow, virtualization
optimizations, deadlock avoidance
Hello!
This patchset adds a few more commits to the list:
1. Rework check_cpu_stall to avoid signed overflow.
2. Provide an RCU API for better detection of running in a
guest OS (thanks to Gleb Natapov).
3. Permit rcu_read_unlock() to be called while holding one
of the runqueue locks in response to a lockdep splat,
quite possibly from Valdis Kletnieks.
For a testing-only version of this patchset from git, please see the
following subject-to-rebase branch:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/testing
Thanx, Paul
b/include/linux/rcutiny.h | 8 +++++
b/include/linux/rcutree.h | 10 +++++++
b/kernel/rcutree.c | 13 +++++----
b/kernel/rcutree.h | 5 ---
b/kernel/rcutree_plugin.h | 64 ++++++++++++++--------------------------------
kernel/rcutree.c | 45 ++++++++++----------------------
6 files changed, 61 insertions(+), 84 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