Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] rcu: Fix rculist_nulls and doc
@ 2023-07-06 10:28 Alan Huang
  2023-07-06 10:28 ` [PATCH 1/2] rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls Alan Huang
  2023-07-06 10:28 ` [PATCH 2/2] docs/RCU: Bring back smp_wmb() Alan Huang
  0 siblings, 2 replies; 11+ messages in thread
From: Alan Huang @ 2023-07-06 10:28 UTC (permalink / raw)
  To: paulmck, frederic, quic_neeraju, joel, josh, boqun.feng, corbet
  Cc: rcu, linux-doc, Alan Huang

Fix cases where using rculist_nulls combined with SLAB_TYPESAFE_BY_RCU.

Alan Huang (2):
  rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls
  docs/RCU: Bring back smp_wmb()

 Documentation/RCU/rculist_nulls.rst | 9 +++++++--
 include/linux/rculist_nulls.h       | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-11 16:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 10:28 [PATCH 0/2] rcu: Fix rculist_nulls and doc Alan Huang
2023-07-06 10:28 ` [PATCH 1/2] rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls Alan Huang
2023-07-10 19:08   ` Paul E. McKenney
2023-07-10 20:01   ` Joel Fernandes
2023-07-10 20:30     ` Paul E. McKenney
2023-07-11 14:56       ` Alan Huang
2023-07-11 16:45         ` Paul E. McKenney
2023-07-11 14:51     ` Alan Huang
2023-07-06 10:28 ` [PATCH 2/2] docs/RCU: Bring back smp_wmb() Alan Huang
2023-07-10 19:11   ` Paul E. McKenney
2023-07-11 14:50     ` Alan Huang

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