mbox series

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

Message ID 20220106225738.103012-1-richard.henderson@linaro.org
Headers show
Series linux-user: prctl follow-ups | expand

Message

Richard Henderson Jan. 6, 2022, 10:57 p.m. UTC
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_PDEATHSIG
  linux-user: Implement capability prctls

 linux-user/syscall.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Comments

Laurent Vivier Jan. 8, 2022, 6:06 p.m. UTC | #1
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 PR_GET_PDEATHSIG
>    linux-user: Implement PR_SET_PDEATHSIG
>    linux-user: Implement capability prctls
> 
>   linux-user/syscall.c | 11 ++++++++++-
>   1 file changed, 10 insertions(+), 1 deletion(-)
> 

Series applied to my linux-user-for-7.0 branch.

Thanks,
Laurent