[LTP] [PATCH v5 0/8] Cleanup the mmap testing suite
Andrea Cervesato
andrea.cervesato@suse.com
Tue Mar 18 12:19:42 CET 2025
Hi,
merged, thanks!
On 3/18/25 12:13, Andrea Cervesato wrote:
> Some of the tests in the mmap testing suites are using old API, having
> documentation which is not linked to the metadata or need to be cleaned
> up a bit. This patch-set is meant to fix these issues. mmap11 is for
> IA64 only and that will require a separate patch and discussion.
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> Changes in v5:
> - mmap10: fix - move tst_res inside inner if
> - mmap21: set memory_data = NULL after SAFE_MUNMAP()
> - Link to v4: https://lore.kernel.org/r/20250313-mmap_suite_refactoring-v4-0-efd682ece39a@suse.com
>
> Changes in v4:
> - mmap03: keep mips only arch and move buffer handling in setup/cleanup
> - mmap10: remove ifdef for MADV_MERGEABLE, since it's available from 2.6
> get rid of options and use testcases instead
> - mmap12: remove [Description]
> - mmap17: move mmap() in setup
> - mmap19: munmap() if mmap() doesn't fail and simplify description
> - mmap21: create mmap21_01/02, remove child crash check and
> allocate/deallocate in setup/cleanup
> - Link to v3: https://lore.kernel.org/r/20250313-mmap_suite_refactoring-v3-0-eb9172686230@suse.com
>
> Changes in v3:
> - mmap01: this and that
> - Link to v2: https://lore.kernel.org/r/20250210-mmap_suite_refactoring-v2-0-6edea3a4363a@suse.com
>
> Changes in v2:
> - mmap21: verify SIGSEGV
> - Link to v1: https://lore.kernel.org/r/20250207-mmap_suite_refactoring-v1-0-d006d921e4d5@suse.com
>
> ---
> Andrea Cervesato (8):
> Refactor mmap03 test
> Refactor mmap10 test
> Cleanup mmap12 test
> Cleanup mmap17 test
> Cleanup mmap18 test
> Cleanup mmap19 test
> Cleanup mmap20 test
> Refactor mmap001 test and move it to mmap21
>
> runtest/mm | 13 +-
> runtest/syscalls | 3 +-
> testcases/kernel/syscalls/mmap/.gitignore | 2 +-
> testcases/kernel/syscalls/mmap/mmap001.c | 183 ---------------------
> testcases/kernel/syscalls/mmap/mmap03.c | 265 ++++++++----------------------
> testcases/kernel/syscalls/mmap/mmap10.c | 255 ++++++++++------------------
> testcases/kernel/syscalls/mmap/mmap12.c | 30 +---
> testcases/kernel/syscalls/mmap/mmap17.c | 53 +++---
> testcases/kernel/syscalls/mmap/mmap18.c | 90 +++++-----
> testcases/kernel/syscalls/mmap/mmap19.c | 2 +-
> testcases/kernel/syscalls/mmap/mmap20.c | 3 -
> testcases/kernel/syscalls/mmap/mmap21.c | 101 ++++++++++++
> 12 files changed, 335 insertions(+), 665 deletions(-)
> ---
> base-commit: a92aedfabd5826d07809559508c8486c12ff7b96
> change-id: 20250205-mmap_suite_refactoring-322042abb356
>
> Best regards,
More information about the ltp
mailing list