On Tue Sep 1, 2026 at 5:09 PM BST, Ke Sun via B4 Relay wrote: > From: Alvin Sun <[email protected]> > > Drop the `'static` bound so that refcounted values borrowing from a > driver registration scope can be foreign-owned by the XArray > abstraction. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/sync/arc.rs | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-)
