Re: [PATCH v10 2/5] rust: helpers: add SRCU helpers
From: Gary Guo
Date: Fri Jul 10 2026 - 09:40:07 EST
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 <work@xxxxxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> rust/helpers/helpers.c | 1 +
> rust/helpers/srcu.c | 30 ++++++++++++++++++++++++++++++
> 2 files changed, 31 insertions(+)
> create mode 100644 rust/helpers/srcu.c