Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports

From: Alice Ryhl

Date: Thu Mar 26 2026 - 12:05:23 EST


On Thu, Mar 26, 2026 at 4:25 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> A few imports of types::ARef were merged into drm-rust-next, but this
> old path is being removed in rust-next this cycle. Thus update them.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
> ---
> Alice Ryhl (2):
> rust: workqueue: use new sync::aref path for imports
> rust: drm: use new sync::aref path for imports
>
> rust/kernel/drm/gem/mod.rs | 2 +-
> rust/kernel/workqueue.rs | 8 +++++---
> 2 files changed, 6 insertions(+), 4 deletions(-)

I'm applying this now to avoid a linux-next break tonight. Thanks for
the reviews Danilo and Gary.

Alice