Re: [PATCH 2/2] tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP

2021-06-20 Thread Laurent Vivier
Le 01/06/2021 à 16:56, Ilya Leoshkevich a écrit : > Verify that querying is allowed, but making changes isn't. > > Signed-off-by: Ilya Leoshkevich > --- > tests/tcg/multiarch/linux-test.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/tests/tcg/multiarch/linux-test.c >

Re: [PATCH 2/2] tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP

2021-06-20 Thread Laurent Vivier
Le 01/06/2021 à 16:56, Ilya Leoshkevich a écrit : > Verify that querying is allowed, but making changes isn't. > > Signed-off-by: Ilya Leoshkevich > --- > tests/tcg/multiarch/linux-test.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/tests/tcg/multiarch/linux-test.c >

[PATCH 2/2] tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP

2021-06-01 Thread Ilya Leoshkevich
Verify that querying is allowed, but making changes isn't. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/linux-test.c | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/tcg/multiarch/linux-test.c b/tests/tcg/multiarch/linux-test.c index ce033c21c7..cd9d8159bc 100644