Re: [PATCH v10 0/5] rust: add SRCU abstraction

Boqun Feng <[email protected]> Fri, 10 Jul 2026 07:18:32 -0700
Newsgroups org.kernel.vger.rcu,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux
Message-ID <[email protected]>
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!

Regards,
Boqun