Re: [PATCH] linux-user: Fix executable page of /proc/self/maps

2021-03-05 Thread Richard Henderson
On 3/5/21 9:31 AM, Nicolas Surbayrole wrote: The guest binary and libraries are not always mapped with the executable bit in the host process. The guest may read a /proc/self/maps with no executable address range. The patch bases the perm fields against the guest permission inside Qemu. Signed-o

[PATCH] linux-user: Fix executable page of /proc/self/maps

2021-03-05 Thread Nicolas Surbayrole
The guest binary and libraries are not always mapped with the executable bit in the host process. The guest may read a /proc/self/maps with no executable address range. The patch bases the perm fields against the guest permission inside Qemu. Signed-off-by: Nicolas Surbayrole --- linux-user/sysc