Commit Graph

1200 Commits

Author SHA1 Message Date
volcano0dr
e3a17946ac Bump to 0.28.1 2022-08-25 08:33:06 +08:00
Hui, Chunyang
6cb9ca7e44 Add sendmsg/recvmsg support for unix domain socket 2022-08-23 20:37:57 +08:00
Hui, Chunyang
71c4937b45 Fix listening socket epoll_wait not waken by connect 2022-08-23 20:37:57 +08:00
Hui, Chunyang
f87ee7c7a4 Support munmap multiple single VMA chunks with remaining ranges 2022-08-23 16:58:03 +08:00
Zheng, Qi
5c10af738e Add maa init demo 2022-08-15 09:29:32 +08:00
LI Qing
54de00a3bc Fix the issue when path is suffixed by "/" 2022-08-15 09:21:52 +08:00
LI Qing
54afae9ed5 Fix the path length limit and update sefs 2022-08-15 09:19:09 +08:00
LI Qing
f12f2c5499 Fix the SEGV in LTP test
It will introduce too much overhead if we check the memory protection perm
for every user space address, so we dismiss the test case.
2022-08-10 16:42:56 +08:00
LI Qing
0513a17e81 Skip the inode permission check if uid is root 2022-08-09 09:58:25 +08:00
Lan Yun
fbff05bddb Update the Golang version to 1.18.4 and use it as the default one.
Signed-off-by: Lan Yun <yun.lan@intel.com>
2022-08-08 12:18:33 +08:00
Hui, Chunyang
d1acb84362 Add support for /proc/self(pid)/maps 2022-08-08 08:40:52 +08:00
Zheng, Qi
dd295c1391 [demos] Refactor and update the Azure attestation demos 2022-08-02 14:38:35 +08:00
Shaowei Song
153b8c6454 [issue] Change default assignee of bug report 2022-08-02 10:39:32 +08:00
Weijie Liu
3cc8f69c70 Update run_python_on_occlum.sh
Add missing occlum initialization
2022-07-28 09:52:15 +08:00
Shaowei Song
8803969f16 [ci] Cancel previous running jobs on Push/PR 2022-07-25 18:47:25 +08:00
Shaowei Song
740dd16066 [hw_ci] Disable download source change 2022-07-25 18:47:25 +08:00
Ikko Ashimine
fc0f913940 Fix typo in stream.rs
avaiable -> available
2022-07-24 18:53:35 +08:00
dr264275
67ca5444f4 Bump to 0.28.0
Signed-off-by: dr264275 <dr264275@antgroup.com>
2022-07-17 17:12:14 +08:00
zhubojun
511c8a618b [docs] Add document for PKU feature 2022-07-17 17:12:14 +08:00
zhubojun
b65cb4e017 [tools] Support configuring PKU in Occlum.json 2022-07-17 17:12:14 +08:00
zhubojun
338dda643b [libos] Add PKU support 2022-07-17 17:12:14 +08:00
zhubojun
46ccbd4ee4 [ci] Update the url of pccs server 2022-07-17 17:12:14 +08:00
zhubojun
d96d0d2159 [ci] Remove go proxy 2022-07-17 17:12:14 +08:00
Zheng, Qi
526b6e1753 Update QvE ISV SVN threshold value 2022-07-17 17:12:14 +08:00
Zheng, Qi
07ca217bc7 [tools] Set libsgx-ae-id-enclave and libsgx-ae-qe3 version clearly 2022-07-17 17:12:14 +08:00
zhubojun
b283b07219 [ci] Update pccs configuration 2022-07-17 17:12:14 +08:00
zhubojun
23737236ed [deps/rust-sgx-sdk] Upgrade rust-sgx-sdk to 2.16 2022-07-17 17:12:14 +08:00
LI Qing
a2991cc9c0 Add seek support for stdin and stdout 2022-07-15 23:48:27 +08:00
Hui, Chunyang
0b824d3a98 Fix panic when build process VM failed 2022-07-13 16:35:04 +08:00
LI Qing
1dc2b517fc Fix the issue about fsync on hostfs's dir
There are no sync methods about untrusted dir, so we do nothing.
2022-07-13 13:42:51 +08:00
Hui, Chunyang
016ef88535 Fix pytorch demo CI 2022-07-13 13:42:26 +08:00
LI Qing
84b26a8194 Enhance the script of demos to support re-execute and other OS 2022-07-07 09:34:38 +08:00
LI Qing
98dd3e8af3 Modify hostfs to support mode and some ops for dir 2022-07-06 15:54:15 +08:00
LI Qing
a3e2f54a6d Disable DCAP of ioctl test in hyper mode 2022-07-06 15:31:56 +08:00
Hui, Chunyang
6812b5dd67 Update some documents 2022-07-04 18:32:55 +08:00
Zheng, Qi
e3ba85d1f0 Support copy_bom autodep function on AliOS 2022-07-04 18:32:30 +08:00
volcano
a92c81343c Update COC of Occlum project 2022-07-03 18:59:10 -07:00
Shaowei Song
9a06da8029 [hw_ci] Increase timeout of stress test 2022-07-01 19:12:52 +08:00
LI Qing
b576126bf6 Update UnionFS to fix the confilict of the reserved name in overlayfs 2022-06-30 15:46:17 +08:00
Hui, Chunyang
04e00ddbc5 Refactor exec server status to handle init failure 2022-06-24 19:21:27 +08:00
Hui, Chunyang
5d75584e32 Stop interrupt thread before destroying the enclave when error 2022-06-24 19:21:27 +08:00
Shaowei Song
f704604e36 [hw_ci] Disable proxy and ustc crates-io source on new machine 2022-06-23 18:13:27 +08:00
Hui, Chunyang
cec7474660 Add deploy template for ubuntu20.04 2022-06-23 18:13:00 +08:00
LI Qing
6dab561327 Disable DCAP in hyper mode 2022-06-23 10:25:16 +08:00
zhubojun
7b5b335575 [ci] Workaround git 'unsafe repository' 2022-06-21 01:06:47 +08:00
dependabot[bot]
8c926b7cd2 Bump regex from 1.3.7 to 1.5.5 in /tools/gen_internal_conf
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/regex-1.3.7...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 10:09:43 +08:00
dependabot[bot]
3b4c0dc8b9 Bump regex from 1.5.4 to 1.5.5 in /tools/copy_bom
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 18:59:06 +08:00
Hui, Chunyang
cf15b3d04a Fix several hardware CI test
Including gvisor, grpc, and deb deploy test.
2022-06-15 09:58:13 +08:00
Hui, Chunyang
bf2d729e46 Remove SGX1 hardware test for CI 2022-06-15 09:58:13 +08:00
volcano0dr
fac632122e Bump to 0.27.3
Signed-off-by: volcano0dr <volcano_dr@163.com>
2022-06-06 09:32:50 +08:00