Re: [PATCH v8 11/17] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap

2023-08-04 Thread Helge Deller
* Richard Henderson : > Use this as extra protection for the guest mapping over > any qemu host mappings. > > Signed-off-by: Richard Henderson Reviewed-by: Helge Deller

Re: [PATCH v8 11/17] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap

2023-08-03 Thread Akihiko Odaki
On 2023/08/04 10:45, Richard Henderson wrote: Use this as extra protection for the guest mapping over any qemu host mappings. Signed-off-by: Richard Henderson Reviewed-by: Akihiko Odaki

[PATCH v8 11/17] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap

2023-08-03 Thread Richard Henderson
Use this as extra protection for the guest mapping over any qemu host mappings. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 2aee2298ec..0c64aad8a5 100644 -