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

From: Gary Guo

Date: Thu Mar 26 2026 - 11:45:58 EST


On Thu Mar 26, 2026 at 3:25 PM GMT, Alice Ryhl 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(-)
> ---
> base-commit: 206bada308d0d715d62ac841784af34a2ca22ff6
> change-id: 20260326-drm-rust-next-fix-aref-595e7bd5e70c
>
> Best regards,

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

(with import style fixed up)