linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Vlastimil Babka <vbabka@suse.cz>
Cc: klourencodev@gmail.com, linux-mm@kvack.org,
	Christoph Hellwig <hch@infradead.org>,
	akpm@linux-foundation.org
Subject: Re: [PATCH] mm/mempool.c: set @elems slots to NULL once freed
Date: Mon, 5 Jan 2026 22:22:53 -0800	[thread overview]
Message-ID: <aVyqPfnVtdAM4HYY@infradead.org> (raw)
In-Reply-To: <07c4f991-ae41-456d-8e7f-287bf8676c9e@suse.cz>

On Mon, Jan 05, 2026 at 05:46:47PM +0100, Vlastimil Babka wrote:
> On 12/24/25 00:10, klourencodev@gmail.com wrote:
> > From: Kevin Lourenco <klourencodev@gmail.com>
> > 
> > This is documented in the function comment as "...and sets their
> > slots in @elems to NULL.", but it was not followed.
> > 
> > We need to follow the NULL assignment, because elements newly returned
> > to the pool must not be touched under any circumstances by the user.
> 
> Well alternatively we could update the comment if no user needs to rely on
> this. Since it was modeled after __alloc_pages_bulk()/release_pages() and
> release_pages() doesn't do this, we could also avoid it for perf reasons.
> Christoph, what do you think?

Not sure. I hate the magic null skipping behavior in
__alloc_pages_bulk()/release_pages(), but given that we try to stay
compatible it might be best to do this.



  reply	other threads:[~2026-01-06  6:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-23 23:10 [PATCH] mm/mempool.c: set @elems slots to NULL once freed klourencodev
2025-12-23 23:47 ` Vlastimil Babka
2026-01-05 16:46 ` Vlastimil Babka
2026-01-06  6:22   ` Christoph Hellwig [this message]
2026-01-06  8:00     ` Vlastimil Babka
2026-01-06  8:09       ` Christoph Hellwig

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=aVyqPfnVtdAM4HYY@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=klourencodev@gmail.com \
    --cc=linux-mm@kvack.org \
    --cc=vbabka@suse.cz \
    /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;
as well as URLs for NNTP newsgroup(s).