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

2021-12-22 Thread Laurent Vivier
Le 20/12/2021 à 23:41, Philippe Mathieu-Daudé a écrit : On 12/20/21 22:41, Richard Henderson wrote: 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

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

2021-12-20 Thread Philippe Mathieu-Daudé
On 12/20/21 22:41, Richard Henderson wrote: > 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 subc

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

2021-12-20 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. Signed-off-by: Richard Henderson --- linux-