All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/3] SRCU updates for v6.8
@ 2023-12-12 17:47 Neeraj Upadhyay (AMD)
  2023-12-12 17:48 ` [PATCH rcu 1/3] srcu: Remove superfluous callbacks advancing from srcu_gp_start() Neeraj Upadhyay (AMD)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Neeraj Upadhyay (AMD) @ 2023-12-12 17:47 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt, paulmck, Neeraj.Upadhyay

Hello,

This series contains SRCU updates:

1.      Remove superfluous callbacks advancing from srcu_gp_start(),
        courtesy of Frederic Weisbecker.

2.      No need to advance/accelerate if no callback enqueued, courtesy
        of Frederic Weisbecker.

3.      Explain why callbacks invocations can't run concurrently,
        courtesy of Frederic Weisbecker.


Thanks
Neeraj

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

 b/kernel/rcu/srcutree.c |   10 ----------
 kernel/rcu/srcutree.c   |   14 +++++++++++---
 2 files changed, 11 insertions(+), 13 deletions(-)

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

end of thread, other threads:[~2023-12-13 19:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 17:47 [PATCH rcu 0/3] SRCU updates for v6.8 Neeraj Upadhyay (AMD)
2023-12-12 17:48 ` [PATCH rcu 1/3] srcu: Remove superfluous callbacks advancing from srcu_gp_start() Neeraj Upadhyay (AMD)
2023-12-12 17:48 ` [PATCH rcu 2/3] srcu: No need to advance/accelerate if no callback enqueued Neeraj Upadhyay (AMD)
2023-12-12 17:48 ` [PATCH rcu 3/3] srcu: Explain why callbacks invocations can't run concurrently Neeraj Upadhyay (AMD)
2023-12-13 14:27   ` Joel Fernandes
2023-12-13 17:52     ` Paul E. McKenney
2023-12-13 18:35       ` Joel Fernandes
2023-12-13 18:55         ` Paul E. McKenney
2023-12-13 19:01           ` Joel Fernandes
2023-12-13 18:18 ` [PATCH rcu 4/3] srcu: Use try-lock lockdep annotation for NMI-safe access Neeraj Upadhyay (AMD)

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.