On 1/4/23 06:51, Richard Henderson wrote:
This reverts commit 4f5c67f8df7f26e559509c68c45e652709edd23f.This exposes bugs in target_mmap et al with respect to overflow with the final page of the guest address space. To be fixed in the next development cycle. Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- linux-user/elfload.c | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>