linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: David Hildenbrand <david@redhat.com>
Cc: Jane Chu <jane.chu@oracle.com>,
	linux-mm@kvack.org, John Hubbard <jhubbard@nvidia.com>
Subject: Re: Splitting pinned folios
Date: Wed, 13 Mar 2024 15:27:31 +0000	[thread overview]
Message-ID: <ZfHF4yNXPQhWz6Q5@casper.infradead.org> (raw)
In-Reply-To: <57c9e228-9aca-4da6-a714-f175f053ff50@redhat.com>

On Wed, Mar 13, 2024 at 10:20:46AM +0100, David Hildenbrand wrote:
> On 13.03.24 04:16, Matthew Wilcox wrote:
> > On Tue, Mar 12, 2024 at 06:23:43PM -0700, Jane Chu wrote:
> > > I noticed this recently
> > 
> > OK, this is entirely different, so I'm going to start a new thread ;-)
> > 
> > >   * GUP pin and PG_locked transferred to @page. Rest subpages can be freed if
> > >   * they are not mapped.
> > >   *
> > >   * Returns 0 if the hugepage is split successfully.
> > >   * Returns -EBUSY if the page is pinned or if anon_vma disappeared from under
> > >   * us.
> > >   */
> > > int split_huge_page_to_list(struct page *page, struct list_head *list)
> > > {
> > > 
> > > I have a test case with poisoned shmem THP page that was mlocked and
> > > 
> > > GUP pinned (FOLL_LONGTERM|FOLL_WRITE), but the split succeeded.
> > 
> > I'm going to blame John for this!
> 
> The description is wrong. Whoever calls split_huge_page_to_list() must hold
> a folio reference.
> 
> That folio reference will be transferred to @page (not the head page) once
> split. So @page can be used by the caller after the split succeeded.
> 
> 
> > There's no reference to pincount
> > anywhere in huge_memory.c, so I have no clue how this comment is even
> 
> Each pincount increment/decrement must be paired with a folio refcount
> increment. Therefore, no pincount checks are required.

I'd forgotten that.  Any GUP pin will force failure of split.  So I
don't know what Jane is seeing.  memory_failure() tries to split THPs
and outputs an error if it can't.  It doesn't try to handle them.

It probably should, but that's a subject for a different thread.

> In essence: we expect on a folio after completely unmapping it:
> * 1 reference from the caller of split_huge_page_to_list()
> * pagecache: 1 reference per subpage from the pagecache

 * 1 reference if the folio has private data (thank you, bufferheads)

Oh.  Is that the bug?  can_split_folio() doesn't know that.  This
usually isn't a problem because, eg, truncate_inode_partial_folio()
will remove the private data before calling split_folio().  But
memory-failure doesn't know about that rule ...

No, that's not it.  shmem doesn't use the folio private flag.  It's
still a bug, but it's not Jane's bug.

Jane, can we have the results of calling dump_page() on the page?

> Reading "I have a test case with poisoned shmem THP page that was mlocked
> and GUP pinned (FOLL_LONGTERM|FOLL_WRITE), but the split succeeded."


  reply	other threads:[~2024-03-13 15:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13  3:16 Matthew Wilcox
2024-03-13  9:20 ` David Hildenbrand
2024-03-13 15:27   ` Matthew Wilcox [this message]
2024-03-13 16:53     ` David Hildenbrand
2024-03-13 18:52       ` Jane Chu
2024-03-13 22:25     ` John Hubbard
2024-03-14  2:46   ` updated documentation: " John Hubbard
2024-03-14 16:22     ` David Hildenbrand
2024-03-14 17:51       ` John Hubbard
2024-03-14 17:45     ` Matthew Wilcox
2024-03-14 17:57       ` John Hubbard

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=ZfHF4yNXPQhWz6Q5@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=david@redhat.com \
    --cc=jane.chu@oracle.com \
    --cc=jhubbard@nvidia.com \
    --cc=linux-mm@kvack.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