Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/6] Rewrite mremap testing suite
@ 2026-08-07  6:59 Andrea Cervesato
  2026-08-07  6:59 ` [LTP] [PATCH v2 1/6] mremap01: Convert to new API Andrea Cervesato
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Andrea Cervesato @ 2026-08-07  6:59 UTC (permalink / raw)
  To: Linux Test Project

This rewrite has been done using multi-agent configuration that is now
present in ltp-agent project.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Changes in v2:
- mremap05: remove MREMAP_FIXED | MMAP_MAYMOVE
- mremap04: remove SysV stuff
- mremap01: ftruncate every run() cycle
- mremap02: reset bad address when mremap goes well
- Link to v1: https://lore.kernel.org/20260721-rewrite_mremap_testing_suite-v1-0-ec2c3cff6ea4@suse.com

To: Linux Test Project <ltp@lists.linux.it>

---
Andrea Cervesato (6):
      mremap01: Convert to new API
      mremap02: Convert to new API
      mremap03: Convert to new API
      mremap04: Convert to new API
      mremap05: Convert to new API
      mremap08: Extract test from mremap05

 runtest/syscalls                            |   1 +
 testcases/kernel/syscalls/mremap/.gitignore |   1 +
 testcases/kernel/syscalls/mremap/Makefile   |   4 +-
 testcases/kernel/syscalls/mremap/mremap01.c | 281 +++++++++-------------------
 testcases/kernel/syscalls/mremap/mremap02.c | 201 +++++---------------
 testcases/kernel/syscalls/mremap/mremap03.c | 203 ++++----------------
 testcases/kernel/syscalls/mremap/mremap04.c | 265 +++++---------------------
 testcases/kernel/syscalls/mremap/mremap05.c | 278 ++++++++-------------------
 testcases/kernel/syscalls/mremap/mremap08.c | 128 +++++++++++++
 9 files changed, 413 insertions(+), 949 deletions(-)
---
base-commit: 12fcadf63a99fc4bec76f9b4715cda626256562f
change-id: 20260720-rewrite_mremap_testing_suite-da09a8bc836a

Best regards,
--  
Andrea Cervesato <andrea.cervesato@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-08-07  9:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07  6:59 [LTP] [PATCH v2 0/6] Rewrite mremap testing suite Andrea Cervesato
2026-08-07  6:59 ` [LTP] [PATCH v2 1/6] mremap01: Convert to new API Andrea Cervesato
2026-08-07  8:19   ` [LTP] " linuxtestproject.agent
2026-08-07  6:59 ` [LTP] [PATCH v2 2/6] mremap02: " Andrea Cervesato
2026-08-07  6:59 ` [LTP] [PATCH v2 3/6] mremap03: " Andrea Cervesato
2026-08-07  6:59 ` [LTP] [PATCH v2 4/6] mremap04: " Andrea Cervesato
2026-08-07  8:06   ` Cyril Hrubis
2026-08-07  6:59 ` [LTP] [PATCH v2 5/6] mremap05: " Andrea Cervesato
2026-08-07  9:17   ` Cyril Hrubis
2026-08-07  6:59 ` [LTP] [PATCH v2 6/6] mremap08: Extract test from mremap05 Andrea Cervesato
2026-08-07  9:39   ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox