qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org
Subject: Re: [PATCH 2/2] target/arm: Fix unaligned mte checks
Date: Fri, 2 Apr 2021 08:43:56 -0700	[thread overview]
Message-ID: <a1b871d0-8190-5c27-b35d-55da78094ad1@linaro.org> (raw)
In-Reply-To: <20210402053728.265173-3-richard.henderson@linaro.org>

On 4/1/21 10:37 PM, Richard Henderson wrote:
>   TCGv_i64 gen_mte_checkN(DisasContext *s, TCGv_i64 addr, bool is_write,
> -                        bool tag_checked, int log2_esize, int total_size)
> +                        bool tag_checked, int total_size)
>   {
> -    if (tag_checked && s->mte_active[0] && total_size != (1 << log2_esize)) {

Doh, lost part of this check.


r~


  reply	other threads:[~2021-04-02 15:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02  5:37 [PATCH 0/2] target/arm: Fix unaligned mte checks Richard Henderson
2021-04-02  5:37 ` [PATCH 1/2] target/arm: Check PAGE_WRITE_ORG for MTE writeability Richard Henderson
2021-04-02  5:37 ` [PATCH 2/2] target/arm: Fix unaligned mte checks Richard Henderson
2021-04-02 15:43   ` Richard Henderson [this message]
2021-04-02 18:35   ` Peter Maydell
2021-04-02 18:44     ` Richard Henderson
2021-04-02  5:45 ` [PATCH 0/2] " no-reply

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=a1b871d0-8190-5c27-b35d-55da78094ad1@linaro.org \
    --to=richard.henderson@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).