[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220221105336.522086-1-42.hyeyoo@gmail.com>
Date: Mon, 21 Feb 2022 10:53:31 +0000
From: Hyeonggon Yoo <42.hyeyoo@...il.com>
To: linux-mm@...ck.org
Cc: Roman Gushchin <guro@...com>,
Andrew Morton <akpm@...ux-foundation.org>,
Vlastimil Babka <vbabka@...e.cz>, linux-kernel@...r.kernel.org,
Joonsoo Kim <iamjoonsoo.kim@....com>,
David Rientjes <rientjes@...gle.com>,
Christoph Lameter <cl@...ux.com>,
Pekka Enberg <penberg@...nel.org>,
Hyeonggon Yoo <42.hyeyoo@...il.com>
Subject: [PATCH 0/5] slab cleanups
Hi. These are cleanup patches of slab. Please consider them for slab-next :)
Correctness of locking for patch 5 is checked using lockdep.
Hyeonggon Yoo (5):
mm/sl[au]b: Unify __ksize()
mm/sl[auo]b: Do not export __ksize()
mm/slab: Do not call kmalloc_large() for unsupported size
mm/slub: Limit min_partial only in cache creation
mm/slub: Refactor deactivate_slab()
include/linux/slab.h | 23 +++++++---
mm/slab.c | 23 ----------
mm/slab_common.c | 28 ++++++++++++
mm/slob.c | 1 -
mm/slub.c | 101 +++++++++++++++++--------------------------
5 files changed, 84 insertions(+), 92 deletions(-)
--
2.33.1
Powered by blists - more mailing lists