Re: [PATCH v2 09/30] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap

2021-08-24 Thread Peter Maydell
On Sun, 22 Aug 2021 at 04:55, Richard Henderson wrote: > > These si_codes were changed in 535906c684fca, for linux 4.17. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall_defs.h | 1 + > linux-user/alpha/cpu_loop.c | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) Rev

[PATCH v2 09/30] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap

2021-08-21 Thread Richard Henderson
These si_codes were changed in 535906c684fca, for linux 4.17. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 1 + linux-user/alpha/cpu_loop.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index a