From: "Vlastimil Babka (SUSE)" <vbabka@kernel.org>
To: Alice Ryhl <aliceryhl@google.com>, Nathan Chancellor <nathan@kernel.org>
Cc: Boqun Feng <boqun@kernel.org>, Miguel Ojeda <ojeda@kernel.org>,
broonie@kernel.org, harry@kernel.org,
linux-kernel@vger.kernel.org, linux-next@vger.kernel.org,
paulmck@kernel.org, puranjay@kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Bert Karwatzki <spasswolf@web.de>, Gary Guo <gary@garyguo.net>
Subject: Re: linux-next: manual merge of the slab tree with the rcu tree
Date: Tue, 4 Aug 2026 10:44:51 +0200 [thread overview]
Message-ID: <2827aefd-30f6-424d-8bf5-aa46b97ee5eb@kernel.org> (raw)
In-Reply-To: <anGiIkvkDfYogBlu@google.com>
On 8/4/26 10:26, Alice Ryhl wrote:
> On Fri, Jul 31, 2026 at 03:01:37PM -0700, Nathan Chancellor wrote:
>> On Fri, Jul 31, 2026 at 11:14:42PM +0200, Alice Ryhl wrote:
>> > I like Nathan's fix as well.
>> >
>> > Not sure if it needs to be done in the merge commit, or if we can
>> > apply it as a patch to char-misc despite the unknown CFG_*?
>>
>> It would need to be applied at the merge of the two trees because
>> CONFIG_KVFREE_RCU_BATCHED was introduced back in 6.15 in commit
>> c9f8f1242a4c ("slab: don't batch kvfree_rcu() with SLUB_TINY").
>
> Is that required? Yes, the cfg(CONFIG_KVFREE_RCU_BATCHED) will fail in
> Greg's tree because the CFG doesn't exist and is hence not enabled ...
> but the cfg not applying is what we want.
But it does exist, CONFIG_KVFREE_RCU_BATCHED itself is old. What's new in
slab tree is kvfree_call_rcu() taking a "struct kvfree_rcu_head *" parameter
instead of "struct rcu_head *head" (which is actually "callback_head").
With Gary's suggestion [1] CONFIG_KVFREE_RCU_BATCHED will go out of the
picture completely anyway. What remains is an unconditional change of the
parameter. Can it be "resolved in advance" or only in the merge commit?
https://lore.kernel.org/all/11a8bf75-8fc1-4d32-a350-6bf8156dd8ab@kernel.org/
> The main risk I can think of is a warning about an unknown CFG being
> used. Perhaps we could silence the warning?
>
> Or I mean, we can also just fix it in the merge commit if that works for
> everyone.
>
> Alice
next prev parent reply other threads:[~2026-08-04 8:44 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 14:38 linux-next: manual merge of the slab tree with the rcu tree Mark Brown
2026-07-30 17:31 ` Paul E. McKenney
2026-08-01 12:41 ` Harry Yoo
2026-07-31 7:56 ` Miguel Ojeda
2026-07-31 9:59 ` Vlastimil Babka (SUSE)
2026-07-31 12:54 ` Vlastimil Babka (SUSE)
2026-07-31 20:07 ` Boqun Feng
2026-07-31 20:51 ` Miguel Ojeda
2026-07-31 21:14 ` Alice Ryhl
2026-07-31 22:01 ` Nathan Chancellor
2026-08-03 7:23 ` Harry Yoo
2026-08-03 8:07 ` Miguel Ojeda
2026-08-03 11:17 ` Harry Yoo
2026-08-03 12:21 ` Miguel Ojeda
2026-08-03 13:33 ` Vlastimil Babka (SUSE)
2026-08-04 8:26 ` Alice Ryhl
2026-08-04 8:44 ` Vlastimil Babka (SUSE) [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-12 4:09 Stephen Rothwell
2025-02-12 5:34 ` Boqun Feng
2024-08-12 2:47 Stephen Rothwell
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=2827aefd-30f6-424d-8bf5-aa46b97ee5eb@kernel.org \
--to=vbabka@kernel.org \
--cc=aliceryhl@google.com \
--cc=boqun@kernel.org \
--cc=broonie@kernel.org \
--cc=gary@garyguo.net \
--cc=gregkh@linuxfoundation.org \
--cc=harry@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=nathan@kernel.org \
--cc=ojeda@kernel.org \
--cc=paulmck@kernel.org \
--cc=puranjay@kernel.org \
--cc=spasswolf@web.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.