Re: [PATCH v2 1/3] rust: sync: Add abstraction for synchronize_rcu()
"Gary Guo" <[email protected]>
| Newsgroups | org.kernel.vger.rcu,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jun 22, 2026 at 6:32 PM BST, Philipp Stanner wrote: > synchronize_rcu() is a frequently used C function which is always safe > to be called. > > Add a safe abstraction for synchronize_rcu(). > > Signed-off-by: Philipp Stanner <[email protected]> Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/sync/rcu.rs | 9 +++++++++ > 1 file changed, 9 insertions(+)