[GIT PULL] slab hotfix for 6.1-rc1

From: Vlastimil Babka
Date: Sat Oct 15 2022 - 16:06:39 EST


Linus,

please pull the latest slab changes from:

git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.1-rc1-hotfix

It's a single fix for the common-kmalloc series, for warnings on mips
and sparc64 reported by Guenter Roeck. It's rather last-minute, but I
thought it would be better to avoid the warnings in rc1.

Thanks,
Vlastimil

======================================

* A SLAB fix for warnings during creation of caches with off-slab
freelist, by Hyeonggon Yoo.

----------------------------------------------------------------
Hyeonggon Yoo (1):
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation

include/linux/slab_def.h | 1 -
mm/slab.c | 37 +++++++++++++++++++------------------
2 files changed, 19 insertions(+), 19 deletions(-)