linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC v1 0/5] Move kvfree_rcu() into SLAB
@ 2024-12-10 16:40 Uladzislau Rezki (Sony)
  2024-12-10 16:40 ` [RFC v1 1/5] rcu/kvfree: Temporary reclaim over call_rcu() Uladzislau Rezki (Sony)
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Uladzislau Rezki (Sony) @ 2024-12-10 16:40 UTC (permalink / raw)
  To: linux-mm, Andrew Morton, Vlastimil Babka
  Cc: RCU, LKML, Uladzislau Rezki, Oleksiy Avramchenko

Hello!

This series is based on v6.12 kernel. It is an attempt to move the kvfree_rcu()
into MM from the kernel/rcu/ place. I split the series into a few patches so it
is easier to follow a migration process.

As a result of this series, the main functionality is located under MM.

Uladzislau Rezki (Sony) (5):
  rcu/kvfree: Temporary reclaim over call_rcu()
  mm/slab: Copy main data structures of kvfree_rcu()
  mm/slab: Copy internal functions of kvfree_rcu()
  mm/slab: Copy a function of kvfree_rcu() initialization
  mm/slab: Move kvfree_rcu() into SLAB

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

-- 
2.39.5




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-12 18:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-10 16:40 [RFC v1 0/5] Move kvfree_rcu() into SLAB Uladzislau Rezki (Sony)
2024-12-10 16:40 ` [RFC v1 1/5] rcu/kvfree: Temporary reclaim over call_rcu() Uladzislau Rezki (Sony)
2024-12-10 16:40 ` [RFC v1 2/5] mm/slab: Copy main data structures of kvfree_rcu() Uladzislau Rezki (Sony)
2024-12-10 16:40 ` [RFC v1 3/5] mm/slab: Copy internal functions " Uladzislau Rezki (Sony)
2024-12-10 16:40 ` [RFC v1 4/5] mm/slab: Copy a function of kvfree_rcu() initialization Uladzislau Rezki (Sony)
2024-12-10 16:40 ` [RFC v1 5/5] mm/slab: Move kvfree_rcu() into SLAB Uladzislau Rezki (Sony)
2024-12-11 16:12 ` [RFC v1 0/5] " Paul E. McKenney
2024-12-12 10:30 ` Vlastimil Babka
2024-12-12 18:04   ` Uladzislau Rezki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox