You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ltp tests uses child process. sgx-lkl doesn't support fork and child process. We patched FORK_OR_VFORK function in LTP framework to return always 0 which means parent process (sgx-lkl enclave process) id will be used always.
We removed child process related code like waiting on child process, exiting in child process, ...
LTP tests fixed by removing child related code: (Count: 10)
Some ltp tests uses child process. sgx-lkl doesn't support fork and child process. We patched FORK_OR_VFORK function in LTP framework to return always 0 which means parent process (sgx-lkl enclave process) id will be used always.
We removed child process related code like waiting on child process, exiting in child process, ...
LTP tests fixed by removing child related code: (Count: 10)
setrlimit04
mkdir02
pipe02, pipe09
setfsuid04
chroot02
execve02
fcntl12
ptrace03
futex_wake02
The text was updated successfully, but these errors were encountered: