[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0d7dde0e-ac9d-620a-cfe8-7897ed53be60@suse.cz>
Date: Tue, 21 Feb 2023 15:33:02 +0100
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>
Subject: [GIT PULL] slab updates for 6.3-rc1
Linus,
please pull the latest slab updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.3
This time it's just a bunch of smaller cleanups and fixes for SLAB and SLUB:
- Make it possible to use kmem_cache_alloc_bulk() early in boot when
interrupts are not yet enabled, as code doing that started to appear via
new maple tree users (by Thomas Gleixner).
- Fix debugfs-related memory leak in SLUB (by Greg Kroah-Hartman).
- Use the standard idiom to get head page of folio (by SeongJae Park)
- Simplify and inline is_debug_pagealloc_cache() in SLAB (by lvqian)
- Remove unused variable in SLAB (by Gou Hao)
----------------------------------------------------------------
Gou Hao (1):
mm/slab: remove unused slab_early_init
Greg Kroah-Hartman (1):
mm/slub: fix memory leak with using debugfs_lookup()
SeongJae Park (1):
mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages
Thomas Gleixner (1):
mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early
Vlastimil Babka (2):
Merge branch 'slab/for-6.3/cleanups' into slab/for-linus
Merge branch 'slab/for-6.3/fixes' into slab/for-linus
lvqian (1):
mm/slab.c: cleanup is_debug_pagealloc_cache()
mm/slab.c | 34 +++++++++++++++-------------------
mm/slub.c | 13 +++++++------
2 files changed, 22 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists