Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH rcu 0/10] Miscellaneous fixes for v6.3
@ 2023-01-05  0:22 Paul E. McKenney
  2023-01-05  0:22 ` [PATCH rcu 01/10] rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu() Paul E. McKenney
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul E. McKenney @ 2023-01-05  0:22 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series contains miscellaneous fixes:

1.	Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu(),
	courtesy of Zhao Mengmeng.

2.	Consolidate initialization and CPU-hotplug code.

3.	Throttle callback invocation based on number of ready callbacks.

4.	Upgrade header comment for poll_state_synchronize_rcu().

5.	Make RCU_LOCKDEP_WARN() avoid early lockdep checks.

6.	Suppress smp_processor_id() complaint in
	synchronize_rcu_expedited_wait().

7.	Make rcu_blocking_is_gp() stop early-boot might_sleep(), courtesy
	of Zqiang.

8.	Test synchronous RCU grace periods at the end of rcu_init().

9.	Allow expedited RCU CPU stall warnings to dump task stacks.

10.	Remove redundant call to rcu_boost_kthread_setaffinity(),
	courtesy of Zqiang.

						Thanx, Paul

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

 b/Documentation/admin-guide/kernel-parameters.txt |    5 
 b/include/linux/rculist_nulls.h                   |    2 
 b/include/linux/rcupdate.h                        |    9 
 b/kernel/rcu/rcu.h                                |    1 
 b/kernel/rcu/rcu_segcblist.c                      |    2 
 b/kernel/rcu/rcu_segcblist.h                      |    2 
 b/kernel/rcu/tree.c                               |  314 +++++++++++-----------
 b/kernel/rcu/tree_exp.h                           |    2 
 b/kernel/rcu/update.c                             |    1 
 kernel/rcu/tree.c                                 |   24 +
 kernel/rcu/tree_exp.h                             |   41 ++
 kernel/rcu/update.c                               |    2 
 12 files changed, 237 insertions(+), 168 deletions(-)

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

end of thread, other threads:[~2023-01-05  0:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05  0:22 [PATCH rcu 0/10] Miscellaneous fixes for v6.3 Paul E. McKenney
2023-01-05  0:22 ` [PATCH rcu 01/10] rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu() Paul E. McKenney
2023-01-05  0:22 ` [PATCH rcu 02/10] rcu: Consolidate initialization and CPU-hotplug code Paul E. McKenney
2023-01-05  0:22 ` [PATCH rcu 03/10] rcu: Throttle callback invocation based on number of ready callbacks Paul E. McKenney
2023-01-05  0:22 ` [PATCH rcu 04/10] rcu: Upgrade header comment for poll_state_synchronize_rcu() Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 05/10] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 06/10] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait() Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 07/10] rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep() Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 08/10] rcu: Test synchronous RCU grace periods at the end of rcu_init() Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 09/10] rcu: Allow expedited RCU CPU stall warnings to dump task stacks Paul E. McKenney
2023-01-05  0:23 ` [PATCH rcu 10/10] rcu: Remove redundant call to rcu_boost_kthread_setaffinity() 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