Re: [PATCH 4/4] tests/tcg/linux-test: Add linux-fork-trap test

2023-02-01 Thread Richard Henderson
On 1/31/23 14:46, Ilya Leoshkevich wrote: Check that dying due to a signal does not deadlock. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/linux/linux-fork-trap.c | 48 + 1 file changed, 48 insertions(+) create mode 100644 tests/tcg/multiarch/linux/linux-fork-

[PATCH 4/4] tests/tcg/linux-test: Add linux-fork-trap test

2023-01-31 Thread Ilya Leoshkevich
Check that dying due to a signal does not deadlock. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/linux/linux-fork-trap.c | 48 + 1 file changed, 48 insertions(+) create mode 100644 tests/tcg/multiarch/linux/linux-fork-trap.c diff --git a/tests/tcg/multiarch/linux