From: "Danilo Krummrich" <dakr@kernel.org>
To: "Dave Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona.vetter@ffwll.ch>
Cc: "Danilo Krummrich" <dakr@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Alexandre Courbot" <acourbot@nvidia.com>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
<dri-devel@lists.freedesktop.org>, <nova-gpu@lists.linux.dev>,
<rust-for-linux@vger.kernel.org>
Subject: [GIT PULL] DRM Rust fixes for v7.1-rc3
Date: Thu, 07 May 2026 01:33:17 +0200 [thread overview]
Message-ID: <DIBZJ40ZC4J3.Y1DLA7JTS2PC@kernel.org> (raw)
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(-)
reply other threads:[~2026-05-06 23:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DIBZJ40ZC4J3.Y1DLA7JTS2PC@kernel.org \
--to=dakr@kernel.org \
--cc=acourbot@nvidia.com \
--cc=airlied@gmail.com \
--cc=aliceryhl@google.com \
--cc=daniel.almeida@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=nova-gpu@lists.linux.dev \
--cc=rust-for-linux@vger.kernel.org \
--cc=simona.vetter@ffwll.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.