Skip to content

Commit b0343ad

Browse files
committed
mmap15: Enable in compat mode
Test actually runs well in compat mode. Skipping in 32 bit was originally added bc8d45a (in 2004, in hugemmap03.c), likely kernel or libc functionality changed. Tested on recent 6.7 kernel and 8 years old 4.4 kernel. Link: https://lore.kernel.org/ltp/[email protected]/ Reviewed-by: Li Wang <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent dd0e8de commit b0343ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testcases/kernel/syscalls/mmap/mmap15.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ static struct tst_test test = {
6161
.setup = setup,
6262
.cleanup = cleanup,
6363
.test_all = run,
64-
.skip_in_compat = 1,
6564
.needs_tmpdir = 1
6665
};

0 commit comments

Comments
 (0)