On Fri, Jun 05, 2026 at 06:35:37AM -0700, Boqun Feng wrote: > From: Alice Ryhl <[email protected]> > > This adds an RcuBox container, which is like Box except that the value > is freed after waiting for one grace period (via {kvfree_,}call_rcu()). > > To allow containers to rely on the RCU properties of RcuBox, an > extension of ForeignOwnable is added. > > Signed-off-by: Alice Ryhl <[email protected]> > [boqun: Make RcuBox generic over Allocator and add tests] > [boqun: Add type alias for Rcu*Box] > Co-developed-by: Boqun Feng <[email protected]> > Signed-off-by: Boqun Feng <[email protected]> > ---
Please ignore this duplication... Regards, Boqun

