Re: [PATCH v10 0/5] rust: add SRCU abstraction
"Paul E. McKenney" <[email protected]> Fri, 10 Jul 2026 11:07:59 -0700
| Newsgroups | org.kernel.vger.rcu,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <f624a266-c37f-421d-925b-645bb31b411c@paulmck-laptop> |
On Fri, Jul 10, 2026 at 07:18:32AM -0700, Boqun Feng wrote: > On Sat, Jun 13, 2026 at 09:40:06AM +0300, Onur Ãzkan wrote: > > The immediate motivation is the Tyr reset infrastructure [1] which needs > > to serialize reset sensitive hardware access against reset and teardown > > paths. That reset series started to require many independent dependencies > > so this SRCU support is split out as a standalone Rust API to keep the > > reset series focused on the reset logic and easier to review, rebase and > > land. > > > [...] > > Thank you all! > > Reviewed-by: Boqun Feng <[email protected]> > > Paul, per our previous discussion, I think this series should into rcu > tree, since it changes a significant part of SRCU C code. Thanks! As Boqun said, thank you all! I have queued these, with a little luck for the upcoming merge window. Thanx, paul