Re: [PATCH v10 2/5] rust: helpers: add SRCU helpers
"Gary Guo" <[email protected]> Fri, 10 Jul 2026 14:39:19 +0100
| Newsgroups | org.kernel.vger.rcu,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Sat Jun 13, 2026 at 7:40 AM BST, Onur Özkan wrote: > Add helper wrappers for SRCU functions that are exposed to Rust > through generated bindings. > > Signed-off-by: Onur Özkan <[email protected]> Reviewed-by: Gary Guo <[email protected]> > --- > rust/helpers/helpers.c | 1 + > rust/helpers/srcu.c | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 31 insertions(+) > create mode 100644 rust/helpers/srcu.c