On 18/8/23 19:12, Richard Henderson wrote:
When guest page size > host page size, this test can fail due to the SIGBUS protection hack. Avoid this by making sure that the file size is at least one guest page.Visible with alpha guest on x86_64 host. Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tests/tcg/multiarch/linux/linux-madvise.c | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>