All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/4] RCU stall updates for v6.12
@ 2024-08-16  6:10 Neeraj Upadhyay
  2024-08-16  6:13 ` [PATCH rcu 1/4] rcu: Summarize RCU CPU stall warnings during CSD-lock stalls neeraj.upadhyay
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Neeraj Upadhyay @ 2024-08-16  6:10 UTC (permalink / raw)
  To: rcu
  Cc: paulmck, joel, frederic, boqun.feng, urezki, linux-kernel,
	kernel-team, rostedt, takakura

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(-)

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

end of thread, other threads:[~2024-08-16  6:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  6:10 [PATCH rcu 0/4] RCU stall updates for v6.12 Neeraj Upadhyay
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

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.