RE: [PATCH v3 0/4] linux-user: fix use of SIGRTMIN

2020-02-12 Thread Taylor Simpson
; Taylor Simpson ; Peter Maydell > ; Marlies Ruck > Subject: [PATCH v3 0/4] linux-user: fix use of SIGRTMIN > > This series fixes the problem of the first real-time signals already > in use by the glibc that are not available for the target glibc. > > Instead of reverting

[PATCH v3 0/4] linux-user: fix use of SIGRTMIN

2020-02-12 Thread Laurent Vivier
This series fixes the problem of the first real-time signals already in use by the glibc that are not available for the target glibc. Instead of reverting the first and last real-time signals we rely on the value provided by the glibc (SIGRTMIN) to know the first available signal and we map all