All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] syscalls/mmap: Refactor a few tests to the new API
@ 2025-01-14 22:26 Ricardo B. Marliere via ltp
  2025-01-14 22:26 ` [LTP] [PATCH 1/3] mmap001: Convert to " Ricardo B. Marliere via ltp
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ricardo B. Marliere via ltp @ 2025-01-14 22:26 UTC (permalink / raw)
  To: Linux Test Project; +Cc: Ricardo B. Marliere

This patchset refactor a few mmap tests that are still in the old API. I
left mmap11 alone because it seems to be disabled [1]. For mmap03, I added
x86_64 and parsed CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS after doing some
manual tests in my host and seeing that behavior should be expected in
modern systems.

[1]: https://github.com/linux-test-project/ltp/blob/master/runtest/syscalls#L835

Signed-off-by: Ricardo B. Marliere <rbm@suse.com>
---
Ricardo B. Marliere (3):
      mmap001: Convert to new API
      mmap03: Convert to new API
      mmap10: Convert to new API

 testcases/kernel/syscalls/mmap/mmap001.c | 206 ++++++-----------------
 testcases/kernel/syscalls/mmap/mmap03.c  | 274 +++++++++++--------------------
 testcases/kernel/syscalls/mmap/mmap10.c  | 198 ++++++++--------------
 3 files changed, 214 insertions(+), 464 deletions(-)
---
base-commit: 6fe8aa186559784f0394cd449cba6c53342790ec
change-id: 20250114-conversions-a60f770d8db1

Best regards,
-- 
Ricardo B. Marliere <rbm@suse.com>


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

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

end of thread, other threads:[~2025-02-27 14:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 22:26 [LTP] [PATCH 0/3] syscalls/mmap: Refactor a few tests to the new API Ricardo B. Marliere via ltp
2025-01-14 22:26 ` [LTP] [PATCH 1/3] mmap001: Convert to " Ricardo B. Marliere via ltp
2025-01-15 13:14   ` Andrea Cervesato via ltp
2025-01-29 17:19     ` Ricardo B. Marliere via ltp
2025-02-10  9:04       ` Andrea Cervesato via ltp
2025-01-14 22:26 ` [LTP] [PATCH 2/3] mmap03: " Ricardo B. Marliere via ltp
2025-02-27 14:31   ` Petr Vorel
2025-01-14 22:26 ` [LTP] [PATCH 3/3] mmap10: " Ricardo B. Marliere via ltp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.