Re: [PATCH v10 0/5] rust: add SRCU abstraction
Alice Ryhl <[email protected]> Fri, 10 Jul 2026 12:38:52 +0000
| 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. Reviewed-by: Alice Ryhl <[email protected]>