On Sun, 28 Jun 2026 16:53:20 +0200, Danilo Krummrich wrote:
> [PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data

Applied, thanks!

  Branch: drm-rust-next
  Tree:   https://gitlab.freedesktop.org/drm/rust/kernel.git

[1/19] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
      commit: 68b151bc6145
[2/19] rust: drm: rename Uninit DeviceContext to Normal
      commit: fd0f827c532b
[3/19] rust: faux: add Device type with AsBusDevice support
      commit: 893f39dadaa1

      [ Drop redundant 'struct device' invariant; implied by valid
        struct faux_device. - Danilo ]

[4/19] rust: drm: Add Driver::ParentDevice associated type
      commit: 49e27d58a06d
[5/19] rust: drm: change default DeviceContext to Normal
      commit: 903001300874
[6/19] rust: drm: restrict AlwaysRefCounted to Normal Device context
      commit: 506a7d63dab0
[7/19] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
      commit: ec8b2cc27c76
[8/19] rust: drm/gem: remove DeviceContext from shmem::Object
      commit: 7f994b8912eb
[9/19] rust: drm: split Deref for Device context typestates
      commit: 1c8a1f88ac32
[10/19] rust: drm: pin ioctl Device reference to Normal context
      commit: 499eb35cd477
[11/19] rust: drm: add Ioctl device context typestate
      commit: 86b20b11505d
[12/19] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical 
sections
      commit: 2455d5f2d5e8
[13/19] rust: drm: Wrap ioctl dispatch in RegistrationGuard
      commit: 478da53e5b68

      [ Use imperative mood in commit message; clarify __dev_ctx_cast() doc
        comment to reflect Ioctl-to-Registered cast. - Danilo ]

[14/19] rust: drm: return ParentDevice from Device AsRef
      commit: 47f600d40bc6
[15/19] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
      commit: 453197b7cc32
[16/19] drm: fix race between partial drm_dev_register() failure and ioctl
      commit: eb197f7d60f0
[17/19] rust: drm: Add RegistrationData to drm::Driver
      commit: e15b88223dc1

      [ Move registration_data_unchecked() to Device<T, Registered> impl
        block. - Danilo ]

[18/19] rust: drm: Pass registration data to ioctl handlers
      commit: 3ba210061c29
[19/19] drm: nova: Use drm::Device<Registered> to access the parent bus device
      commit: 354a8f8b098b

The patches will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patches are queued up for the upcoming merge window for the next major
kernel release.

Reply via email to