From: "Philippe Mathieu-Daudé" <philippe.mathieu.daude@gmail.com>
To: David Hildenbrand <david@redhat.com>, qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Niek Linnenbank" <nieklinnenbank@gmail.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Peter Xu" <peterx@redhat.com>
Subject: Re: [PATCH] memory: Make memory_region_readd_subregion() properly handle mapped aliases
Date: Tue, 29 Mar 2022 00:47:57 +0200 [thread overview]
Message-ID: <4c1a54bc-1600-7173-78fc-eb2cb98af2c2@gmail.com> (raw)
In-Reply-To: <20220201100940.47788-1-david@redhat.com>
On 1/2/22 11:09, David Hildenbrand wrote:
> memory_region_readd_subregion() wants to readd a region by first
> removing it and then readding it. For readding, it doesn't use one of
> the memory_region_add_*() variants, which is why fail to re-increment the
> mr->mapped_via_alias counters, resulting in the
> assert(alias->mapped_via_alias >= 0) in memory_region_del_subregion()
> triggering the next time we call memory_region_readd_subregion().
>
> Fix it by using memory_region_add_subregion_common() for readding the
> region.
>
> Reported-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> Fixes: 5ead62185d23 ("memory: Make memory_region_is_mapped() succeed when mapped via an alias")
> Tested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Xu <peterx@redhat.com>
> Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
> softmmu/memory.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Thanks, queued to mips-fixes.
prev parent reply other threads:[~2022-03-28 22:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-01 10:09 [PATCH] memory: Make memory_region_readd_subregion() properly handle mapped aliases David Hildenbrand
2022-02-01 10:51 ` Paolo Bonzini
2022-02-28 20:03 ` Niek Linnenbank
2022-03-21 21:59 ` Niek Linnenbank
2022-02-01 10:53 ` Philippe Mathieu-Daudé via
2022-03-28 22:47 ` Philippe Mathieu-Daudé [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=4c1a54bc-1600-7173-78fc-eb2cb98af2c2@gmail.com \
--to=philippe.mathieu.daude@gmail.com \
--cc=david@redhat.com \
--cc=f4bug@amsat.org \
--cc=nieklinnenbank@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).