Merge tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Dec 2025 23:54:08 +0000 (08:54 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Dec 2025 23:54:08 +0000 (08:54 +0900)
commit1de741159bbb187c8018c4c779acde4ea0188478
treeb8f2cd5230df77517c8204dbc914f560c3af0f27
parent0723a166d1f1da4c60d7b11289383f073e4dee9b
parent0f35040de59371ad542b915d7b91176c9910dadc
Merge tag 'slab-for-6.19-rc1' of git://git./linux/kernel/git/vbabka/slab

Pull slab fix from Vlastimil Babka:

 - A stable fix for performance regression in tests that perform
   kmem_cache_destroy() a lot, due to unnecessarily wide scope of
   kvfree_rcu_barrier() (Harry Yoo)

* tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
mm/slab_common.c
mm/slub.c