On Mon, 22 Jun 2026 19:32:48 +0200 Philipp Stanner <[email protected]> wrote:
> Changes since v1: > - Vertically format imports. (Onur) > - Make the new function #[inline]. (Alice) > - Add Alice's R-b. > > Philipp Stanner (3): > rust: sync: Add abstraction for synchronize_rcu() > rust: revocable: Use safe synchronize_rcu() abstraction > rust: sync: Use safe synchronize_rcu() abstraction in poll > > rust/kernel/revocable.rs | 9 ++++++--- > rust/kernel/sync/poll.rs | 10 ++++++---- > rust/kernel/sync/rcu.rs | 9 +++++++++ > 3 files changed, 21 insertions(+), 7 deletions(-) > > > base-commit: 43a393185e33e573a374c1d4f7ddf6481484ef8d > -- > 2.54.0 > For the whole series: Reviewed-by: Onur Özkan <[email protected]>

