linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Vlastimil Babka <vbabka@suse.cz>,
	Christoph Lameter <cl@linux.com>,
	David Rientjes <rientjes@google.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Harry Yoo <harry.yoo@oracle.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] mm, slab: use frozen pages for large kmalloc
Date: Fri, 30 May 2025 17:59:25 +0100	[thread overview]
Message-ID: <aDnj7QCvM1phrvEX@casper.infradead.org> (raw)
In-Reply-To: <aDiBUr38QArXjO6v@google.com>

On Thu, May 29, 2025 at 03:46:26PM +0000, Roman Gushchin wrote:
> > @@ -1549,6 +1549,8 @@ static inline void get_page(struct page *page)
> >  	struct folio *folio = page_folio(page);
> >  	if (WARN_ON_ONCE(folio_test_slab(folio)))
> >  		return;
> > +	if (WARN_ON_ONCE(folio_test_large_kmalloc(folio)))
> > +		return;
> >  	folio_get(folio);
> 
> I guess eventually we can convert them to VM_WARN_ON_ONCE()?

Eventually they go away


  reply	other threads:[~2025-05-30 16:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-29  8:56 [PATCH 0/2] " Vlastimil Babka
2025-05-29  8:56 ` [PATCH 1/2] mm, slab: use " Vlastimil Babka
2025-05-29 15:46   ` Roman Gushchin
2025-05-30 16:59     ` Matthew Wilcox [this message]
2025-05-30  4:17   ` Harry Yoo
2025-05-29  8:56 ` [PATCH 2/2] mm, slab: support NUMA policy " Vlastimil Babka
2025-05-29 14:57   ` Christoph Lameter (Ampere)
2025-05-29 15:59     ` Vlastimil Babka
2025-05-30 19:05       ` Christoph Lameter (Ampere)
2025-06-02  8:24         ` Vlastimil Babka
2025-05-30  7:11   ` Harry Yoo

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=aDnj7QCvM1phrvEX@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=harry.yoo@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=rientjes@google.com \
    --cc=roman.gushchin@linux.dev \
    --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