[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231019120202.1216228-1-frederic@kernel.org>
Date: Thu, 19 Oct 2023 14:01:56 +0200
From: Frederic Weisbecker <frederic@...nel.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Frederic Weisbecker <frederic@...nel.org>,
Boqun Feng <boqun.feng@...il.com>,
Joel Fernandes <joel@...lfernandes.org>,
Josh Triplett <josh@...htriplett.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Neeraj Upadhyay <neeraj.upadhyay@....com>,
"Paul E . McKenney" <paulmck@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Uladzislau Rezki <urezki@...il.com>, rcu <rcu@...r.kernel.org>
Subject: [PATCH 0/6] RCU stall detection updates for v6.7
Hello,
Please find below the RCU stall detection updates for the next merge
window:
Joel Fernandes (Google) (1):
rcu/tree: Defer setting of jiffies during stall reset
Paul E. McKenney (2):
rcu: Add RCU CPU stall notifier
rcutorture: Add test of RCU CPU stall notifiers
Zhen Lei (3):
rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
rcu: Don't redump the stalled CPU where RCU GP kthread last ran
rcu: Eliminate check_cpu_stall() duplicate code
Thanks,
Frederic.
include/linux/rcu_notifier.h | 32 +++++++++
kernel/rcu/rcu.h | 6 ++
kernel/rcu/rcutorture.c | 21 ++++++
kernel/rcu/tree.c | 12 ++++
kernel/rcu/tree.h | 4 ++
kernel/rcu/tree_exp.h | 6 +-
kernel/rcu/tree_stall.h | 135 +++++++++++++++++++++++++----------
7 files changed, 178 insertions(+), 38 deletions(-)
create mode 100644 include/linux/rcu_notifier.h
--
2.34.1
Powered by blists - more mailing lists