All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
@ 2024-11-08 14:50 Ilya Leoshkevich
  2024-11-08 14:50 ` [PATCH v2 1/1] " Ilya Leoshkevich
  2024-11-12 15:39 ` [PATCH v2 0/1] " Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Ilya Leoshkevich @ 2024-11-08 14:50 UTC (permalink / raw)
  To: Alex Bennée, Richard Henderson; +Cc: qemu-devel, Ilya Leoshkevich

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-12 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 14:50 [PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask Ilya Leoshkevich
2024-11-08 14:50 ` [PATCH v2 1/1] " Ilya Leoshkevich
2024-11-12 15:39 ` [PATCH v2 0/1] " Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.