* [GIT PULL] DRM Rust fixes for v7.1-rc3
@ 2026-05-06 23:33 Danilo Krummrich
0 siblings, 0 replies; only message in thread
From: Danilo Krummrich @ 2026-05-06 23:33 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Danilo Krummrich, Alice Ryhl, Alexandre Courbot, Daniel Almeida,
dri-devel, nova-gpu, rust-for-linux
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/DIBZCHAXRBPZ.2AM1ZBR61RA9Z@kernel.org/
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-06 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 23:33 [GIT PULL] DRM Rust fixes for v7.1-rc3 Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox