[GIT PULL] slab fixes for 6.12-rc6
From: Vlastimil Babka
Date: Tue Oct 29 2024 - 05:54:53 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.12-rc6
Thanks,
Vlastimil
======================================
* Fix for a slub_kunit test warning with MEM_ALLOC_PROFILING_DEBUG,
by Pei Xiao.
* Fix for a MTE-based KASAN BUG in krealloc(), by Qun-Wei Lin.
----------------------------------------------------------------
Pei Xiao (1):
slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof
Qun-Wei Lin (1):
mm: krealloc: Fix MTE false alarm in __do_krealloc
lib/slub_kunit.c | 2 +-
mm/slab_common.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)