remote_page_fault is handled by the offloaded thread.

Change-Id: I9cfad509260cceada74abdf39ca6a1822561e0d9
Refs: #1474
This commit is contained in:
Tomoki Shirasawa
2021-02-09 19:26:20 +09:00
committed by Masamichi Takagi
parent 9c7d0cfaec
commit 7efb394905
14 changed files with 957 additions and 32 deletions

21
test/issues/1474/C1474.sh Normal file
View File

@ -0,0 +1,21 @@
ELTP=1
USEOSTEST=0
. ../../common.sh
################################################################################
uname -m
dd if=/dev/zero of=testfile bs=4096 count=1
$MCEXEC ./C1474T01
rm -f outfile
$MCEXEC ./C1474T02
rm -f outfile
$MCEXEC ./C1474T03
rm -f outfile
$MCEXEC --enable-uti ./C1474T04
rm -f outfile
$MCEXEC --enable-uti ./C1474T05
rm -f outfile
$MCEXEC --enable-uti ./C1474T06
rm -f outfile
rm -f testfile