Re: [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER

2024-03-04 Thread Peter Maydell
On Sat, 2 Mar 2024 at 04:13, Richard Henderson 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 > --- Reviewed-by: Peter Maydell tha

[PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER

2024-03-01 Thread Richard Henderson
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 --- linux-user/syscall.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git