On Fri, 2026-04-24 at 00:01 +0900, Alexandre Courbot wrote:
This fails on master:
error[E0432]: unresolved import `crate::sync::ARef` --> ../rust/kernel/drm/gem/shmem.rs:36:5 | 36 | sync::ARef, | ^^^^^^^^^^ no `ARef` in `sync`
Importing `sync::aref::ARef` seems to be the correct way now.
FWIW: as I mentioned in the cover letter, this series applies against drm-rust-next - not master.