Re: [PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
From: Paul E. McKenney
Date: Thu Dec 12 2024 - 14:10:54 EST
On Thu, Dec 12, 2024 at 10:30:28AM -0800, Christoph Lameter (Ampere) wrote:
> On Thu, 12 Dec 2024, Uladzislau Rezki (Sony) wrote:
>
> > This is v2. It is based on the Linux 6.13-rc2. The first version is
> > here:
>
> I do not see any use of internal slab interfaces by this code. It seems to
> be using rcu internals though. So it would best be placed with the rcu
> code.
That is indeed the current state. The point of moving it is to later
take advantage of internal slab state.
Thanx, Paul