Hi Dave and Sima, Please pull these DRM Rust fixes.
Not all of them have been in linux-next -- linux-next keeps merging branches from the drm-rust tree, but without fetching the remote; I reported this in [1]. No conflicts expected. - Danilo [1] https://lore.kernel.org/linux-next/[email protected]/ The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/rust/kernel.git tags/drm-rust-fixes-2026-05-07 for you to fetch changes up to 0a69ac25bd596d50823d530d0a2004336668c0df: rust: drm: fix unsound initialization in drm::Device::new (2026-05-03 14:04:57 +0200) ---------------------------------------------------------------- DRM Rust fixes for v7.1-rc3 - Fix unsound initialization in drm::Device::new(); if pinned initialization of drm::Device::Data fails, make sure drm::Device::release() isn't called, so we don't run the data's destructor - Fix missing GEM state cleanup in the init failure case; call drm_gem_private_object_fini() if drm_gem_object_init() fails - Fix wrong ARef import in the DRM shmem GEM helper abstraction - Replace the nouveau mailing list with the new nova-gpu mailing list for both nova-core and nova-drm, and remove unused patchwork entries ---------------------------------------------------------------- Danilo Krummrich (1): MAINTAINERS: nova: update mailing list Eliot Courtney (2): rust: drm: gem: clean up GEM state in init failure case rust: drm: fix unsound initialization in drm::Device::new Mukesh Kumar Chaurasiya (IBM) (1): rust/drm: import ARef from sync crate MAINTAINERS | 6 ++---- rust/kernel/drm/device.rs | 22 ++++++++++++++++------ rust/kernel/drm/gem/mod.rs | 13 +++++++++++-- rust/kernel/drm/gem/shmem.rs | 6 ++---- 4 files changed, 31 insertions(+), 16 deletions(-)
