Re: [PATCH v3 0/2] linux-user: Allow mapping low priority rt signals

2024-11-04 Thread Richard Henderson
On 10/29/24 23:17, Ilya Leoshkevich wrote: v1: Unfortunately lost. v2:https://lore.kernel.org/qemu-devel/20240212205022.242968-1-...@linux.ibm.com/ v2 -> v3: Make the mapping configurable (Richard). Hi, There are apps out there that want to use SIGRTMAX, which linux-user currently does not map

[PATCH v3 0/2] linux-user: Allow mapping low priority rt signals

2024-10-29 Thread Ilya Leoshkevich
v1: Unfortunately lost. v2: https://lore.kernel.org/qemu-devel/20240212205022.242968-1-...@linux.ibm.com/ v2 -> v3: Make the mapping configurable (Richard). 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