From: "Danilo Krummrich" <dakr@kernel.org>
To: "Dave Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona.vetter@ffwll.ch>
Cc: "Alice Ryhl" <aliceryhl@google.com>,
"Alexandre Courbot" <acourbot@nvidia.com>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
<nouveau@lists.freedesktop.org>,
<dri-devel@lists.freedesktop.org>,
<rust-for-linux@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] DRM Rust changes for v7.1-rc1 (2nd)
Date: Tue, 07 Apr 2026 20:55:31 +0200 [thread overview]
Message-ID: <DHN5GMSIBKO2.2AYOLXDU4X19S@kernel.org> (raw)
Hi Dave and Sima,
Please pull these DRM Rust fixes.
All changes have been in linux-next for two rounds -- no conflicts expected.
- Danilo
The following changes since commit 7c50d748b4a635bc39802ea3f6b120e66b1b9067:
gpu: nova-core: firmware: factor out an elf_str() function (2026-03-30 14:01:53 +0900)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/rust/kernel.git tags/drm-rust-next-2026-04-06
for you to fetch changes up to a7a080bb4236ebe577b6776d940d1717912ff6dd:
gpu: nova-core: fix missing colon in SEC2 boot debug message (2026-04-06 10:06:39 +0900)
----------------------------------------------------------------
DRM Rust changes for v7.1-rc1 (2nd)
Nova (Core):
- Don't create intermediate (mutable) references to the whole command
queue buffer, which is potential undefined behavior.
- Add missing padding to the falcon firmware DMA buffer to prevent DMA
transfers going out of range of the DMA buffer.
- Actually set the default values in the bitfield Default
implementation.
- Use u32::from_le_bytes() instead of manual bit shifts to parse the
PCI ROM header.
- Fix a missing colon in the SEC2 boot debug message.
----------------------------------------------------------------
Alexandre Courbot (2):
gpu: nova-core: gsp: fix undefined behavior in command queue code
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
David Carlier (1):
gpu: nova-core: fix missing colon in SEC2 boot debug message
Eliot Courtney (1):
gpu: nova-core: bitfield: fix broken Default implementation
John Hubbard (1):
gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
drivers/gpu/nova-core/bitfield.rs | 5 ++---
drivers/gpu/nova-core/falcon.rs | 21 +++++++++++++++++++--
drivers/gpu/nova-core/gsp/boot.rs | 2 +-
drivers/gpu/nova-core/gsp/cmdq.rs | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
drivers/gpu/nova-core/vbios.rs | 7 +------
5 files changed, 91 insertions(+), 58 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Dave Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona.vetter@ffwll.ch>
Cc: Alice Ryhl <aliceryhl@google.com>,
Alexandre Courbot <acourbot@nvidia.com>,
Daniel Almeida <daniel.almeida@collabora.com>,
nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] DRM Rust changes for v7.1-rc1 (2nd)
Date: Tue, 07 Apr 2026 20:55:31 +0200 [thread overview]
Message-ID: <DHN5GMSIBKO2.2AYOLXDU4X19S@kernel.org> (raw)
Hi Dave and Sima,
Please pull these DRM Rust fixes.
All changes have been in linux-next for two rounds -- no conflicts expected.
- Danilo
The following changes since commit 7c50d748b4a635bc39802ea3f6b120e66b1b9067:
gpu: nova-core: firmware: factor out an elf_str() function (2026-03-30 14:01:53 +0900)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/rust/kernel.git tags/drm-rust-next-2026-04-06
for you to fetch changes up to a7a080bb4236ebe577b6776d940d1717912ff6dd:
gpu: nova-core: fix missing colon in SEC2 boot debug message (2026-04-06 10:06:39 +0900)
----------------------------------------------------------------
DRM Rust changes for v7.1-rc1 (2nd)
Nova (Core):
- Don't create intermediate (mutable) references to the whole command
queue buffer, which is potential undefined behavior.
- Add missing padding to the falcon firmware DMA buffer to prevent DMA
transfers going out of range of the DMA buffer.
- Actually set the default values in the bitfield Default
implementation.
- Use u32::from_le_bytes() instead of manual bit shifts to parse the
PCI ROM header.
- Fix a missing colon in the SEC2 boot debug message.
----------------------------------------------------------------
Alexandre Courbot (2):
gpu: nova-core: gsp: fix undefined behavior in command queue code
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
David Carlier (1):
gpu: nova-core: fix missing colon in SEC2 boot debug message
Eliot Courtney (1):
gpu: nova-core: bitfield: fix broken Default implementation
John Hubbard (1):
gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
drivers/gpu/nova-core/bitfield.rs | 5 ++---
drivers/gpu/nova-core/falcon.rs | 21 +++++++++++++++++++--
drivers/gpu/nova-core/gsp/boot.rs | 2 +-
drivers/gpu/nova-core/gsp/cmdq.rs | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
drivers/gpu/nova-core/vbios.rs | 7 +------
5 files changed, 91 insertions(+), 58 deletions(-)
next reply other threads:[~2026-04-07 18:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 18:55 Danilo Krummrich [this message]
2026-04-07 18:55 ` [GIT PULL] DRM Rust changes for v7.1-rc1 (2nd) Danilo Krummrich
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=DHN5GMSIBKO2.2AYOLXDU4X19S@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=linux-kernel@vger.kernel.org \
--cc=nouveau@lists.freedesktop.org \
--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.