Re: [PATCH v2 01/15] linux-user/sparc: Raise SIGILL for all unhandled software traps

2023-02-15 Thread Richard Henderson
On 2/15/23 19:45, Richard Henderson wrote: The linux kernel's trap tables vector all unassigned trap numbers to BAD_TRAP, which then raises SIGILL. Tested-by: Ilya Leoshkevich Reported-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 8 1 fil

[PATCH v2 01/15] linux-user/sparc: Raise SIGILL for all unhandled software traps

2023-02-15 Thread Richard Henderson
The linux kernel's trap tables vector all unassigned trap numbers to BAD_TRAP, which then raises SIGILL. Tested-by: Ilya Leoshkevich Reported-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 8 1 file changed, 8 insertions(+) diff --git a/linux-