qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 0/6] target/arm: assorted mte fixes


From: Gustavo Romero
Subject: Re: [PATCH v2 0/6] target/arm: assorted mte fixes
Date: Tue, 6 Feb 2024 12:17:11 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

Hi Richard,

On 2/6/24 12:05 AM, Richard Henderson wrote:
The first patch is unchanged from

Supercedes: <20240131003557.176486-1-richard.henderson@linaro.org>

while the remaining patches replace

Supercedes: <20240205023948.25476-1-richard.henderson@linaro.org>

While digging through Gustavo's test case, wondering why it
should be failing at all, I finally noticed that we weren't
overflowing MTEDESC.SIZEM1, but underflowing (-1).  Oops.

But I did find a few other points by inspection where we
weren't properly handling or supplying MTEDESC.


r~


Richard Henderson (6):
   linux-user/aarch64: Extend PR_SET_TAGGED_ADDR_CTRL for FEAT_MTE3
   target/arm: Fix nregs computation in do_ld_zpa
   target/arm: Adjust and validate mtedesc sizem1
   target/arm: Split out make_svemte_desc
   target/arm: Handle mte in do_ldrq, do_ldro
   target/arm: Fix SVE/SME gross MTE suppression checks

  linux-user/aarch64/target_prctl.h | 25 +++++-----
  target/arm/internals.h            |  2 +-
  target/arm/tcg/translate-a64.h    |  2 +
  target/arm/tcg/sme_helper.c       |  8 ++--
  target/arm/tcg/sve_helper.c       | 12 ++---
  target/arm/tcg/translate-sme.c    | 15 ++----
  target/arm/tcg/translate-sve.c    | 80 ++++++++++++++++++-------------
  7 files changed, 78 insertions(+), 66 deletions(-)


Tested-by: Gustavo Romero <gustavo.romero@linaro.org>


Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]