Re: [PATCH v8 08/17] linux-user: Adjust task_unmapped_base for reserved_va

2023-08-03 Thread Akihiko Odaki
On 2023/08/04 10:45, Richard Henderson wrote: Ensure that the chosen values for mmap_next_start and task_unmapped_base are within the guest address space. Signed-off-by: Richard Henderson Reviewed-by: Akihiko Odaki

[PATCH v8 08/17] linux-user: Adjust task_unmapped_base for reserved_va

2023-08-03 Thread Richard Henderson
Ensure that the chosen values for mmap_next_start and task_unmapped_base are within the guest address space. Signed-off-by: Richard Henderson --- linux-user/user-mmap.h | 18 +- linux-user/main.c | 18 ++ linux-user/mmap.c | 18 +++--- 3