[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <83deef1e-48ab-6e29-4611-2e7c37d023c8@suse.cz>
Date: Sat, 15 Oct 2022 22:06:08 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: David Rientjes <rientjes@...gle.com>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
Christoph Lameter <cl@...ux.com>,
Pekka Enberg <penberg@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>, patches@...ts.linux.dev,
Roman Gushchin <roman.gushchin@...ux.dev>,
Hyeonggon Yoo <42.hyeyoo@...il.com>,
Kees Cook <keescook@...omium.org>,
Feng Tang <feng.tang@...el.com>
Subject: [GIT PULL] slab hotfix for 6.1-rc1
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(-)
Powered by blists - more mailing lists