|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v4 22/36] linux-user: Use do_munmap for target_mmap failure |
Date: | Thu, 15 Feb 2024 08:05:50 +0100 |
User-agent: | Mozilla Thunderbird |
On 15/2/24 07:20, Richard Henderson wrote:
For the cases for which the host mmap succeeds, but does not yield the desired address, use do_munmap to restore the reserved_va memory reservation. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- linux-user/mmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |