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(+)

