From: Vlastimil Babka <vbabka@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: David Rientjes <rientjes@google.com>,
Joonsoo Kim <iamjoonsoo.kim@lge.com>,
Christoph Lameter <cl@linux.com>,
Pekka Enberg <penberg@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
LKML <linux-kernel@vger.kernel.org>,
patches@lists.linux.dev,
Roman Gushchin <roman.gushchin@linux.dev>
Subject: [GIT PULL] slab for 5.18
Date: Mon, 21 Mar 2022 20:02:58 +0100 [thread overview]
Message-ID: <ee1fe9ee-c560-9f7c-c8d1-bd48c608ba90@suse.cz> (raw)
Linus,
please pull the latest slab changes from
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-5.18
======================================
- A few non-trivial SLUB code cleanups, most notably a
refactoring of deactivate_slab().
- Bunch of trivial changes, such as removal of unused parameters,
making stuff static, employing helpers.
Thanks,
Vlastimil
----------------------------------------------------------------
Hyeonggon Yoo (2):
mm/slub: limit number of node partial slabs only in cache creation
mm/slub: refactor deactivate_slab()
Lianjie Zhang (1):
mm/slub: use helper macro __ATTR_XX_MODE for SLAB_ATTR(_RO)
Miaohe Lin (3):
mm/slob: make kmem_cache_boot static
mm/slab_common: use helper function is_power_of_2()
mm/slub: remove forced_order parameter in calculate_sizes
Vlastimil Babka (2):
Merge branch 'slab/for-5.18/trivial' into slab/for-linus
Merge branch 'slab/for-5.18/cleanups' into slab/for-linus
Xiongwei Song (2):
mm: slab: Delete unused SLAB_DEACTIVATED flag
mm: slub: Delete useless parameter of alloc_slab_page()
include/linux/slab.h | 3 --
mm/slab_common.c | 2 +-
mm/slob.c | 2 +-
mm/slub.c | 130 +++++++++++++++++++++------------------------------
4 files changed, 54 insertions(+), 83 deletions(-)
next reply other threads:[~2022-03-21 19:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 19:02 Vlastimil Babka [this message]
2022-03-23 19:50 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee1fe9ee-c560-9f7c-c8d1-bd48c608ba90@suse.cz \
--to=vbabka@suse.cz \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=patches@lists.linux.dev \
--cc=penberg@kernel.org \
--cc=rientjes@google.com \
--cc=roman.gushchin@linux.dev \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox