Re: [PATCH v2 0/3] Add and use abstraction for synchronize_rcu()

From: Onur Özkan

Date: Mon Jun 22 2026 - 13:38:01 EST


On Mon, 22 Jun 2026 19:32:48 +0200
Philipp Stanner <phasta@xxxxxxxxxx> 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 <work@xxxxxxxxxxxxx>