[GIT PULL] slab fixes for 6.18-rc1
From: Vlastimil Babka
Date: Thu Oct 09 2025 - 05:36:37 EST
Hi Linus,
please pull the latest slab fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.18-rc1
Thanks,
Vlastimil
======================================
* Fixes for several corner cases in error paths and debugging options,
related to the new kmalloc_nolock() functionality (Kuniyuki Iwashima,
Ran Xiaokai)
----------------------------------------------------------------
Kuniyuki Iwashima (1):
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
Ran Xiaokai (2):
slab: Add allow_spin check to eliminate kmemleak warnings
slab: Fix using this_cpu_ptr() in preemptible context
mm/slub.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)