Re: [RESEND PATCH net-next v7 1/3] rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
From: Eric Dumazet <edumazet@google.com>
Date: 2025-10-14 13:37:02
From: Eric Dumazet <edumazet@google.com>
Date: 2025-10-14 13:37:02
On Mon, Oct 13, 2025 at 7:28 PM [off-list ref] wrote:
From: Xuanqiang Luo <redacted>
Add two functions to atomically replace RCU-protected hlist_nulls entries.
Keep using WRITE_ONCE() to assign values to ->next and ->pprev, as
mentioned in the patch below:
commit efd04f8a8b45 ("rcu: Use WRITE_ONCE() for assignments to ->next for
rculist_nulls")
commit 860c8802ace1 ("rcu: Use WRITE_ONCE() for assignments to ->pprev for
hlist_nulls")
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Xuanqiang Luo <redacted>Reviewed-by: Eric Dumazet <edumazet@google.com>