[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user
From: |
Peter Maydell |
Subject: |
Re: [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user |
Date: |
Wed, 10 Feb 2021 11:05:51 +0000 |
On Wed, 10 Feb 2021 at 00:02, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Resolve the untagged address once, using thread_cpu.
> Tidy the DEBUG_REMAP code using glib routines.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> linux-user/uaccess.c | 27 ++++++++++++++-------------
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v6 18/31] linux-user: Fix types in uaccess.c, (continued)
- [PATCH v6 18/31] linux-user: Fix types in uaccess.c, Richard Henderson, 2021/02/09
- [PATCH v6 15/31] exec: Rename guest_{addr,range}_valid to *_untagged, Richard Henderson, 2021/02/09
- [PATCH v6 17/31] linux-user: Move lock_user et al out of line, Richard Henderson, 2021/02/09
- [PATCH v6 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE, Richard Henderson, 2021/02/09
- [PATCH v6 30/31] target/arm: Enable MTE for user-only, Richard Henderson, 2021/02/09
- [PATCH v6 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault, Richard Henderson, 2021/02/09
- [PATCH v6 29/31] target/arm: Add allocation tag storage for user mode, Richard Henderson, 2021/02/09
- [PATCH v6 31/31] tests/tcg/aarch64: Add mte smoke tests, Richard Henderson, 2021/02/09
- [PATCH v6 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG, Richard Henderson, 2021/02/09
- [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user, Richard Henderson, 2021/02/09
- Re: [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user,
Peter Maydell <=
- [PATCH v6 22/31] target/arm: Use the proper TBI settings for linux-user, Richard Henderson, 2021/02/09
- [PATCH v6 24/31] linux-user/aarch64: Implement PROT_MTE, Richard Henderson, 2021/02/09
- [PATCH v6 21/31] target/arm: Improve gen_top_byte_ignore, Richard Henderson, 2021/02/09
- [PATCH v6 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT, Richard Henderson, 2021/02/09
- [PATCH v6 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error, Richard Henderson, 2021/02/09
- [PATCH v6 25/31] target/arm: Split out syndrome.h from internals.h, Richard Henderson, 2021/02/09
- Re: [PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode, Peter Maydell, 2021/02/11
- Re: [PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode, no-reply, 2021/02/11