Re: [PATCH 0/4] linux-user: prctl follow-ups

2022-01-08 Thread Laurent Vivier
Le 06/01/2022 à 23:57, Richard Henderson a écrit : Hi Laurent, as requested. I did all of the cap_task_prctl options, and fixed a few existing bugs with PR_GET_DEATHSIG. r~ Richard Henderson (4): linux-user: Do not special-case NULL for PR_GET_PDEATHSIG linux-user: Map signal number in P

[PATCH 0/4] linux-user: prctl follow-ups

2022-01-06 Thread Richard Henderson
Hi Laurent, as requested. I did all of the cap_task_prctl options, and fixed a few existing bugs with PR_GET_DEATHSIG. r~ Richard Henderson (4): linux-user: Do not special-case NULL for PR_GET_PDEATHSIG linux-user: Map signal number in PR_GET_PDEATHSIG linux-user: Implement PR_SET_PDEATHSI