Re: [PATCH v4 00/12] target/arm mte fixes

2021-04-09 Thread Peter Maydell
On Thu, 8 Apr 2021 at 15:25, Richard Henderson wrote: > > On 4/8/21 5:47 AM, Peter Maydell wrote: > >> Richard Henderson (12): > >>accel/tcg: Preserve PAGE_ANON when changing page permissions > >>target/arm: Check PAGE_WRITE_ORG for MTE writeability > >>target/arm: Fix mte_checkN > >>

Re: [PATCH v4 00/12] target/arm mte fixes

2021-04-08 Thread Richard Henderson
On 4/8/21 5:47 AM, Peter Maydell wrote: Richard Henderson (12): accel/tcg: Preserve PAGE_ANON when changing page permissions target/arm: Check PAGE_WRITE_ORG for MTE writeability target/arm: Fix mte_checkN target/arm: Split out mte_probe_int target/arm: Fix unaligned checks for mte

Re: [PATCH v4 00/12] target/arm mte fixes

2021-04-08 Thread Peter Maydell
On Tue, 6 Apr 2021 at 18:41, Richard Henderson wrote: > > Changes for v4: > * Fix tag count computation error in mte_checkN, which when used > by mte_check1 in patch 5, caused all sorts of KASAN failures. > * Fix PAGE_ANON / PAGE_TARGET_1 overlap. > > > r~ > > > Richard Henderson (12): >

Re: [PATCH v4 00/12] target/arm mte fixes

2021-04-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210406174031.64299-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210406174031.64299-1-richard.hender...@linaro.org Subject: [PATCH v4 00/12

[PATCH v4 00/12] target/arm mte fixes

2021-04-06 Thread Richard Henderson
Changes for v4: * Fix tag count computation error in mte_checkN, which when used by mte_check1 in patch 5, caused all sorts of KASAN failures. * Fix PAGE_ANON / PAGE_TARGET_1 overlap. r~ Richard Henderson (12): accel/tcg: Preserve PAGE_ANON when changing page permissions target/arm: