Re: [PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:55PM +1100, Richard Henderson wrote: > For reserved_va, place all non-fixed maps then proceed > as for MAP_FIXED. > > Signed-off-by: Richard Henderson > --- > linux-user/mmap.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/li

Re: [PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: For reserved_va, place all non-fixed maps then proceed as for MAP_FIXED. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c ind

[PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va

2024-01-01 Thread Richard Henderson
For reserved_va, place all non-fixed maps then proceed as for MAP_FIXED. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index cc983bedbd..42eb3eb2b4 100644 --- a/linux-u