Commit 17dd4d44e990 for kernel

commit 17dd4d44e99046a6e1676be8cef13ce85adc0750
Merge: 2c5d5ecda5f1 0a69ac25bd59
Author: Dave Airlie <airlied@redhat.com>
Date:   Fri May 8 08:34:34 2026 +1000

    Merge tag 'drm-rust-fixes-2026-05-07' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes

    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

    Signed-off-by: Dave Airlie <airlied@redhat.com>

    From: "Danilo Krummrich" <dakr@kernel.org>
    Link: https://patch.msgid.link/DIBZJ40ZC4J3.Y1DLA7JTS2PC@kernel.org