[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] linux-user: Map low priority rt signals
From: |
Ilya Leoshkevich |
Subject: |
[PATCH v2 0/2] linux-user: Map low priority rt signals |
Date: |
Mon, 12 Feb 2024 21:45:41 +0100 |
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
- [PATCH v2 0/2] linux-user: Map low priority rt signals,
Ilya Leoshkevich <=