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

Ilya Leoshkevich posted 1 patch 2 weeks, 1 day ago
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
[PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
Posted by Ilya Leoshkevich 2 weeks, 1 day ago
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

-- 
2.47.0
Re: [PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
Posted by Richard Henderson 1 week, 4 days ago
On 11/8/24 06:50, Ilya Leoshkevich wrote:
> 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
> 

Queued, thanks.

r~