[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] linux-user: prctl follow-ups
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 0/4] linux-user: prctl follow-ups |
|
Date: |
Thu, 6 Jan 2022 14:57:34 -0800 |
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
- [PATCH 0/4] linux-user: prctl follow-ups,
Richard Henderson <=
- [PATCH 3/4] linux-user: Implement PR_SET_PDEATHSIG, Richard Henderson, 2022/01/06
- [PATCH 2/4] linux-user: Map signal number in PR_GET_PDEATHSIG, Richard Henderson, 2022/01/06
- [PATCH 1/4] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG, Richard Henderson, 2022/01/06
- [PATCH 4/4] linux-user: Implement capability prctls, Richard Henderson, 2022/01/06
- Re: [PATCH 0/4] linux-user: prctl follow-ups, Laurent Vivier, 2022/01/08