Re: [PATCH v6 1/8] linux-user: Unset MAP_FIXED_NOREPLACE for host

2023-08-01 Thread Richard Henderson
On 8/1/23 16:27, Helge Deller wrote: From: Akihiko Odaki Passing MAP_FIXED_NOREPLACE to host will fail if the virtual address space is reserved with mmap. Replace it with MAP_FIXED. Signed-off-by: Akihiko Odaki Reviewed-by: Helge Deller Signed-off-by: Helge Deller --- linux-user/mmap.c |

[PATCH v6 1/8] linux-user: Unset MAP_FIXED_NOREPLACE for host

2023-08-01 Thread Helge Deller
From: Akihiko Odaki Passing MAP_FIXED_NOREPLACE to host will fail if the virtual address space is reserved with mmap. Replace it with MAP_FIXED. Signed-off-by: Akihiko Odaki Reviewed-by: Helge Deller Signed-off-by: Helge Deller --- linux-user/mmap.c | 2 ++ 1 file changed, 2 insertions(+) d