Re: [PATCH v3 13/21] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG

2021-01-22 Thread Peter Maydell
On Fri, 15 Jan 2021 at 22:47, Richard Henderson wrote: > > These prctl fields are required for the function of MTE. > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/target_syscall.h | 9 ++ > linux-user/syscall.c| 44 + > 2 files

[PATCH v3 13/21] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG

2021-01-15 Thread Richard Henderson
These prctl fields are required for the function of MTE. Signed-off-by: Richard Henderson --- linux-user/aarch64/target_syscall.h | 9 ++ linux-user/syscall.c| 44 + 2 files changed, 53 insertions(+) diff --git