linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] slab updates for 6.14
@ 2025-01-17 14:13 Vlastimil Babka
  2025-01-20 17:54 ` Sasha Levin
  2025-01-21 23:04 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Vlastimil Babka @ 2025-01-17 14:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Rientjes, Christoph Lameter, Andrew Morton, linux-mm, LKML,
	Roman Gushchin, Hyeonggon Yoo, Uladzislau Rezki (Sony),
	RCU

Hi Linus,

please pull the latest slab updates from:

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.14

There's a small conflict with the mm tree:
https://lore.kernel.org/all/20241216152721.15c5864d@canb.auug.org.au/

Thanks,
Vlastimil

======================================

* Move the kfree_rcu() implementation from RCU to SLAB subsystem
  (Uladzislau Rezki)

  The kfree_rcu() implementation has been historically maintained in the RCU
  subsystem. At LSF/MM we agreed to move it to SLAB, where it more logically
  belongs to. The batching is planned be more integrated with SLUB internals in
  the future, while using the RCU APIs like any other subsystem.

* Fix for kernel-doc warning (Randy Dunlap)

----------------------------------------------------------------
Randy Dunlap (1):
      mm/slab: fix kernel-doc func param names

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

Vlastimil Babka (1):
      Merge branch 'slab/for-6.14/kfree_rcu_move' into slab/for-next

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



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

end of thread, other threads:[~2025-01-22  0:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-17 14:13 [GIT PULL] slab updates for 6.14 Vlastimil Babka
2025-01-20 17:54 ` Sasha Levin
2025-01-20 20:35   ` Vlastimil Babka
2025-01-21 23:53   ` Christoph Lameter (Ampere)
2025-01-22  0:24     ` Sasha Levin
2025-01-21 23:04 ` pr-tracker-bot

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