From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2] x86/hvm: be more strict with XENMAPSPACE_gmfn source types
Date: Thu, 8 Jan 2026 10:59:24 +0100 [thread overview]
Message-ID: <aV9__PHSSFIJ19zT@Mac.lan> (raw)
In-Reply-To: <ce0282f4-2b8c-42cf-a53e-d74202b2ecc9@suse.com>
On Thu, Jan 08, 2026 at 10:26:47AM +0100, Jan Beulich wrote:
> On 07.01.2026 21:32, Roger Pau Monne wrote:
> > XENMAPSPACE_gmfn{_range} allows moving gfn around the guest p2m: the mfn
> > behind the source gfn is zapped from the origin and mapped at the
> > requested destination gfn. The destination p2m entries are always created
> > with type p2m_ram_rw.
> >
> > With the current checking done in xenmem_add_to_physmap_one() it's possible
> > to use XENMAPSPACE_gmfn{_range} to change the type of a p2m entry. The
> > source gfn is only checked to be not shared, and that the underlying page
> > is owned by the domain.
> >
> > Make the source checks more strict, by checking that the source gfn is of
> > type read/write RAM or logdirty. That prevents the operation from
> > inadvertently changing the type as part of the move.
> >
> > Fixes: 3e50af3d8776 ('New XENMAPSPACE_gmfn parameter for XENMEM_add_to_physmap.')
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> > Reviewed-by: Jan Beulich <jbeulich@suse.com>
> > ---
> > Changes since v1:
> > - Also handle logdirty types.
> > - Return -ENOMEM on failure to unshare.
> > ---
> > xen/arch/x86/mm/p2m.c | 12 +++++++++---
> > 1 file changed, 9 insertions(+), 3 deletions(-)
>
> Since this is now ready to go in, the question of backporting arises. You
> explicitly wanted the change here to only go in on top of what is now
> 98fccdf0ac7c ("x86/mm: update log-dirty bitmap when manipulating P2M"). I
> wouldn't have considered that for backporting, but I guess for these two
> it can only be both, neither, or said earlier commit shrunk to the minimum
> required for the change here. Thoughts on which route to take?
Maybe shrink 98fccdf0ac7c so it only contains the added
paging_mark_pfn_dirty() calls (not the clean ones)? That would be
enough for the dependency this patch has on 98fccdf0ac7c. I think
this would be my preference.
Otherwise we could backport just this one, and loose the correct
handling of dirty GFN, which TBH is already the case on all releases
(that don't contain 98fccdf0ac7c). We won't be making the code
strictly worse, but we won't also be fully fixing it.
Thanks, Roger.
prev parent reply other threads:[~2026-01-08 9:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-07 20:32 [PATCH v2] x86/hvm: be more strict with XENMAPSPACE_gmfn source types Roger Pau Monne
2026-01-08 9:26 ` Jan Beulich
2026-01-08 9:59 ` Roger Pau Monné [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=aV9__PHSSFIJ19zT@Mac.lan \
--to=roger.pau@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.