On Thu, Jun 04, 2026 at 11:40:59AM -0700, Paul E. McKenney wrote:
> On Fri, May 29, 2026 at 04:39:51PM +0300, Onur Özkan wrote:
> > Add helper wrappers for SRCU functions that are exposed to Rust
> > through generated bindings.
> >
> > Signed-off-by: Onur Özkan <[email protected]>
> >
> > ---
> > include/linux/srcu.h | 29 ++++++++++++++++++++---------
> > kernel/rcu/srcutiny.c | 10 +++++-----
> > kernel/rcu/srcutree.c | 9 +++++----
> > rust/helpers/helpers.c | 1 +
> > rust/helpers/srcu.c | 30 ++++++++++++++++++++++++++++++
> > 5 files changed, 61 insertions(+), 18 deletions(-)
> > create mode 100644 rust/helpers/srcu.c
>
> On the next version, please split the rust/helpers changes into a
> separate patch. It looks like the simplification to SRCU adds code
> rather than deleting it?
>
> But let me see if I understand the structure.
[ . . . ]
> I am surprised not to see any changes involving cleanup_srcu_struct().
> What did I miss?
Never mind, next patch!
Thanx, Paul