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

Richard Henderson posted 4 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220106225738.103012-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
[PATCH 0/4] linux-user: prctl follow-ups
Posted by Richard Henderson 2 years, 2 months ago
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(-)

-- 
2.25.1


Re: [PATCH 0/4] linux-user: prctl follow-ups
Posted by Laurent Vivier 2 years, 2 months ago
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