All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/8] Miscellaneous fixes for v5.1
@ 2019-01-09 21:41 Paul E. McKenney
  2019-01-09 21:41 ` [PATCH tip/core/rcu 1/8] rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu() Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul E. McKenney @ 2019-01-09 21:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, jiangshanlai, dipankar, akpm, mathieu.desnoyers, josh,
	tglx, peterz, rostedt, dhowells, edumazet, fweisbec, oleg, joel,
	kernel-team

Hello!

This series contains miscellaneous fixes:

1.	Add docbook for rcu_head_init() and rcu_head_after_call_rcu().

2.	Rename rcu_check_callbacks() to rcu_sched_clock_irq().

3.	Rename rcu_process_callbacks() to rcu_core() for Tree RCU.

4.	Remove preemption disabling from expedited CPU selection.

5.	Repair rcu_nmi_exit() docbook header.

6.	Fix obsolete DYNTICK_IRQ_NONIDLE comment.

7.	Add sparse check to rcu_assign_pointer(), courtesy of Joel
	Fernandes.

8.	Move CONTEXT_TRACKING Kconfig option to kernel/time/Kconfig.

							Thanx, Paul

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

 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html   |    6 +-
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg |    2 
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg                  |    8 +-
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-qs.svg                  |    6 +-
 include/linux/rcupdate.h                                                 |   21 +++----
 kernel/rcu/Kconfig                                                       |   30 ----------
 kernel/rcu/rcu.h                                                         |    2 
 kernel/rcu/tiny.c                                                        |    2 
 kernel/rcu/tree.c                                                        |   29 ++++-----
 kernel/rcu/tree.h                                                        |    2 
 kernel/rcu/tree_exp.h                                                    |    2 
 kernel/rcu/tree_plugin.h                                                 |   24 +++-----
 kernel/time/Kconfig                                                      |   29 +++++++++
 kernel/time/timer.c                                                      |    2 
 14 files changed, 77 insertions(+), 88 deletions(-)


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

end of thread, other threads:[~2019-01-09 21:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09 21:41 [PATCH tip/core/rcu 0/8] Miscellaneous fixes for v5.1 Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 1/8] rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu() Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 2/8] rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 3/8] rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 4/8] rcu: Remove preemption disabling from expedited CPU selection Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 5/8] rcu: Repair rcu_nmi_exit() docbook header Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 6/8] rcu: Fix obsolete DYNTICK_IRQ_NONIDLE comment Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 7/8] rcu: Add sparse check to rcu_assign_pointer() Paul E. McKenney
2019-01-09 21:41 ` [PATCH tip/core/rcu 8/8] time: Move CONTEXT_TRACKING to kernel/time/Kconfig 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.