All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/12] Miscellaneous RCU fixes for 4.8
@ 2016-06-15 21:45 Paul E. McKenney
  2016-06-15 21:46 ` [PATCH tip/core/rcu 01/12] rcu: Fix outdated rcu_scheduler_active comment Paul E. McKenney
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Paul E. McKenney @ 2016-06-15 21:45 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 contains miscellaneous fixes:

1.	Fix outdated rcu_scheduler_active comment.

2.	Fix outdated hotplug-exclusion comment in rcu_gp_init().

3.	Remove some superfluous lines, courtesy of Peter Zijlstra.

4.	Move expedited code from tree.c to tree_exp.h.

5.	Move expedited code from tree_plugin.h to tree_exp.h.

6.	Document RCU_NONIDLE() restrictions in comment header.

7.	No ordering for rcu_assign_pointer() of NULL.

8.	Disable TASKS_RCU for usermode Linux in preparation for
	making call_rcu_tasks() tolerate being invoked with interrupts
	disabled.

9.	Make call_rcu_tasks() tolerate first call with irqs disabled.

10.	Fix a typo in a comment.

11.	Panic on RCU Stall at user's option, courtesy of Daniel Bristot
	de Oliveira.

12.	Correctly handle sparse possible cpus, courtesy of Mark Rutland.

							Thanx, Paul

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

 Documentation/sysctl/kernel.txt |   12 
 include/linux/kernel.h          |    1 
 include/linux/rcupdate.h        |   23 +
 init/Kconfig                    |    1 
 kernel/rcu/rcutorture.c         |    2 
 kernel/rcu/tree.c               |  586 +---------------------------------
 kernel/rcu/tree.h               |   15 
 kernel/rcu/tree_exp.h           |  674 +++++++++++++++++++++++++++++++++++++++-
 kernel/rcu/tree_plugin.h        |   93 -----
 kernel/rcu/update.c             |    7 
 kernel/sched/fair.c             |    2 
 kernel/sysctl.c                 |   11 
 12 files changed, 757 insertions(+), 670 deletions(-)

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

end of thread, other threads:[~2016-06-17 17:46 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-15 21:45 [PATCH tip/core/rcu 0/12] Miscellaneous RCU fixes for 4.8 Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 01/12] rcu: Fix outdated rcu_scheduler_active comment Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 02/12] rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init() Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 03/12] rcu: Remove some superfluous lines Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 04/12] rcu: Move expedited code from tree.c to tree_exp.h Paul E. McKenney
2016-06-15 22:05   ` Peter Zijlstra
2016-06-15 22:16     ` Paul E. McKenney
2016-06-17 15:48   ` Pranith Kumar
2016-06-17 17:46     ` Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 05/12] rcu: Move expedited code from tree_plugin.h " Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 06/12] rcu: Document RCU_NONIDLE() restrictions in comment header Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 07/12] rcu: No ordering for rcu_assign_pointer() of NULL Paul E. McKenney
2016-06-15 22:03   ` Peter Zijlstra
2016-06-15 22:12     ` Peter Zijlstra
2016-06-15 22:41       ` Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 08/12] rcu: Disable TASKS_RCU for usermode Linux Paul E. McKenney
2016-06-15 21:47   ` Richard Weinberger
2016-06-15 21:46 ` [PATCH tip/core/rcu 09/12] rcu: Make call_rcu_tasks() tolerate first call with irqs disabled Paul E. McKenney
2016-06-15 22:15   ` Peter Zijlstra
2016-06-15 22:54     ` Paul E. McKenney
2016-06-15 22:16   ` Peter Zijlstra
2016-06-15 22:58     ` Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 10/12] rcu: Fix a typo in a comment Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 11/12] rcu: sysctl: Panic on RCU Stall Paul E. McKenney
2016-06-15 21:46 ` [PATCH tip/core/rcu 12/12] rcu: Correctly handle sparse possible cpus 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.