[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100923005033.GA22006@linux.vnet.ibm.com>
Date: Wed, 22 Sep 2010 17:50:33 -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
Subject: [PATCH tip/core/rcu 0/8] random RCU fixes and updates
Hello!
This patchset contains fixes for problems identified in -next testing
and some statistics and documentation updates. The patches are as follows:
1. Update stallwarn.txt to include stall warnings caused by
real-time processes (yes, even in mainline kernels).
2. Fix some performance bugs in TINY_PREEMPT_RCU.
3. Fix an overactive rcu_bootup_announce_oddness() warning.
4. Eliminate a redundant #ifdef (from Christian Dietrich).
5. Fix the new sparse-aware primitives to correctly handle
macro arguments with side effects.
6. Fix some issues sparse found in rcutorture.c.
7. Add some tracing data to help compute estimates of how long
RCU callbacks are queued.
8. Fix up the Kconfig message for PROVE_RCU_REPEATEDLY.
For a testing-only version of this patchset from git, please see:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/testing
Thanx, Paul
Documentation/RCU/stallwarn.txt | 18 ++++++++++++++++++
Documentation/RCU/trace.txt | 13 ++++++++++++-
include/linux/rcupdate.h | 14 +++++++++++---
kernel/rcutiny_plugin.h | 12 ++++++++----
kernel/rcutorture.c | 8 +++++---
kernel/rcutree.c | 3 +++
kernel/rcutree.h | 3 +++
kernel/rcutree_plugin.h | 2 +-
kernel/rcutree_trace.c | 10 +++++++---
kernel/srcu.c | 2 --
lib/Kconfig.debug | 4 ++++
11 files changed, 72 insertions(+), 17 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