Re: [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g

2024-02-13 Thread Richard Henderson
On 1/29/24 05:12, Ilya Leoshkevich wrote: On Tue, Jan 02, 2024 at 12:57:56PM +1100, Richard Henderson wrote: Move the MAX_FIXED_NOREPLACE check for reserved_va earlier. Move the computation of host_prot earlier. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 66

Re: [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:56PM +1100, Richard Henderson wrote: > Move the MAX_FIXED_NOREPLACE check for reserved_va earlier. > Move the computation of host_prot earlier. > > Signed-off-by: Richard Henderson > --- > linux-user/mmap.c | 66 +-- > 1 f

Re: [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: Move the MAX_FIXED_NOREPLACE check for reserved_va earlier. Move the computation of host_prot earlier. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 66 +-- 1 file changed, 53 insertions(+), 13 d

[PATCH v3 21/33] linux-user: Split out mmap_h_eq_g

2024-01-01 Thread Richard Henderson
Move the MAX_FIXED_NOREPLACE check for reserved_va earlier. Move the computation of host_prot earlier. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 66 +-- 1 file changed, 53 insertions(+), 13 deletions(-) diff --git a/linux-user/mmap.c b/