From: Ilya Leoshkevich <iii@linux.ibm.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
"Laurent Vivier" <laurent@vivier.eu>,
"Richard Henderson" <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
Ilya Leoshkevich <iii@linux.ibm.com>
Subject: [PATCH v2 0/2] linux-user: Map low priority rt signals
Date: Mon, 12 Feb 2024 21:45:41 +0100 [thread overview]
Message-ID: <20240212205022.242968-1-iii@linux.ibm.com> (raw)
Hi,
There are apps out there that want to use SIGRTMAX, which linux-user
currently does not map to a host signal. The reason is that with the
current approach it's not possible to map all target signals, so it
was decided to sacrifice the end of the range.
In this series I propose to sacrifice the middle instead. Patch 1 makes
the change, patch 2 is a test.
Best regards,
Ilya
Ilya Leoshkevich (2):
linux-user: Map low priority rt signals
tests/tcg: Add SIGRTMIN/SIGRTMAX test
linux-user/signal.c | 18 +++++---
tests/tcg/multiarch/linux/linux-sigrtminmax.c | 41 +++++++++++++++++++
2 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 tests/tcg/multiarch/linux/linux-sigrtminmax.c
--
2.43.0
next reply other threads:[~2024-02-12 20:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-12 20:45 Ilya Leoshkevich [this message]
2024-02-12 20:45 ` [PATCH v2 1/2] linux-user: Map low priority rt signals Ilya Leoshkevich
2024-02-13 6:51 ` Philippe Mathieu-Daudé
2024-10-25 9:32 ` Ping: " Ilya Leoshkevich
2024-10-25 15:36 ` Richard Henderson
2024-10-25 17:37 ` Ilya Leoshkevich
2024-02-12 20:45 ` [PATCH v2 2/2] tests/tcg: Add SIGRTMIN/SIGRTMAX test Ilya Leoshkevich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240212205022.242968-1-iii@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=alex.bennee@linaro.org \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).