[GIT PULL] slab fixes for 6.6-rc6

From: Vlastimil Babka
Date: Thu Oct 19 2023 - 11:20:07 EST


Linus,

please pull the latest slab fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-fixes-for-6.6-rc6

There's a single stable fix sent last week [1] and due to swiotlb
changes in 6.6 I based it on 6.6-rc5 to apply cleanly:

- stable fix to prevent kernel warnings with KASAN_HW_TAGS on
arm64 due to improperly resolved kmalloc alignment restrictions
(Catalin Marinas)

Thanks,
Vlastimil

[1] https://lore.kernel.org/all/20231006163934.3273940-1-catalin.marinas@xxxxxxx/

----------------------------------------------------------------
Catalin Marinas (1):
mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()

mm/slab_common.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)