[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <7f4cd48e-492c-24f7-6fef-e3b50eace6ba@suse.cz>
Date: Fri, 27 Oct 2023 16:38:19 +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>,
Feng Tang <feng.tang@...el.com>,
Jay Patel <jaypatel@...ux.ibm.com>
Subject: [GIT PULL] slab updates for 6.7
Hi Linus,
once the merge window opens, please pull the latest slab updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.7
Thanks,
Vlastimil
======================================
* SLUB: slab order calculation refactoring (Vlastimil Babka, Feng Tang)
Recent proposals to tune the slab order calculations have prompted us to
look at the current code and refactor it to make it easier to follow and
eliminate some odd corner cases. The refactoring is mostly non-functional
changes, but should make the actual tuning easier to implement and review.
----------------------------------------------------------------
Feng Tang (1):
mm/slub: add sanity check for slub_min/max_order cmdline setup
Vlastimil Babka (4):
mm/slub: simplify the last resort slab order calculation
mm/slub: remove min_objects loop from calculate_order()
mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()
mm/slub: refactor calculate_order() and calc_slab_order()
mm/slub.c | 73 +++++++++++++++++++++++++++++++--------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)
Powered by blists - more mailing lists