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

2020-02-11 Thread Laurent Vivier
Peter, do you have any comment on this way to fix the SIGRTMIN problem we have now for years? Thanks, Laurent Le 04/02/2020 à 18:10, Laurent Vivier a écrit : > 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.

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

2020-02-04 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 th