rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu 0/14] Miscellaneous fixes for v5.16
@ 2021-09-15 23:33 Paul E. McKenney
  2021-09-15 23:33 ` [PATCH rcu 01/14] rcu: Mark accesses to rcu_state.n_force_qs Paul E. McKenney
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Paul E. McKenney @ 2021-09-15 23:33 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series provides miscellaneous fixes:

1.	Mark accesses to rcu_state.n_force_qs.

2.	rcu-nocb: Fix a couple of tree_nocb code-style nits.

3.	Eliminate rcu_implicit_dynticks_qs() local variable rnhqp.

4.	Eliminate rcu_implicit_dynticks_qs() local variable ruqp.

5.	Add another stall-warning root cause in stallwarn.rst.

6.	Fix undefined Kconfig macros, courtesy of Zhouyi Zhou.

7.	Comment rcu_gp_init() code waiting for CPU-hotplug operations.

8.	Move rcu_dynticks_eqs_online() to rcu_cpu_starting().

9.	Simplify rcu_report_dead() call to rcu_report_exp_rdp().

10.	Make rcutree_dying_cpu() use its "cpu" parameter.

11.	Make rcu_normal_after_boot writable again, courtesy of Juri Lelli.

12.	Make rcu update module parameters world-readable, courtesy of
	Juri Lelli.

13.	Fix existing exp request check in sync_sched_exp_online_cleanup(),
	courtesy of Neeraj Upadhyay.

14.	Avoid unneeded function call in rcu_read_unlock(), courtesy of
	Waiman Long.

						Thanx, Paul

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

 b/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst |   69 ++++------
 b/Documentation/RCU/stallwarn.rst                                       |   10 +
 b/arch/sh/configs/sdk7786_defconfig                                     |    1 
 b/arch/xtensa/configs/nommu_kc705_defconfig                             |    1 
 b/include/linux/rcupdate.h                                              |    3 
 b/kernel/rcu/rcutorture.c                                               |    2 
 b/kernel/rcu/tree.c                                                     |   10 -
 b/kernel/rcu/tree_exp.h                                                 |    1 
 b/kernel/rcu/tree_nocb.h                                                |    2 
 b/kernel/rcu/tree_plugin.h                                              |    3 
 b/kernel/rcu/update.c                                                   |    2 
 kernel/rcu/tree.c                                                       |   24 +--
 kernel/rcu/tree_exp.h                                                   |    2 
 kernel/rcu/update.c                                                     |    6 
 14 files changed, 67 insertions(+), 69 deletions(-)

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

end of thread, other threads:[~2021-09-16 17:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 23:33 [PATCH rcu 0/14] Miscellaneous fixes for v5.16 Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 01/14] rcu: Mark accesses to rcu_state.n_force_qs Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 02/14] rcu-nocb: Fix a couple of tree_nocb code-style nits Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 03/14] rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 04/14] rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqp Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 05/14] doc: Add another stall-warning root cause in stallwarn.rst Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 06/14] rcu: Fix undefined Kconfig macros Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 07/14] rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operations Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 08/14] rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting() Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 09/14] rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp() Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 10/14] rcu: Make rcutree_dying_cpu() use its "cpu" parameter Paul E. McKenney
2021-09-16  7:28   ` Peter Zijlstra
2021-09-15 23:33 ` [PATCH rcu 11/14] rcu: Make rcu_normal_after_boot writable again Paul E. McKenney
2021-09-16  7:30   ` Peter Zijlstra
2021-09-16 13:57     ` Paul E. McKenney
2021-09-16 14:27       ` Peter Zijlstra
2021-09-16 16:53         ` Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 12/14] rcu: Make rcu update module parameters world-readable Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 13/14] rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() Paul E. McKenney
2021-09-15 23:33 ` [PATCH rcu 14/14] rcu: Avoid unneeded function call in rcu_read_unlock() 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).