[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <70699482-f413-d7b8-6378-48bc915d1ecb@suse.cz>
Date: Fri, 29 Sep 2023 09:52:02 +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>,
"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>
Subject: [GIT PULL] slab fixes for 6.6-rc4
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-rc4
There are two fixes:
- a stable fix to prevent list corruption when destroying caches with
leftover objects, by Rafael Aquini
- a fix for a gotcha in kmalloc_size_roundup() when calling it with too high
size, discovered when recently a networking call site had to be fixed (for
a different issue), by David Laight
Thanks,
Vlastimil
----------------------------------------------------------------
David Laight (1):
slab: kmalloc_size_roundup() must not return 0 for non-zero size
Rafael Aquini (1):
mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()
mm/slab_common.c | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists