Re: [PATCH] linux-user: strace now handles unshare syscall args correctly

2021-04-06 Thread Laurent Vivier
Le 06/04/2021 à 16:11, Matus Kysel a écrit : > Syscall unshare did not have custom print function for strace, but it's > argument is same as flags in clone syscall, so it can be easily implemented. > > Signed-off-by: Matus Kysel > --- > linux-user/strace.c| 12 > linux-user/str

[PATCH] linux-user: strace now handles unshare syscall args correctly

2021-04-06 Thread Matus Kysel
Syscall unshare did not have custom print function for strace, but it's argument is same as flags in clone syscall, so it can be easily implemented. Signed-off-by: Matus Kysel --- linux-user/strace.c| 12 linux-user/strace.list | 2 +- 2 files changed, 13 insertions(+), 1 dele