On Thu, Aug 01, 2024 at 04:28:18PM +0200, Vlastimil Babka wrote: > On 8/1/24 13:10, Uladzislau Rezki (Sony) wrote: > > Add a kvfree_rcu_barrier() function. It waits until all > > in-flight pointers are freed over RCU machinery. It does > > not wait any GP completion and it is within its right to > > return immediately if there are no outstanding pointers. > > > > This function is useful when there is a need to guarantee > > that a memory is fully freed before destroying memory caches. > > For example, during unloading a kernel module. > > > > Signed-off-by: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx> > > Thanks a lot, Ulad! Locally it makde the kunit test stop failing and for now > I've pushed it as part of my series for bots to test: > > https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slab-kfree_rcu-destroy-v2r0 > > I hope after RCU folks review I can carry this in my series and later the > slab git tree so we don't have inter-tree dependencies. Thanks! > You are welcome :) Yep, if we need to update it i will send out a new version! -- Uladzislau Rezki