On Fri May 22, 2026 at 8:34 AM JST, Danilo Krummrich wrote: > Convert the sample driver to SampleDriver<'bound>, taking advantage of > the lifetime-parameterized Driver trait. > > The driver struct holds &'bound pci::Device directly instead of > ARef<pci::Device>, and pci::Bar<'bound> directly instead of > Devres<pci::Bar>. This removes PinnedDrop, pin_init_scope, and runtime > revocation checks on BAR access. > > Reviewed-by: Eliot Courtney <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Alexandre Courbot <[email protected]>
