All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rcu_seq_done_exact() improvements
@ 2025-03-24 17:01 Joel Fernandes
  2025-03-24 17:01 ` [PATCH 1/3] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact() Joel Fernandes
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Joel Fernandes @ 2025-03-24 17:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Joel Fernandes

These are small improvements to rcu_seq_done_exact() improving its readability
and adding error checking. Passes rcutorture testing. Will send the rcutorture
wrap around testing separately.

Frederic Weisbecker (1):
  rcu: Comment on the extraneous delta test on rcu_seq_done_exact()

Joel Fernandes (2):
  rcu: Replace magic number with meaningful constant in
    rcu_seq_done_exact()
  rcu: Add warning to ensure rcu_seq_done_exact() is working

 kernel/rcu/rcu.h  | 14 +++++++++++++-
 kernel/rcu/tree.c |  5 +++++
 2 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-04-02  4:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 17:01 [PATCH 0/3] rcu_seq_done_exact() improvements Joel Fernandes
2025-03-24 17:01 ` [PATCH 1/3] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact() Joel Fernandes
2025-03-26 22:33   ` Paul E. McKenney
2025-03-26 22:42     ` Joel Fernandes
2025-03-27 17:09       ` Paul E. McKenney
2025-03-28  2:31         ` Joel Fernandes
2025-03-30 22:10         ` Frederic Weisbecker
2025-03-31 18:28           ` Paul E. McKenney
2025-03-31 21:14             ` Frederic Weisbecker
2025-03-31 21:29               ` Paul E. McKenney
2025-04-01 13:38                 ` Frederic Weisbecker
2025-04-02  4:24                   ` Paul E. McKenney
2025-03-24 17:01 ` [PATCH 2/3] rcu: Add warning to ensure rcu_seq_done_exact() is working Joel Fernandes
2025-03-26 22:36   ` Paul E. McKenney
2025-03-26 22:50     ` Joel Fernandes
2025-03-26 23:21       ` Paul E. McKenney
2025-03-24 17:01 ` [PATCH 3/3] rcu: Comment on the extraneous delta test on rcu_seq_done_exact() Joel Fernandes
2025-03-26 22:37   ` Paul E. McKenney
2025-03-26 22:51     ` Joel Fernandes

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.