Re: [PATCH v3 16/33] linux-user: Split out target_mmap__locked

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:51PM +1100, Richard Henderson wrote: > All "goto fail" may be transformed to "return -1". > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > linux-user/mmap.c | 62 ++- > 1 file changed, 35

Re: [PATCH v3 16/33] linux-user: Split out target_mmap__locked

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: All "goto fail" may be transformed to "return -1". Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/mmap.c | 62 ++- 1 file changed, 35 insertions(+), 27 deletions(-) di

[PATCH v3 16/33] linux-user: Split out target_mmap__locked

2024-01-01 Thread Richard Henderson
All "goto fail" may be transformed to "return -1". Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/mmap.c | 62 ++- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap