Re: [PATCH v3 5/5] tests/tcg/linux-test: Add linux-madvise test

2022-09-23 Thread Laurent Vivier
Le 06/09/2022 à 02:08, Ilya Leoshkevich a écrit : Add a test that checks madvise(MADV_DONTNEED) behavior with anonymous and file mappings in order to prevent regressions. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/linux/linux-madvise.c | 70 +++ 1 file change

[PATCH v3 5/5] tests/tcg/linux-test: Add linux-madvise test

2022-09-05 Thread Ilya Leoshkevich
Add a test that checks madvise(MADV_DONTNEED) behavior with anonymous and file mappings in order to prevent regressions. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/linux/linux-madvise.c | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 tests/tcg/mult