Re: [PATCH 5/5] linux-user/include/host/sparc64: Fix host_sigcontext

2022-02-08 Thread Peter Maydell
On Tue, 8 Feb 2022 at 07:46, Richard Henderson wrote: > > Sparc64 is unique on linux in *not* passing ucontext_t as > the third argument to a SA_SIGINFO handler. It passes the > old struct sigcontext instead.t log Stray bit of text at the end of the commit message here. > > Fixes: 8b5bd461935b

[PATCH 5/5] linux-user/include/host/sparc64: Fix host_sigcontext

2022-02-07 Thread Richard Henderson
Sparc64 is unique on linux in *not* passing ucontext_t as the third argument to a SA_SIGINFO handler. It passes the old struct sigcontext instead.t log Fixes: 8b5bd461935b ("linux-user/host/sparc: Populate host_signal.h") Signed-off-by: Richard Henderson ---