All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/10] Real-time-related updates for v5.18
@ 2022-02-04 23:23 Paul E. McKenney
  2022-02-04 23:23 ` [PATCH rcu 01/10] rcu: Mark accesses to boost_starttime Paul E. McKenney
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul E. McKenney @ 2022-02-04 23:23 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series provides real-time-related RCU updates:

1.	Mark accesses to boost_starttime.

2.	Handle concurrent nocb kthreads creation, courtesy of Neeraj
	Upadhyay.

3.	Remove unused rcu_state.boost, courtesy of Neeraj Upadhyay.

4.	Create per-cpu rcuc kthreads only when rcutree.use_softirq=0,
	courtesy of Zqiang.

5.	Move kthread_prio bounds-check to a separate function, courtesy
	of Alison Chaiken.

6.	Make priority of grace-period thread consistent, courtesy of
	Alison Chaiken.

7.	Elevate priority of offloaded callback threads, courtesy of
	Alison Chaiken.

8.	Update documentation regarding kthread_prio cmdline parameter,
	courtesy of Alison Chaiken.

9.	Don't deboost before reporting expedited quiescent state.

10.	Add per-CPU rcuc task dumps to RCU CPU stall warnings, courtesy
	of Zqiang.

						Thanx, Paul

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

 b/Documentation/admin-guide/kernel-parameters.txt |    2 +
 b/kernel/rcu/rcutorture.c                         |    7 ++-
 b/kernel/rcu/tree.c                               |    2 -
 b/kernel/rcu/tree.h                               |    2 +
 b/kernel/rcu/tree_nocb.h                          |    7 +++
 b/kernel/rcu/tree_plugin.h                        |    2 -
 b/kernel/rcu/tree_stall.h                         |   35 +++++++++++++++++
 kernel/rcu/tree.c                                 |   44 +++++++++++++---------
 kernel/rcu/tree.h                                 |    6 +--
 kernel/rcu/tree_nocb.h                            |    7 +++
 kernel/rcu/tree_plugin.h                          |   11 +++--
 11 files changed, 94 insertions(+), 31 deletions(-)

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

end of thread, other threads:[~2022-02-04 23:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 23:23 [PATCH rcu 0/10] Real-time-related updates for v5.18 Paul E. McKenney
2022-02-04 23:23 ` [PATCH rcu 01/10] rcu: Mark accesses to boost_starttime Paul E. McKenney
2022-02-04 23:23 ` [PATCH rcu 02/10] rcu/nocb: Handle concurrent nocb kthreads creation Paul E. McKenney
2022-02-04 23:23 ` [PATCH rcu 03/10] rcu: Remove unused rcu_state.boost Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 04/10] rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0 Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 05/10] rcu: Move kthread_prio bounds-check to a separate function Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 06/10] rcu: Make priority of grace-period thread consistent Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 07/10] rcu: Elevate priority of offloaded callback threads Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 08/10] rcu: Update documentation regarding kthread_prio cmdline parameter Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 09/10] rcu: Don't deboost before reporting expedited quiescent state Paul E. McKenney
2022-02-04 23:24 ` [PATCH rcu 10/10] rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings 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.