]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Fix waitid return of siginfo_t and rusage
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Apr 2024 21:58:14 +0000 (11:58 -1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 10 Apr 2024 15:54:46 +0000 (18:54 +0300)
commitc02844b8e8f01239681e96ad663db86ac907bb77
tree29cb113ff29ffef548f597b5ac725dca70be566e
parent196601e759b89e70c7a4470c5ef8b9f0b307298a
linux-user: Fix waitid return of siginfo_t and rusage

The copy back to siginfo_t should be conditional only on arg3,
not the specific values that might have been written.
The copy back to rusage was missing entirely.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2262
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Alex Fan <alex.fan.q@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit f0907ff4cae743f1a4ef3d0a55a047029eed06ff)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/syscall.c