From: Neeraj Upadhyay <Neeraj.Upadhyay@kernel.org>
To: rcu@vger.kernel.org
Cc: paulmck@kernel.org, joel@joelfernandes.org, frederic@kernel.org,
boqun.feng@gmail.com, urezki@gmail.com,
linux-kernel@vger.kernel.org, kernel-team@meta.com,
rostedt@goodmis.org, takakura@valinux.co.jp
Subject: [PATCH rcu 0/4] RCU stall updates for v6.12
Date: Fri, 16 Aug 2024 11:40:50 +0530 [thread overview]
Message-ID: <20240816061050.GA46994@neeraj.linux> (raw)
Hello,
This series contains following RCU stall updates for v6.12:
1. Abbreviate RCU CPU stall warnings during CSD-lock stalls, courtesy of
Paul E. McKenney.
2. Allow dump_cpu_task() to be called without disabling preemption,
courtesy of Ryo Takakura.
Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/neeraj.upadhyay/linux-rcu.git/log/?h=rcustall.15.08.24a
(rebased on top of csd.lock.15.08.24a because of commit dependency on commit ac9d45544cd5 "locking/csd_lock:
Provide an indication of ongoing CSD-lock stall")
- Neeraj
Paul E. McKenney (3):
rcu: Summarize RCU CPU stall warnings during CSD-lock stalls
rcu: Extract synchronize_rcu_expedited_stall() from
synchronize_rcu_expedited_wait()
rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stalls
Ryo Takakura (1):
rcu: Let dump_cpu_task() be used without preemption disabled
.../admin-guide/kernel-parameters.txt | 4 +
kernel/rcu/tree_exp.h | 113 ++++++++++--------
kernel/rcu/tree_stall.h | 8 +-
kernel/sched/core.c | 2 +-
4 files changed, 74 insertions(+), 53 deletions(-)
next reply other threads:[~2024-08-16 6:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-16 6:10 Neeraj Upadhyay [this message]
2024-08-16 6:13 ` [PATCH rcu 1/4] rcu: Summarize RCU CPU stall warnings during CSD-lock stalls neeraj.upadhyay
2024-08-16 6:13 ` [PATCH rcu 2/4] rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited_wait() neeraj.upadhyay
2024-08-16 6:13 ` [PATCH rcu 3/4] rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stalls neeraj.upadhyay
2024-08-16 6:13 ` [PATCH rcu 4/4] rcu: Let dump_cpu_task() be used without preemption disabled neeraj.upadhyay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240816061050.GA46994@neeraj.linux \
--to=neeraj.upadhyay@kernel.org \
--cc=boqun.feng@gmail.com \
--cc=frederic@kernel.org \
--cc=joel@joelfernandes.org \
--cc=kernel-team@meta.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulmck@kernel.org \
--cc=rcu@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=takakura@valinux.co.jp \
--cc=urezki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.