Commit Graph

1398 Commits

Author SHA1 Message Date
Hui, Chunyang
ded96d761d Refine CI actions to reuse old image 2024-03-06 15:59:26 +08:00
Hui, Chunyang
49cc99418e Fix AECS client version mismatch 2024-03-06 15:59:26 +08:00
Hui, Chunyang
ca930d19b2 Use special exception register and Replace sgx_tprotect_rsrv_mem with low leve API 2024-03-06 15:59:26 +08:00
Hui, Chunyang
6930e606ef Use low level API to replace sgx_mm_(commit/commit_data/modify_permissions)
Reduce the EMA management overhead and the global lock of emm module of
Intel SGX SDK
2024-03-06 15:59:26 +08:00
ClawSeven
d7131a1a5b [libos] Fix rt_sigaction wrong inargument 2024-03-06 15:59:26 +08:00
ClawSeven
32b94f1dd9 [libos] Fix readlinkat with non-positive bufsize 2024-03-06 15:59:26 +08:00
ClawSeven
addb5c61f4 [libos] Fix sendfile with non-writable file 2024-03-06 15:59:26 +08:00
Hui, Chunyang
d416c8b1d1 Fix permission violation check for mmap and mprotect 2024-03-06 15:59:26 +08:00
Hui, Chunyang
a99c63e21d Fix mmap file flush exceeding the file length 2024-03-06 15:59:26 +08:00
Hui, Chunyang
1e8c5a6d0a Add AMX and EDMM as feature in Occlum.json 2024-03-06 15:59:26 +08:00
Hui, Chunyang
879cfa58a5 Refine log for #UD exception and file open 2024-03-06 15:59:26 +08:00
Hui, Chunyang
c2db186854 Refine log for VM module 2024-03-06 15:59:26 +08:00
ClawSeven
32c7cc44f1 [libos] Fix clock_getres return successfully with wrong clock id 2024-03-06 15:59:26 +08:00
Qi Zheng
91a0f126bf [demos] Update Linux LTP test demo 2024-03-06 15:59:26 +08:00
Qi Zheng
9b6cb4d27f [libos] Add iov buffer check for readv and writev
Signed-off-by: Qi Zheng <huaiqing.zq@antgroup.com>
2024-03-06 15:59:26 +08:00
Qi Zheng
d4de8f59e6 Update unsupported syscall table 2024-03-06 15:59:26 +08:00
Qi Zheng
11d0746f96 [readthedocs] Update occlum commands chapter 2024-03-06 15:59:26 +08:00
Qi Zheng
4c7274efbe [libos] faccessat only accepts three parameters 2024-03-06 15:59:26 +08:00
ClawSeven
37ce7b5432 [libos] Lower sigsuspend error log level 2024-03-06 15:59:26 +08:00
Qi Zheng
1de75ad218 [readthedocs] Description for Occlum log config option 2024-03-06 15:59:26 +08:00
Qi Zheng
75b5f84ec6 [libos] Add disable_log cfg option 2024-03-06 15:59:26 +08:00
ClawSeven
5d3799fcb8 [libos] Fix deadlock in signal implementions 2024-03-06 15:59:26 +08:00
ClawSeven
e96a1348e5 [test] Implement ut for sigsuspend 2024-03-06 15:59:26 +08:00
ClawSeven
219fdd4e26 [libos] Implement the rt_sigsuspend syscall 2024-03-06 15:59:26 +08:00
ClawSeven
d6741c0096 [test] Implement unit test for pselect 2024-03-06 15:59:26 +08:00
ClawSeven
d27f0d5cd0 [libos] Implement Pselect syscall with sigset 2024-03-06 15:59:26 +08:00
Hui, Chunyang
976135b79c Refine error level log 2024-03-06 15:59:26 +08:00
Shaowei Song
1bee38f50a [ci] Enable features on hw ci for EDMM 2024-03-06 15:59:26 +08:00
Shaowei Song
9ed1778866 [config] Add "feature" field to Occlum.json 2024-03-06 15:59:26 +08:00
Shaowei Song
707c4669d5 [vm] Refine shared chunk expansion 2024-03-06 15:59:26 +08:00
ClawSeven
b1039a6054 Reduce error log by downgrading unnecessary error! to warn! 2024-03-06 15:59:26 +08:00
Qi Zheng
45bf6902f5 [demos] CUDA torch python packages are not required for CPU inference 2024-03-06 15:59:26 +08:00
ClawSeven
775b3e127c Change netty ut java version to jdk8 2024-03-06 15:59:26 +08:00
Qi Zheng
95eac28425 [test] SIGSTKSZ is not constant in glibc>2.34 2024-03-06 15:59:26 +08:00
Qi Zheng
b93b8412dc [libos] Update cpuid leaf table 2024-03-06 15:59:26 +08:00
Qi Zheng
a320a77f36 [toolchain] Update grpc_ratls toolchain with patching way
Signed-off-by: Qi Zheng <huaiqing.zq@antgroup.com>
2024-03-06 15:59:26 +08:00
LI Qing
b749b7db3b Fix the issue about handling the AT_EMPTY_PATH flag 2024-03-06 15:59:26 +08:00
Ikko Eltociear Ashimine
d60d603dba [readthedoc] Fix typo in init_ra.md
aquire -> acquire
aquired -> acquired
2024-03-04 09:58:57 +08:00
jeffery.wsj
1c8ae036c2 Fix go exec demo ci bug v2 2024-01-11 15:49:06 +08:00
jeffery.wsj
56e54739c9 Fix go exec demo ci bug 2024-01-11 14:07:37 +08:00
jeffery.wsj
dbd13458d7 Add go exec call demo in occlum 2024-01-10 09:49:59 +08:00
Hui, Chunyang
9ee0a0ae73 Refine replace_mem_chunks to lock once 2023-12-23 21:08:17 +08:00
Qi Zheng
19104ed3e7 [tests] Fix shm test build failure in alios 2023-11-08 15:38:14 +08:00
Qi Zheng
d84fd2fbdb [readthedoc] Add EDMM configuration doc 2023-11-07 16:47:57 +08:00
Hui, Chunyang
b72922c316 Fix bazel CI failure 2023-11-07 16:46:58 +08:00
Hui, Chunyang
b16c399709 Bump version to 0.30.0 2023-11-07 09:26:20 +08:00
Qi Zheng
11eadb84cc [readthedoc] Fix missing words in init_ra doc 2023-11-07 09:26:20 +08:00
Qi Zheng
3dae0c1085 [docker] Fix entrypoint typo for runtime docker image 2023-11-07 09:26:20 +08:00
Qi Zheng
c506334ca8 [tools] Update ubuntu20.04-rt dockerfile for 0.30.0 2023-11-07 09:26:20 +08:00
Hui, Chunyang
af2643f9e0 Add config guide for EDMM 2023-11-07 09:26:20 +08:00