linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/8] random RCU fixes and updates
@ 2010-09-23  0:50 Paul E. McKenney
  2010-09-23  0:50 ` [PATCH tip/core/rcu 1/8] rcu: upgrade stallwarn.txt documentation for CPU-bound RT processes Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Paul E. McKenney @ 2010-09-23  0:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, eric.dumazet

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-09-23 17:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-23  0:50 [PATCH tip/core/rcu 0/8] random RCU fixes and updates Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 1/8] rcu: upgrade stallwarn.txt documentation for CPU-bound RT processes Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 2/8] rcu: performance fixes to TINY_PREEMPT_RCU callback checking Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 3/8] rcu: fix _oddness handling of verbose stall warnings Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 4/8] kernel: Removing undead ifdef CONFIG_DEBUG_LOCK_ALLOC Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 5/8] rcu: only one evaluation of arg in rcu_dereference_check() unless sparse Paul E. McKenney
2010-09-23 13:13   ` Arnd Bergmann
2010-09-23 17:23     ` Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 6/8] rcu: fix sparse errors in rcutorture.c Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 7/8] rcu: Add tracing data to support queueing models Paul E. McKenney
2010-09-23  0:50 ` [PATCH tip/core/rcu 8/8] rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameter Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).