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. 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 >

