[PATCH 0/3] target/arm: MTE fixes

Richard Henderson posted 3 patches 5 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201008162155.161886-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h  |  9 +++++----
target/arm/helper.c     |  9 +++++----
target/arm/mte_helper.c | 13 ++++---------
3 files changed, 14 insertions(+), 17 deletions(-)
[PATCH 0/3] target/arm: MTE fixes
Posted by Richard Henderson 5 years, 1 month ago
One code cleanup and two bug fixes for MTE.

Vincenzo, thanks for the clear report.  Can you please run
this through your test case?


r~


Richard Henderson (3):
  target/arm: Remove redundant mmu_idx lookup
  target/arm: Fix reported EL for mte_check_fail
  target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11

 target/arm/internals.h  |  9 +++++----
 target/arm/helper.c     |  9 +++++----
 target/arm/mte_helper.c | 13 ++++---------
 3 files changed, 14 insertions(+), 17 deletions(-)

-- 
2.25.1


Re: [PATCH 0/3] target/arm: MTE fixes
Posted by Vincenzo Frascino 5 years, 1 month ago
Hi Richard,

On 10/8/20 5:21 PM, Richard Henderson wrote:
> One code cleanup and two bug fixes for MTE.
> 
> Vincenzo, thanks for the clear report.  Can you please run
> this through your test case?
> 
> 

No problem, thank you for addressing the issues quickly. I did run my tests and
added my tags to the relevant patches.

> r~
> 
> 
> Richard Henderson (3):
>   target/arm: Remove redundant mmu_idx lookup
>   target/arm: Fix reported EL for mte_check_fail
>   target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11
> 
>  target/arm/internals.h  |  9 +++++----
>  target/arm/helper.c     |  9 +++++----
>  target/arm/mte_helper.c | 13 ++++---------
>  3 files changed, 14 insertions(+), 17 deletions(-)
> 

-- 
Regards,
Vincenzo

Re: [PATCH 0/3] target/arm: MTE fixes
Posted by Peter Maydell 5 years ago
On Thu, 8 Oct 2020 at 17:21, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> One code cleanup and two bug fixes for MTE.
>
> Vincenzo, thanks for the clear report.  Can you please run
> this through your test case?
>
>
> r~
>
>
> Richard Henderson (3):
>   target/arm: Remove redundant mmu_idx lookup
>   target/arm: Fix reported EL for mte_check_fail
>   target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11



Applied to target-arm.next, thanks.

-- PMM