Re: [PATCH v2 1/9] linux-user: Diagnose misaligned -R size

2023-03-20 Thread Philippe Mathieu-Daudé
On 17/3/23 16:54, Richard Henderson wrote: We have been enforcing host page alignment for the non-R fallback of MAX_RESERVED_VA, but failing to enforce for -R. Signed-off-by: Richard Henderson --- linux-user/main.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/linux-user/main.c b

[PATCH v2 1/9] linux-user: Diagnose misaligned -R size

2023-03-17 Thread Richard Henderson
We have been enforcing host page alignment for the non-R fallback of MAX_RESERVED_VA, but failing to enforce for -R. Signed-off-by: Richard Henderson --- linux-user/main.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/linux-user/main.c b/linux-user/main.c index 4b18461969..39d9bd4d7a