[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
From: |
Peter Maydell |
Subject: |
Re: [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER |
Date: |
Mon, 4 Mar 2024 17:24:19 +0000 |
On Sat, 2 Mar 2024 at 04:13, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The "set" prctl passes through integral values.
> The "get" prctl returns the value into a pointer.
>
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1929
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 0/3] linux-user: Implement some prctls, Richard Henderson, 2024/03/01
- [PATCH 2/3] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL, Richard Henderson, 2024/03/01
- [PATCH 3/3] linux-user: Implement PR_GET_TID_ADDRESS, Richard Henderson, 2024/03/01
- [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER, Richard Henderson, 2024/03/01
- Re: [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER,
Peter Maydell <=