public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/10] Grace-period-related changes for 3.13
@ 2013-09-25  1:42 Paul E. McKenney
  2013-09-25  1:42 ` [PATCH tip/core/rcu 01/10] rcu: Improve grace-period start logic Paul E. McKenney
  0 siblings, 1 reply; 11+ messages in thread
From: Paul E. McKenney @ 2013-09-25  1:42 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, darren, fweisbec, sbw

Hello!

This series contains updates to RCU's grace-period processsing, mostly
to improve debuggability of RCU itself.

1.	Add consistency checks to the grace-period initialization logic.

2.	Prevent spurious-wakeup DoS attack on rcu_gp_kthread.

3.	Flag lockless accesses to ->gp_flags with ACCESS_ONCE().

4-6.	Add event tracing to various aspects of RCU grace period processing.

7.	Distinguish between NOCB and non-NOCB rcu_callback trace events.

8.	Add event tracing to track rcu_nocb_kthread() sleeping and awakening.

9.	Avoid sparse warnings in rcu_nocb_wake trace event.

10.	Make RCU use resched_cpu() instead of the current set_need_resched(),
	courtesy of Peter Zijlstra.

							Thanx, Paul


 b/include/trace/events/rcu.h |   80 +++++++++++++++++++++++++++++++++++--------
 b/kernel/rcutiny.c           |    2 -
 b/kernel/rcutree.c           |   71 ++++++++++++++++++++++++++++++++------
 b/kernel/rcutree_plugin.h    |   35 ++++++++++++++++--
 b/kernel/sched/core.c        |   10 +----
 5 files changed, 160 insertions(+), 38 deletions(-)


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

end of thread, other threads:[~2013-09-25  1:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25  1:42 [PATCH tip/core/rcu 0/10] Grace-period-related changes for 3.13 Paul E. McKenney
2013-09-25  1:42 ` [PATCH tip/core/rcu 01/10] rcu: Improve grace-period start logic Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 02/10] rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread() Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 03/10] rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE() Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 04/10] rcu: Add tracing to rcu_gp_kthread() Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 05/10] rcu: Add tracing of normal (non-NOCB) grace-period requests Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 06/10] rcu: Add tracing for rcuo no-CBs CPU wakeup handshake Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 07/10] rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 08/10] rcu: Track rcu_nocb_kthread()'s sleeping and awakening Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 09/10] rcu: Avoid sparse warnings in rcu_nocb_wake trace event Paul E. McKenney
2013-09-25  1:42   ` [PATCH tip/core/rcu 10/10] sched, rcu: Make RCU use resched_cpu() 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