Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH rcu 0/3] RCU misc fixes for v6.8
@ 2023-12-12 17:39 Neeraj Upadhyay (AMD)
  2023-12-12 17:40 ` [PATCH rcu 1/3] rcu: Restrict access to RCU CPU stall notifiers Neeraj Upadhyay (AMD)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Neeraj Upadhyay (AMD) @ 2023-12-12 17:39 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt, paulmck, Neeraj.Upadhyay

Hello,

This series contains misc RCU fixes:

1.      Restrict access to RCU CPU stall notifiers.

2.      Remove unused macros from rcupdate.h, courtesy of Pedro Falcato.

3.      Force quiescent states only for ongoing grace period, courtesy
        of Zqiang.


Thanks
Neeraj

------------------------------------------------------------------------

 Documentation/admin-guide/kernel-parameters.txt |    6 ++++++
 include/linux/rcu_notifier.h                    |    6 +++---
 include/linux/rcupdate.h                        |    3 ---
 kernel/rcu/Kconfig.debug                        |   25 +++++++++++++++++++++++++
 kernel/rcu/rcu.h                                |    8 +++++---
 kernel/rcu/rcutorture.c                         |   12 +++++++-----
 kernel/rcu/tree.c                               |    2 ++
 kernel/rcu/tree_stall.h                         |   11 ++++++++++-
 kernel/rcu/update.c                             |    6 ++++++
 9 files changed, 64 insertions(+), 15 deletions(-)

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

end of thread, other threads:[~2023-12-12 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 17:39 [PATCH rcu 0/3] RCU misc fixes for v6.8 Neeraj Upadhyay (AMD)
2023-12-12 17:40 ` [PATCH rcu 1/3] rcu: Restrict access to RCU CPU stall notifiers Neeraj Upadhyay (AMD)
2023-12-12 17:40 ` [PATCH rcu 2/3] rcu: Remove unused macros from rcupdate.h Neeraj Upadhyay (AMD)
2023-12-12 17:40 ` [PATCH rcu 3/3] rcu: Force quiescent states only for ongoing grace period Neeraj Upadhyay (AMD)
2023-12-12 23:22   ` Joel Fernandes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox