[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220419002008.GA3950677@paulmck-ThinkPad-P17-Gen-1>
Date: Mon, 18 Apr 2022 17:20:08 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...com,
rostedt@...dmis.org
Subject: [PATCH rcu 0/2] Expedited grace-period updates for v5.19
Hello!
This series contains updates to RCU expedited grace periods, most
notably providing milliseconds-scale soft real-time response from
synchronize_rcu_expedited(). This is also the first time in almost
30 years of RCU that someone other than me has pushed for a reduction
in the RCU CPU stall-warning timeout, in this case by more than three
orders of magnitude from 21 seconds to 20 milliseconds. This tighter
timeout applies only to expedited grace periods.
1. Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT, courtesy of Uladzislau
Rezki.
2. Move expedited grace period (GP) work to RT kthread_worker,
courtesy of Kalesh Singh.
Thanx, Paul
------------------------------------------------------------------------
b/Documentation/RCU/stallwarn.rst | 18 ++
b/Documentation/admin-guide/kernel-parameters.txt | 9 +
b/kernel/rcu/Kconfig | 14 ++
b/kernel/rcu/Kconfig.debug | 13 +
b/kernel/rcu/rcu.h | 2
b/kernel/rcu/tree.c | 51 +++++++
b/kernel/rcu/tree.h | 5
b/kernel/rcu/tree_exp.h | 4
b/kernel/rcu/tree_stall.h | 26 +++
b/kernel/rcu/update.c | 2
kernel/rcu/rcu.h | 5
kernel/rcu/tree_exp.h | 147 +++++++++++++++++-----
12 files changed, 260 insertions(+), 36 deletions(-)
Powered by blists - more mailing lists