Re: [PATCH for-8.0 v2 12/12] linux-user/arm: Take more care allocating commpage

2023-03-28 Thread Philippe Mathieu-Daudé
On 27/3/23 23:18, Richard Henderson wrote: User setting of -R reserved_va can lead to an assertion failure in page_set_flags. Sanity check the value of reserved_va and print an error message instead. Do not allocate a commpage at all for m-profile cpus. Signed-off-by: Richard Henderson ---

[PATCH for-8.0 v2 12/12] linux-user/arm: Take more care allocating commpage

2023-03-27 Thread Richard Henderson
User setting of -R reserved_va can lead to an assertion failure in page_set_flags. Sanity check the value of reserved_va and print an error message instead. Do not allocate a commpage at all for m-profile cpus. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 37