Re: [PATCH for-9.0] linux-user: Preserve unswapped siginfo_t for strace

2024-04-09 Thread Philippe Mathieu-Daudé
On 9/4/24 02:34, Richard Henderson wrote: Passing the tswapped structure to strace means that our internal si_type is also gone, which then aborts in print_siginfo. Fixes: 4d6d8a05a0a ("linux-user: Move tswap_siginfo out of target code") Signed-off-by: Richard Henderson --- linux-user/signal.

[PATCH for-9.0] linux-user: Preserve unswapped siginfo_t for strace

2024-04-08 Thread Richard Henderson
Passing the tswapped structure to strace means that our internal si_type is also gone, which then aborts in print_siginfo. Fixes: 4d6d8a05a0a ("linux-user: Move tswap_siginfo out of target code") Signed-off-by: Richard Henderson --- linux-user/signal.c | 12 +--- 1 file changed, 9 insert