Re: [PATCH v2 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll
"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: > We now have a safe wrapper for the foreign function synchronize_rcu(). > > Use it in poll.rs. > > Signed-off-by: Philipp Stanner <[email protected]> > Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/sync/poll.rs | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-)