Re: [PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data

From: Danilo Krummrich

Date: Thu May 14 2026 - 15:08:33 EST


On Thu May 14, 2026 at 8:59 PM CEST, Deborah Brouwer wrote:
> let unreg_dev = drm::UnregisteredDevice::<TyrDrmDriver>::new(pdev, data)?;

You shouldn't need this anymore as the drm::Registration itself has private data
now that is bound to the lifetime of the underlying bus device, which should be
the correct lifetime for juggling the GPU page tables.