[LTP] [PATCH 1/1] mmap15: Enable in compat mode

Petr Vorel pvorel@suse.cz
Mon May 6 22:43:24 CEST 2024


Test actually runs well in compat mode. Skipping in 32 bit was
originally added bc8d45a43 (in 2004, in hugemmap03.c), likely kernel or
libc functionality changed.

Tested on recent 6.7 kernel and very old 4.4 kernel.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/syscalls/mmap/mmap15.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testcases/kernel/syscalls/mmap/mmap15.c b/testcases/kernel/syscalls/mmap/mmap15.c
index 71c18a10a..2128e0b57 100644
--- a/testcases/kernel/syscalls/mmap/mmap15.c
+++ b/testcases/kernel/syscalls/mmap/mmap15.c
@@ -61,6 +61,5 @@ static struct tst_test test = {
 	.setup = setup,
 	.cleanup = cleanup,
 	.test_all = run,
-	.skip_in_compat = 1,
 	.needs_tmpdir = 1
 };
-- 
2.43.0



More information about the ltp mailing list