Re: [PATCH v5 61/67] linux-user: Handle BUS_ADRALN in host_signal_handler

2021-10-29 Thread Philippe Mathieu-Daudé
On 10/15/21 06:10, Richard Henderson wrote: > Handle BUS_ADRALN via cpu_loop_exit_sigbus, but allow other SIGBUS > si_codes to continue into the host-to-guest signal coversion code. Typo "conversion". > > Signed-off-by: Richard Henderson > --- > linux-user/signal.c | 3 +++ > 1 file changed, 3

[PATCH v5 61/67] linux-user: Handle BUS_ADRALN in host_signal_handler

2021-10-14 Thread Richard Henderson
Handle BUS_ADRALN via cpu_loop_exit_sigbus, but allow other SIGBUS si_codes to continue into the host-to-guest signal coversion code. Signed-off-by: Richard Henderson --- linux-user/signal.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/signal.c b/linux-user/signal.c index df