On Fri May 22, 2026 at 8:34 AM JST, Danilo Krummrich wrote: > Take advantage of the lifetime-parameterized pci::Bar<'bound> to hold > the BAR mapping directly in NovaCore<'bound>, and pass a borrowed > reference to Gpu<'bound>. > > This eliminates the Arc<Devres<Bar0>> indirection, removes runtime > revocation checks for BAR access, and simplifies Gpu::unbind(). > > Signed-off-by: Danilo Krummrich <[email protected]>
I see that this patch is not in v5 (and it is marked `REF` here), do you intend to push it soon? Knowing that would be useful to understand which base to use for work that depends on HRT.
