From: David CARLIER <devnexen@gmail.com>
To: Peter Xu <peterx@redhat.com>
Cc: Mike Rapoport <rppt@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Lorenzo Stoakes <ljs@kernel.org>,
"Liam R. Howlett" <Liam.Howlett@oracle.com>,
Vlastimil Babka <vbabka@kernel.org>
Subject: Re: [PATCH v4] mm/userfaultfd: detect VMA replacement after copy retry in mfill_copy_folio_retry()
Date: Wed, 1 Apr 2026 21:05:31 +0100 [thread overview]
Message-ID: <CA+XhMqwW-mXGuFgA4i+0JKW551CS9h6XczKY8P==DLwfV954TA@mail.gmail.com> (raw)
In-Reply-To: <ac1wW6LHzzkXBeSl@x1.local>
On Tue, Apr 01, 2026 at 08:22:00PM +0300, Peter Xu wrote:
> When caching the offset, we should likely use linear_page_index() with the
> address provided rather than caching vma->vm_pgoff directly, then
it'll
> avoid same vm_pgoff while VMA mapping shifted like this:
>
> VMA1: vm_pgoff=0x10000, vm_start=0x10000
> VMA2: vm_pgoff=0x10000, vm_start=0xf000
Makes sense. linear_page_index() folds in vm_start so it catches the
shifted mapping case where raw vm_pgoff alone wouldn't. I'll snapshot
the computed pgoff instead.
> The other thing is I just noticed the err code was changed to -EINVAL for
> snapshot changed cases, sorry I didn't follow previously as closely on the
> discussion. I think it should be -EAGAIN. It's because the userapp can't
> resolve -EINVAL failures and app will crash. In a VMA change use
case, we
> should return -EAGAIN to imply the app to retry, rather than crashing.
Right, -EAGAIN is the correct choice here. The VMA changed underneath
us, but that's a transient condition the app can recover from by
retrying. Will fix.
So v5 will snapshot: vm_file (with get_file/fput), vm_flags, and
linear_page_index(vma, dst_addr). Return -EAGAIN if any changed.
Thanks for the detailed review
next prev parent reply other threads:[~2026-04-01 20:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 13:41 David Carlier
2026-04-01 3:01 ` Andrew Morton
2026-04-01 7:49 ` Mike Rapoport
2026-04-01 8:06 ` David CARLIER
2026-04-01 15:23 ` Peter Xu
2026-04-01 18:34 ` David CARLIER
2026-04-01 19:22 ` Peter Xu
2026-04-01 20:05 ` David CARLIER [this message]
2026-04-02 4:02 ` Mike Rapoport
2026-04-02 5:59 ` David CARLIER
2026-04-02 13:29 ` Peter Xu
2026-04-02 3:58 ` Mike Rapoport
2026-04-02 13:42 ` Peter Xu
2026-04-07 10:17 ` Lorenzo Stoakes (Oracle)
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='CA+XhMqwW-mXGuFgA4i+0JKW551CS9h6XczKY8P==DLwfV954TA@mail.gmail.com' \
--to=devnexen@gmail.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ljs@kernel.org \
--cc=peterx@redhat.com \
--cc=rppt@kernel.org \
--cc=vbabka@kernel.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