Re: [PATCH v2 11/17] linux-user/aarch64: Implement PROT_MTE

2020-06-25 Thread Peter Maydell
On Fri, 5 Jun 2020 at 05:17, Richard Henderson wrote: > > Remember the PROT_MTE bit as PAGE_TARGET_2. > Otherwise this does not yet have effect. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu-all.h| 1 + > linux-user/syscall_defs.h | 1 + > linux-user/mmap.c | 20 +++

[PATCH v2 11/17] linux-user/aarch64: Implement PROT_MTE

2020-06-04 Thread Richard Henderson
Remember the PROT_MTE bit as PAGE_TARGET_2. Otherwise this does not yet have effect. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h| 1 + linux-user/syscall_defs.h | 1 + linux-user/mmap.c | 20 3 files changed, 14 insertions(+), 8 deletions(-) di