Re: [PATCH for-6.2 6/7] linux-user/arm: Use force_sig_fault()

2021-08-15 Thread Richard Henderson
On 8/13/21 3:18 AM, Peter Maydell wrote: Use the new force_sig_fault() function instead of setting up a target_siginfo_t and calling queue_signal(). Signed-off-by: Peter Maydell --- I threw in a comment confirming that the si_addr value for the "bad SWI immediate" SIGILL really is different from

[PATCH for-6.2 6/7] linux-user/arm: Use force_sig_fault()

2021-08-13 Thread Peter Maydell
Use the new force_sig_fault() function instead of setting up a target_siginfo_t and calling queue_signal(). Signed-off-by: Peter Maydell --- I threw in a comment confirming that the si_addr value for the "bad SWI immediate" SIGILL really is different from the PC value reported in the ucontext_t a