Re: [PATCH 7/8] linux-user: Lock log around strace

2022-09-27 Thread Laurent Vivier
Le 29/08/2022 à 04:10, Richard Henderson a écrit : Do not allow syscall arguments to be interleaved between threads. Signed-off-by: Richard Henderson --- linux-user/strace.c | 65 - 1 file changed, 46 insertions(+), 19 deletions(-) Reviewed-by: L

[PATCH 7/8] linux-user: Lock log around strace

2022-08-28 Thread Richard Henderson
Do not allow syscall arguments to be interleaved between threads. Signed-off-by: Richard Henderson --- linux-user/strace.c | 65 - 1 file changed, 46 insertions(+), 19 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 8eadbed39