qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 17/33] linux-user: Move some mmap checks outside the lock


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 17/33] linux-user: Move some mmap checks outside the lock
Date: Mon, 21 Aug 2023 08:47:22 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 18/8/23 19:12, Richard Henderson wrote:
Basic validation of operands does not require the lock.
Hoist them from target_mmap__locked back into target_mmap.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  linux-user/mmap.c | 107 +++++++++++++++++++++++-----------------------
  1 file changed, 53 insertions(+), 54 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]