]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'drm-rust-next-2026-04-06' of https://gitlab.freedesktop.org/drm/rust/kerne...
authorDave Airlie <airlied@redhat.com>
Wed, 8 Apr 2026 21:30:11 +0000 (07:30 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 8 Apr 2026 21:30:21 +0000 (07:30 +1000)
commit650c54b6a501e169447f14a2af975980f598b662
tree9504651fa66d5dc1906b7dca3e0941e318e6a0c6
parent4516432284e1b2ad9e70de8067f779c9c1072189
parenta7a080bb4236ebe577b6776d940d1717912ff6dd
Merge tag 'drm-rust-next-2026-04-06' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next

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.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: "Danilo Krummrich" <dakr@kernel.org>
Link: https://patch.msgid.link/DHN5GMSIBKO2.2AYOLXDU4X19S@kernel.org