linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/14] Miscellaneous fixes for v4.21/v5.0
@ 2018-11-11 19:28 Paul E. McKenney
  2018-11-11 19:28 ` [PATCH tip/core/rcu 01/14] rcu: Stop expedited grace periods from relying on stop-machine Paul E. McKenney
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Paul E. McKenney @ 2018-11-11 19:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, jiangshanlai, dipankar, akpm, mathieu.desnoyers, josh,
	tglx, peterz, rostedt, dhowells, edumazet, fweisbec, oleg, joel

Hello!

This series contains miscellaneous fixes:

1.	Stop expedited grace periods from relying on stop-machine.

2.	Update IBM maintainers' email addresses from @linux.vnet.ibm.com
	to @linux.ibm.com.

3.	Avoid double multiply by HZ in rcu_check_gp_start_stall().

4.	Parameterize rcu_check_gp_start_stall() to allow common code
	between RCU CPU stall warnings and warnings about slow-to-start
	grace periods.

5.	Add state name to show_rcu_gp_kthreads() output.

6.	Add jiffies-since-GP-activity to show_rcu_gp_kthreads().

7.	Adjust the comment of function rcu_is_watching, courtesy of
	Zhouyi Zhou.

8.	Trace end of grace period before end of grace period.

9.	Speed up expedited GPs when interrupting RCU reader.

10.	Replace this_cpu_ptr() with __this_cpu_read() in
	rcu_preempt_need_deferred_qs()

11.	Avoid signed integer overflow in rcu_preempt_deferred_qs().

12.	Add Joel Fernandes as RCU reviewer in MAINTAINERS file.

13.	Create table of obsolete APIs in checkpatch.pl and apply to RCU,
	courtesy of Joe Perches.

14.	Make checkpatch.pl suggest lockdep instead of asserting
	!spin_is_locked().

							Thanx, Paul

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

 MAINTAINERS              |   73 +++++++++++++++++++++--------------------------
 include/linux/sched.h    |    4 +-
 kernel/rcu/tree.c        |   53 ++++++++++++++++++----------------
 kernel/rcu/tree_exp.h    |   10 ++++--
 kernel/rcu/tree_plugin.h |   37 ++++++++++++++++-------
 scripts/checkpatch.pl    |   35 ++++++++++++++++++++++
 6 files changed, 132 insertions(+), 80 deletions(-)


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

end of thread, other threads:[~2018-11-11 19:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11 19:28 [PATCH tip/core/rcu 0/14] Miscellaneous fixes for v4.21/v5.0 Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 01/14] rcu: Stop expedited grace periods from relying on stop-machine Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 02/14] MAINTAINERS: Update from @linux.vnet.ibm.com to @linux.ibm.com Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 03/14] rcu: Avoid double multiply by HZ Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 04/14] rcu: Parameterize rcu_check_gp_start_stall() Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 05/14] rcu: Add state name to show_rcu_gp_kthreads() output Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 06/14] rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads() Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 07/14] rcu: Adjust the comment of function rcu_is_watching Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 08/14] rcu: Trace end of grace period before end of grace period Paul E. McKenney
2018-11-11 19:28 ` [PATCH tip/core/rcu 09/14] rcu: Speed up expedited GPs when interrupting RCU reader Paul E. McKenney
2018-11-11 19:29 ` [PATCH tip/core/rcu 10/14] rcu: Replace this_cpu_ptr() with __this_cpu_read() Paul E. McKenney
2018-11-11 19:29 ` [PATCH tip/core/rcu 11/14] rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs() Paul E. McKenney
2018-11-11 19:29 ` [PATCH tip/core/rcu 12/14] MAINTAINERS: Add Joel Fernandes as RCU reviewer Paul E. McKenney
2018-11-11 19:29 ` [PATCH tip/core/rcu 13/14] checkpatch: Create table of obsolete APIs and apply to RCU Paul E. McKenney
2018-11-11 19:29 ` [PATCH tip/core/rcu 14/14] checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked() 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).