From: Suren Baghdasaryan <surenb@google.com>
To: Peter Xu <peterx@redhat.com>
Cc: akpm@linux-foundation.org, david@redhat.com, aarcange@redhat.com,
lokeshgidra@google.com, linux-mm@kvack.org,
linux-kernel@vger.kernel.org,
syzbot+b446dbe27035ef6bd6c2@syzkaller.appspotmail.com,
stable@vger.kernel.org
Subject: Re: [PATCH v3 1/1] userfaultfd: fix a crash in UFFDIO_MOVE with some non-present PMDs
Date: Wed, 6 Aug 2025 15:11:52 -0700 [thread overview]
Message-ID: <CAJuCfpFhcfK4E_Q8QMqG51GOMrJPehddeU4pt3uo1qNfVU5__w@mail.gmail.com> (raw)
In-Reply-To: <CAJuCfpF0RJ9w0STKFaFA7vLEA5_kEsebuowYWSVnK-=5J2wsPQ@mail.gmail.com>
On Wed, Aug 6, 2025 at 11:21 AM Suren Baghdasaryan <surenb@google.com> wrote:
>
> On Wed, Aug 6, 2025 at 11:09 AM Peter Xu <peterx@redhat.com> wrote:
> >
> > On Wed, Aug 06, 2025 at 10:09:30AM -0700, Suren Baghdasaryan wrote:
> > > On Wed, Aug 6, 2025 at 9:56 AM Peter Xu <peterx@redhat.com> wrote:
> > > >
> > > > On Wed, Aug 06, 2025 at 08:40:15AM -0700, Suren Baghdasaryan wrote:
> > > > > When UFFDIO_MOVE is used with UFFDIO_MOVE_MODE_ALLOW_SRC_HOLES and it
> > > >
> > > > The migration entry can appear with/without ALLOW_SRC_HOLES, right? Maybe
> > > > drop this line?
> > >
> > > Yes, you are right. I'll update.
> > >
> > > >
> > > > If we need another repost, the subject can further be tailored to mention
> > > > migration entry too rather than non-present. IMHO that's clearer on
> > > > explaining the issue this patch is fixing (e.g. a valid transhuge THP can
> > > > also have present bit cleared).
> > > >
> > > > > encounters a non-present PMD (migration entry), it proceeds with folio
> > > > > access even though the folio is not present. Add the missing check and
> > > >
> > > > IMHO "... even though folio is not present" is pretty vague. Maybe
> > > > "... even though it's a swap entry"? Fundamentally it's because of the
> > > > different layouts of normal THP v.s. a swap entry, hence pmd_folio() should
> > > > not be used on top of swap entries.
> > >
> > > Well, technically a migration entry is a non_swap_entry(), so calling
> > > migration entries "swap entries" is confusing to me. Any better
> > > wording we can use or do you think that's ok?
> >
> > The more general definition of "swap entry" should follow what swp_entry_t
> > is defined, where, for example, is_migration_entry() itself takes
> > swp_entry_t as input. So it should be fine, but I agree it's indeed
> > confusing.
> >
> > If we want to make it clearer, IMHO we could rename non_swap_entry()
> > instead to is_swapfile_entry() / is_real_swap_entry() / ... but that can be
> > discussed separately. Here, if we want to make it super accurate, we could
> > also use "swp_entry_t" instead of "swap entry", that'll be 100% accurate.
>
> Ok, that I think is our best option. I'll post an update shortly.
Posted at https://lore.kernel.org/all/20250806220022.926763-1-surenb@google.com/
Thanks!
> Thanks!
>
> >
> > Thanks,
> >
> > --
> > Peter Xu
> >
prev parent reply other threads:[~2025-08-06 22:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-06 15:40 Suren Baghdasaryan
2025-08-06 16:56 ` Peter Xu
2025-08-06 17:09 ` Suren Baghdasaryan
2025-08-06 18:09 ` Peter Xu
2025-08-06 18:21 ` Suren Baghdasaryan
2025-08-06 22:11 ` Suren Baghdasaryan [this message]
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=CAJuCfpFhcfK4E_Q8QMqG51GOMrJPehddeU4pt3uo1qNfVU5__w@mail.gmail.com \
--to=surenb@google.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lokeshgidra@google.com \
--cc=peterx@redhat.com \
--cc=stable@vger.kernel.org \
--cc=syzbot+b446dbe27035ef6bd6c2@syzkaller.appspotmail.com \
/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