Support the system call mremap

This commit is contained in:
Wang Siyuan
2025-06-16 07:39:56 +00:00
committed by Tate, Hongliang Tian
parent 33345f184a
commit 11f9675f37
13 changed files with 421 additions and 52 deletions

View File

@ -25,6 +25,7 @@ TESTS ?= \
mknod_test \
mmap_test \
mount_test \
mremap_test \
msync_test \
open_create_test \
open_test \

View File

@ -0,0 +1,6 @@
MremapDeathTest.SharedAnon
MremapTest.InPlace_Copy
MremapTest.MayMove_Copy
MremapTest.MustMove_Copy
PrivateShared/MremapParamTest.InPlace_ExpansionFailure/*
PrivateShared/MremapParamTest.Fixed_ShrinkingAcrossVMAs/*