Re: [PATCH v2 2/6] linux-user: Disable more prctl subcodes

2022-01-04 Thread Laurent Vivier
Le 27/12/2021 à 16:01, Richard Henderson a écrit : 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 sub

[PATCH v2 2/6] linux-user: Disable more prctl subcodes

2021-12-27 Thread Richard Henderson
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 Reviewed-by: Phi