[GIT PULL] slab fix for 6.12-rc7
From: Vlastimil Babka
Date: Fri Nov 08 2024 - 08:43:56 EST
Hi Linus,
please pull the latest slab fix from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.12-rc7
The problem exists since 6.11 but became noisy due to the new 6.12 warning.
Thanks,
Vlastimil
======================================
- Fix for duplicate caches in some arm64 configurations with
CONFIG_SLAB_BUCKETS (Koichiro Den).
----------------------------------------------------------------
Koichiro Den (1):
mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_create
mm/slab_common.c | 31 ++++++++++++++++++++-----------
1 file changed, 20 insertions(+), 11 deletions(-)