linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.6
@ 2019-12-10  4:07 Paul E. McKenney
  2019-12-10  4:07 ` [PATCH tip/core/rcu 01/12] rcu: Remove rcu_swap_protected() paulmck
                   ` (11 more replies)
  0 siblings, 12 replies; 22+ messages in thread
From: Paul E. McKenney @ 2019-12-10  4:07 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, dipankar, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series provides miscellaneous fixes:

1.	Remove rcu_swap_protected().

2.	Mark non-global functions and variables as static.

3.	Fix harmless omission of "CONFIG_" from #if condition, courtesy
	of Lai Jiangshan.

4.	Fix tracepoint tracking RCU CPU kthread utilization, courtesy
	of Lai Jiangshan.

5.	Remove the declaration of call_rcu() in tree.h, courtesy of
	Lai Jiangshan.

6.	Move gp_state_names[] and gp_state_getname() to tree_stall.h,
	courtesy of Lai Jiangshan.

7.	Move rcu_{expedited,normal} definitions into rcupdate.h,
	courtesy of Ben Dooks.

8.	Switch force_qs_rnp() to for_each_leaf_node_cpu_mask().

9.	Apply *_ONCE() to ->srcu_last_gp_end.

10.	Add .mailmap entries for old paulmck@kernel.org addresses.

11.	Remove comment about read_barrier_depends(), courtesy of
	Will Deacon.

12.	Remove unused stop-machine #include.

							Thanx, Paul

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

 .mailmap                           |    5 +++++
 arch/powerpc/include/asm/barrier.h |    2 --
 include/linux/rcupdate.h           |   20 ++++----------------
 kernel/rcu/rcu.h                   |    4 ++--
 kernel/rcu/srcutree.c              |    7 ++++---
 kernel/rcu/tree.c                  |   34 ++++++++++------------------------
 kernel/rcu/tree.h                  |   16 ----------------
 kernel/rcu/tree_stall.h            |   22 ++++++++++++++++++++++
 kernel/rcu/update.c                |    2 --
 9 files changed, 47 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2019-12-12 18:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10  4:07 [PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.6 Paul E. McKenney
2019-12-10  4:07 ` [PATCH tip/core/rcu 01/12] rcu: Remove rcu_swap_protected() paulmck
2019-12-11  3:35   ` Martin K. Petersen
2019-12-11  3:51     ` Paul E. McKenney
2019-12-11 18:37       ` Paul E. McKenney
2019-12-11 19:09         ` Matthias Brugger
2019-12-11 23:12           ` Paul E. McKenney
2019-12-12  9:31             ` Kalle Valo
     [not found]             ` <87mubxdh52.fsf@kamboji.qca.qualcomm.com>
2019-12-12 18:21               ` Paul E. McKenney
2019-12-10  4:07 ` [PATCH tip/core/rcu 02/12] rcu: Mark non-global functions and variables as static paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 03/12] rcu: Fix harmless omission of "CONFIG_" from #if condition paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 04/12] rcu: Fix tracepoint tracking RCU CPU kthread utilization paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 05/12] rcu: Remove the declaration of call_rcu() in tree.h paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 06/12] rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 07/12] rcu: Move rcu_{expedited,normal} definitions into rcupdate.h paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 08/12] rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask() paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 09/12] srcu: Apply *_ONCE() to ->srcu_last_gp_end paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 10/12] .mailmap: Add entries for old paulmck@kernel.org addresses paulmck
2019-12-11 19:03   ` Florian Fainelli
2019-12-11 23:14     ` Paul E. McKenney
2019-12-10  4:07 ` [PATCH tip/core/rcu 11/12] powerpc: Remove comment about read_barrier_depends() paulmck
2019-12-10  4:07 ` [PATCH tip/core/rcu 12/12] rcu: Remove unused stop-machine #include paulmck

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).