On Wed, May 27, 2026 at 04:06:11PM -0700, Paul E. McKenney wrote: > On Wed, May 27, 2026 at 03:31:59PM -0700, Boqun Feng wrote: > > On Wed, May 27, 2026 at 11:35:35PM +0300, Onur Özkan wrote: > > > Include Rust side implementation files to the SRCU maintainer > > > entry. > > > > > > Signed-off-by: Onur Özkan <[email protected]> > > > > @Paul, could you help review this? Also the patch #2 since it changes > > the C side. > > > > Of course, your feedbacks will be much appreciated for the whole series > > as well. > > Done, though I am leaving srcu.rs to you guys, unless you have a specific > question for me. ;-) >
Thank you! I saw you left reviews on v5 and I just want to let you know that in v6 (the latest version), my comment on patch #2 had been resolved. Regards, Boqun > Thanx, Paul > > > Regards, > > Boqun > > > > > --- > > > MAINTAINERS | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index e0b307b2108c..7739a435f258 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -24624,6 +24624,7 @@ SLEEPABLE READ-COPY UPDATE (SRCU) > > > M: Lai Jiangshan <[email protected]> > > > M: "Paul E. McKenney" <[email protected]> > > > M: Josh Triplett <[email protected]> > > > +M: Onur Özkan <[email protected]> (RUST) > > > R: Steven Rostedt <[email protected]> > > > R: Mathieu Desnoyers <[email protected]> > > > L: [email protected] > > > @@ -24632,6 +24633,8 @@ W: http://www.rdrop.com/users/paulmck/RCU/ > > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git > > > rcu/dev > > > F: include/linux/srcu*.h > > > F: kernel/rcu/srcu*.c > > > +F: rust/helpers/srcu.c > > > +F: rust/kernel/sync/srcu.rs > > > > > > SMACK SECURITY MODULE > > > M: Casey Schaufler <[email protected]> > > > -- > > > 2.51.2 > > >

