[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240816043600.GA25206@neeraj.linux>
Date: Fri, 16 Aug 2024 10:06:00 +0530
From: Neeraj Upadhyay <Neeraj.Upadhyay@...nel.org>
To: rcu@...r.kernel.org
Cc: paulmck@...nel.org, joel@...lfernandes.org, frederic@...nel.org,
boqun.feng@...il.com, urezki@...il.com,
linux-kernel@...r.kernel.org, kernel-team@...a.com,
rostedt@...dmis.org, mingo@...nel.org, peterz@...radead.org,
leobras@...hat.com, imran.f.khan@...cle.com, riel@...riel.com,
tglx@...utronix.de
Subject: [PATCH rcu 0/4] CSD-lock diagnostics updates for v6.12
Hello!
This series adds following changes to the CSD-lock diagnostics (rebased on v6.11-rc1):
1. Print large CSD-lock-hold time numbers as negatives, courtesy of Paul E. McKenney.
2. Add api to provide an indication of ongoing CSD-lock stall, courtesy of Paul E. McKenney.
3. Add a backoff mechanism for repeated CSD-lock diagnostic reports of same incident,
courtesy of Paul E. McKenney.
4. Print only local CPU info when sched_clock goes backward, courtesy of Rik van Riel.
As communicated earlier at [1], I will be submitting these changes as part of RCU tree,
due to dependency of RCU commit "7c72dedb0079 rcu: Summarize RCU CPU stall warnings during
CSD-lock stalls" [2] on these changes.
Git tree is at [2]
[1] https://lore.kernel.org/lkml/20240722133559.GA667117@neeraj.linux/
[2] https://git.kernel.org/pub/scm/linux/kernel/git/neeraj.upadhyay/linux-rcu.git/commit/?h=rcustall.15.08.24a&id=7c72dedb0079e62c1c75dbab038332017f34a6b8
[3] https://git.kernel.org/pub/scm/linux/kernel/git/neeraj.upadhyay/linux-rcu.git/log/?h=csd.lock.15.08.24a
- Neeraj
Paul E. McKenney (3):
locking/csd_lock: Print large numbers as negatives
locking/csd_lock: Provide an indication of ongoing CSD-lock stall
locking/csd-lock: Use backoff for repeated reports of same incident
Rik van Riel (1):
smp: print only local CPU info when sched_clock goes backward
include/linux/smp.h | 6 ++++++
kernel/smp.c | 38 +++++++++++++++++++++++++++++++++-----
lib/Kconfig.debug | 1 +
3 files changed, 40 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists