qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
	qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Cornelia Huck" <cohuck@redhat.com>
Subject: Re: [PATCH] Revert "arm/kvm: add support for MTE"
Date: Fri, 19 May 2023 08:00:34 -0700	[thread overview]
Message-ID: <d66f620e-d19c-8d4a-ae10-4c5732d73df2@linaro.org> (raw)
In-Reply-To: <20230519145808.348701-1-peter.maydell@linaro.org>

On 5/19/23 07:58, Peter Maydell wrote:
> This reverts commit b320e21c48ce64853904bea6631c0158cc2ef227,
> which accidentally broke TCG, because it made the TCG -cpu max
> report the presence of MTE to the guest even if the board hadn't
> enabled MTE by wiring up the tag RAM. This meant that if the guest
> then tried to use MTE QEMU would segfault accessing the
> non-existent tag RAM:
> 
>      ==346473==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address (pc 0x55f328952a4a bp 0x00000213a400 sp 0x7f7871859b80 T346476)
>      ==346473==The signal is caused by a READ memory access.
>      ==346473==Hint: this fault was caused by a dereference of a high value address (see register values below).  Disassemble the provided pc to learn which register was used.
>          #0 0x55f328952a4a in address_space_to_flatview /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/include/exec/memory.h:1108:12
>          #1 0x55f328952a4a in address_space_translate /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/include/exec/memory.h:2797:31
>          #2 0x55f328952a4a in allocation_tag_mem/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang/../../target/arm/tcg/mte_helper.c:176:10
>          #3 0x55f32895366c in helper_stgm/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang/../../target/arm/tcg/mte_helper.c:461:15
>          #4 0x7f782431a293  (<unknown module>)
> 
> It's also not clear that the KVM logic is correct either:
> MTE defaults to on there, rather than being only on if the
> board wants it on.
> 
> Revert the whole commit for now so we can sort out the issues.
> 
> (We didn't catch this in CI because we have no test cases in
> avocado that use guests with MTE support.)
> 
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
> ---
> Richard, do you want to apply this to master as a buildfix?

Can do, yes.


r~



      reply	other threads:[~2023-05-19 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 14:58 [PATCH] Revert "arm/kvm: add support for MTE" Peter Maydell
2023-05-19 15:00 ` Richard Henderson [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=d66f620e-d19c-8d4a-ae10-4c5732d73df2@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=cohuck@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --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).