]> www.infradead.org Git - users/dwmw2/qemu.git/commit
linux-user: Disable more prctl subcodes
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Dec 2021 15:01:23 +0000 (07:01 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jan 2022 10:40:52 +0000 (11:40 +0100)
commit220717a6f46a99031a5b1af964bbf4dec1310440
treed1b569b183f9edd35c315bad1217543ff1162154
parent87e9bf23236d3c9da84f2b6164e06be3ecfd45e0
linux-user: Disable more prctl subcodes

Create a list of subcodes that we want to pass on, a list of
subcodes that should not be passed on because they would affect
the running qemu itself, and a list that probably could be
implemented but require extra work. Do not pass on unknown subcodes.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211227150127.2659293-3-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c