[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)

From: Uladzislau Rezki (Sony)
Date: Thu Dec 12 2024 - 13:02:17 EST


Hello!

This is v2. It is based on the Linux 6.13-rc2. The first version is
here:

https://lore.kernel.org/linux-mm/20241210164035.3391747-4-urezki@xxxxxxxxx/T/

The difference between v1 and v2 is that, the preparation process is
done in original place instead and after that there is one final move.

Uladzislau Rezki (Sony) (5):
rcu/kvfree: Initialize kvfree_rcu() separately
rcu/kvfree: Move some functions under CONFIG_TINY_RCU
rcu/kvfree: Adjust names passed into trace functions
rcu/kvfree: Adjust a shrinker name
mm/slab: Move kvfree_rcu() into SLAB

include/linux/slab.h | 1 +
init/main.c | 1 +
kernel/rcu/tree.c | 876 ------------------------------------------
mm/slab_common.c | 880 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 882 insertions(+), 876 deletions(-)

--
2.39.5