]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'drm-rust-fixes-2026-05-07' of https://gitlab.freedesktop.org/drm/rust...
authorDave Airlie <airlied@redhat.com>
Thu, 7 May 2026 22:34:34 +0000 (08:34 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 May 2026 22:50:23 +0000 (08:50 +1000)
commit17dd4d44e99046a6e1676be8cef13ce85adc0750
treefafe4588548c9f61d12165da34842a71198862f7
parent2c5d5ecda5f165c0c064f24b736d585db10098c6
parent0a69ac25bd596d50823d530d0a2004336668c0df
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
MAINTAINERS