All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/6] Miscellaneous fixes for 4.7
@ 2016-04-12 15:01 Paul E. McKenney
  2016-04-12 15:02 ` [PATCH tip/core/rcu 1/6] rcu: Consolidate dumping of ftrace buffer Paul E. McKenney
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paul E. McKenney @ 2016-04-12 15:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, jiangshanlai, dipankar, akpm, mathieu.desnoyers, josh,
	tglx, peterz, rostedt, dhowells, edumazet, dvhart, fweisbec, oleg,
	bobby.prani

Hello!

This series provides miscellaneous fixes for RCU:

1.	Consolidate RCU's single-shot dumping of the ftrace buffer.  
	This is a bit widespread, so the upcoming documentation,
	expedited-grace-period, and torture patchsets are also based
	on this patch.

2.	Awaken grace-period kthread at RCU CPU stall-warning time.

3.	Move the FQS timeout farther into the future only if the current
	wakeup actually resulted in an FQS scan.

4.	Awaken grace-period kthread if too long since FQS.

5.	Remove superfluous versions of rcu_read_lock_sched_held(),
	courtesy of Boqun Feng.

6.	Dump ftrace buffer when kicking grace-period kthread.

								Thanx, Paul

------------------------------------------------------------------------

 include/linux/rcupdate.h |   30 +++++++++----------
 kernel/rcu/rcutorture.c  |   17 +----------
 kernel/rcu/tree.c        |   71 ++++++++++++++++++++++++++++++++++++++---------
 kernel/rcu/tree.h        |    2 +
 kernel/rcu/update.c      |    4 +-
 5 files changed, 79 insertions(+), 45 deletions(-)

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

end of thread, other threads:[~2016-04-12 15:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 15:01 [PATCH tip/core/rcu 0/6] Miscellaneous fixes for 4.7 Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 1/6] rcu: Consolidate dumping of ftrace buffer Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 2/6] rcu: Awaken grace-period kthread when stalled Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 3/6] rcu: Make FQS schedule advance only if FQS happened Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 4/6] rcu: Awaken grace-period kthread if too long since FQS Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 5/6] rcu: Remove superfluous versions of rcu_read_lock_sched_held() Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 6/6] rcu: Dump ftrace buffer when kicking grace-period kthread Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.