Re: [PATCH v2 14/15] linux-user/strace: Fix print_syscall_err

2021-12-03 Thread Philippe Mathieu-Daudé
On 12/2/21 21:48, Richard Henderson wrote: > Errors are not all negative numbers, but only the top 4k. > > Signed-off-by: Richard Henderson > --- > linux-user/strace.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 14/15] linux-user/strace: Fix print_syscall_err

2021-12-02 Thread Richard Henderson
Errors are not all negative numbers, but only the top 4k. Signed-off-by: Richard Henderson --- linux-user/strace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 2cdbf030ba..f235118fb6 100644 --- a/linux-user/strace.c +++ b