mbox series

[v2,0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask

Message ID 20241108145237.37377-1-iii@linux.ibm.com
Headers show
Series tests/tcg: Test that sigreturn() does not corrupt the signal mask | expand

Message

Ilya Leoshkevich Nov. 8, 2024, 2:50 p.m. UTC
v1: https://lore.kernel.org/qemu-devel/20241017125811.447961-1-iii@linux.ibm.com/
v1 -> v2: Drop patch 1, since it's merged.
          Add -pthread to the test (Richard).

Hi,

I noticed that while the sigreturn fix was merged, the test wasn't.
Richard noticed that -pthread was missing, so I'm resending the test
with this issue fixed.

Best regards,
Ilya



Ilya Leoshkevich (1):
  tests/tcg: Test that sigreturn() does not corrupt the signal mask

 tests/tcg/multiarch/Makefile.target     |  3 ++
 tests/tcg/multiarch/sigreturn-sigmask.c | 51 +++++++++++++++++++++++++
 2 files changed, 54 insertions(+)
 create mode 100644 tests/tcg/multiarch/sigreturn-sigmask.c