From: Vlastimil Babka <vbabka@suse.cz>
To: Christoph Lameter <cl@linux.com>,
David Rientjes <rientjes@google.com>,
Joonsoo Kim <iamjoonsoo.kim@lge.com>,
Pekka Enberg <penberg@kernel.org>,
Joel Fernandes <joel@joelfernandes.org>
Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com>,
Roman Gushchin <roman.gushchin@linux.dev>,
Matthew Wilcox <willy@infradead.org>,
paulmck@kernel.org, rcu@vger.kernel.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org, patches@lists.linux.dev,
Vlastimil Babka <vbabka@suse.cz>
Subject: [PATCH v2 0/3] rearrange struct slab fields to allow larger rcu_head
Date: Mon, 7 Nov 2022 18:05:51 +0100 [thread overview]
Message-ID: <20221107170554.7869-1-vbabka@suse.cz> (raw)
Hi,
The previous version (RFC, no cover letter) is here:
https://lore.kernel.org/all/20220826090912.11292-1-vbabka@suse.cz/
Git branch is here:
https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git/log/?h=slab/for-6.2/fit_rcu_head
(also in linux-next since late last week)
The rationale for doing all this is in patch 3 - I hope there are still
plans for the rcu_head debugging, Joel?
The previous version was in linux-next, which brought crash reports due
to causing false positive __PageMovable() tests. There were several
attempts to deal with it, as explained in Patch 2, which is an updated
version of one of those attempts. It hasn't been formally posted and
reviewed yet, hence this posting.
Thanks,
Vlastimil
Vlastimil Babka (3):
mm/slub: perform free consistency checks before call_rcu
mm/migrate: make isolate_movable_page() skip slab pages
mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
mm/migrate.c | 15 ++++++++++++---
mm/slab.c | 6 +++++-
mm/slab.h | 54 +++++++++++++++++++++++++++++++---------------------
mm/slub.c | 26 ++++++++++++++-----------
4 files changed, 64 insertions(+), 37 deletions(-)
--
2.38.0
next reply other threads:[~2022-11-07 17:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 17:05 Vlastimil Babka [this message]
2022-11-07 17:05 ` [PATCH v2 1/3] mm/slub: perform free consistency checks before call_rcu Vlastimil Babka
2022-11-07 17:05 ` [PATCH v2 2/3] mm/migrate: make isolate_movable_page() skip slab pages Vlastimil Babka
2022-11-10 13:48 ` Hyeonggon Yoo
2022-11-07 17:05 ` [PATCH v2 3/3] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head Vlastimil Babka
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=20221107170554.7869-1-vbabka@suse.cz \
--to=vbabka@suse.cz \
--cc=42.hyeyoo@gmail.com \
--cc=cl@linux.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=joel@joelfernandes.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=patches@lists.linux.dev \
--cc=paulmck@kernel.org \
--cc=penberg@kernel.org \
--cc=rcu@vger.kernel.org \
--cc=rientjes@google.com \
--cc=roman.gushchin@linux.dev \
--cc=willy@infradead.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