[apache/incubator-teaclave] Fix some building issues (#511)

2021-06-18 Thread Mingshen Sun
## Description Fix some building issues introduced by WAMR cmake changes. ## Type of change (select or add applied and delete the others) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or featur

Re: [apache/incubator-teaclave] Fix some building issues (#511)

2021-06-18 Thread Mingshen Sun
Merged #511 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/511#event-4911342684

Teaclave (Virtual) Meetup #5 - 7-8, Jun 24, 2021 PDT

2021-06-22 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #5 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.4//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT TZOFFSETTO

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-24 Thread Mingshen Sun
Yes, absolutely. Here is an example of how we use `rusty-leveldb` in SGX: https://github.com/apache/incubator-teaclave/blob/master/services/storage/enclave/Cargo.toml#L36 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-24 Thread Mingshen Sun
We have ported the `rusty-leveldb` into SGX hosted here: https://github.com/apache/incubator-teaclave/tree/master/common/rusty_leveldb_sgx. For the SGX SDK, we are using vendored Teaclave SGX SDK version 1.1.2. > According to the Cargo.toml file, it seems it uses mesalock_sgx, instead of > teac

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-25 Thread Mingshen Sun
Closed #513. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/513#event-4941085904

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-25 Thread Mingshen Sun
I'm closing this issue. Feel free to reopen or create a new one if needed. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-868703197

Meetup Notes on Teaclave (Virtual) Meetup #5

2021-06-25 Thread Mingshen Sun
Dear Teaclave community, Here are the notes of Teaclave Meetup #5, please let me know if something important is missing. Thanks! - https://teaclave.apache.org/blog/2021-06-23-teaclave-meetup-5/ Of course, you can always submit PR to the website repo to edit it. Mingshen ---

Re: [apache/incubator-teaclave] Add support for Teaclave protected files in WAMR executor and related tests (#512)

2021-06-28 Thread Mingshen Sun
Merged #512 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/512#event-4949171174

Re: [apache/incubator-teaclave] Fix a potential index overflow of DBQueue (#514)

2021-06-28 Thread Mingshen Sun
Merged #514 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/514#event-4951031409

Re: [apache/incubator-teaclave] Add Teaclave context file APIs and related examples for WASM executor (#515)

2021-07-01 Thread Mingshen Sun
Merged #515 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/515#event-4969053963

Re: [apache/incubator-teaclave] add deinstantiate for WAMR executor, deploy docs (#518)

2021-07-02 Thread Mingshen Sun
Merged #518 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/518#event-4973135175

Re: [apache/incubator-teaclave] correct some documents (#519)

2021-07-02 Thread Mingshen Sun
Merged #519 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/519#event-4973770408

[apache/incubator-teaclave] Update to Teaclave SGX SDK 1.1.3 and corresponding dependencies (#520)

2021-07-07 Thread Mingshen Sun
## Description - Update Teaclave SGX SDK to 1.1.3. - Update corresponding vendored crates including `crates-sgx` and `crates-io`. - Update Rust to version nightly-2020-10-25. - Update Intel SGX SDK to version 2.12.100.3, DCAP to 1.9.100.3. - Update Dockerfile and images on Dockerhub to support CI

Re: [apache/incubator-teaclave] Update to Teaclave SGX SDK 1.1.3 and corresponding dependencies (#520)

2021-07-07 Thread Mingshen Sun
Merged #520 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/520#event-4991697953

Re: [apache/incubator-teaclave] Compile python to wasm (#521)

2021-07-08 Thread Mingshen Sun
No, only `C` and `Rust` are supported currently. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/521#issuecomment-876607030

Re: [apache/incubator-teaclave] Compile python to wasm (#521)

2021-07-08 Thread Mingshen Sun
Closed #521. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/521#event-4996243291

Re: [apache/incubator-teaclave] Build with DCAP=on error (#498)

2021-07-08 Thread Mingshen Sun
Closed #498. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/498#event-4997243554

Re: [apache/incubator-teaclave] Build with DCAP=on error (#498)

2021-07-08 Thread Mingshen Sun
Hi, this bug should be fixed by pining `rocket` to a specific version. https://github.com/apache/incubator-teaclave/blob/314aae5d614703543e748882cebf6b5675f0b2f7/dcap/Cargo.toml#L14 Also, if using our build system, the vendored `rocket` should be used. I'm closing this issue, please provide more

[apache/incubator-teaclave] Update committer (#522)

2021-07-09 Thread Mingshen Sun
## Description Add Hongbo Chen to the committer list. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/522 -- Commit Summary -- * Update comitter -- File Changes -- M CONTRIBUTORS.md (4) -- Patch Links -- https://githu

Re: [apache/incubator-teaclave] Update committer (#522)

2021-07-09 Thread Mingshen Sun
Merged #522 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/522#event-5002546023

Welcoming Hongbo Chen (@ya0guang) as Teaclave committer

2021-07-09 Thread Mingshen Sun
commits on the Teacalve repo [1]. He also actively interacts with our community, e.g., presenting his design and implementation of the WebAssembly executor in our monthly community meetup [2]. Congratulations to Hongbo and thanks! Best, Mingshen Sun Apache Teaclave (incubating) PPMC [1] https

[apache/incubator-teaclave] Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) (#523)

2021-07-13 Thread Mingshen Sun
## Description Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) for dockerfile and image for CI. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/523 -- Commit Summary -- * Use sgx_quote_ex_sim in SGX simulation

Re: [apache/incubator-teaclave] Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) (#523)

2021-07-13 Thread Mingshen Sun
Merged #523 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/523#event-5016768672

Re: [apache/incubator-teaclave] Fix a typo of data_owner (#524)

2021-07-14 Thread Mingshen Sun
Merged #524 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/524#event-5022766817

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-19 Thread Mingshen Sun
Hi @bigdata-memory, thanks for the proposal. Teaclave is a FaaS-like platform consisting of multiple services. One can register and invoke functions to the platform through the frontend service. Then, Teaclave will help to do authentication, authorization, task preparation, etc and finally disp

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Nice catch! Thanks. Normally, we use docker container to build Teaclave. CMakeList may miss some dependency checks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/526#iss

Re: [apache/incubator-teaclave] Fix a compiling issue (#526) (#527)

2021-07-20 Thread Mingshen Sun
Merged #527 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/527#event-5045662573

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Closed #526. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/526#event-5045663760

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Merged. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/526#issuecomment-883568200

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-21 Thread Mingshen Sun
> how the service certification can get revoked and re-issued at runtime? We don't have the revoking mechanism currently. Right now, there is a freshness timer for the attestation/certificate. Once it's timeout, the service will do another attestation and update the report, re-issue the certifi

Re: [apache/incubator-teaclave] A minor typo issue in a DOCS webpage (#528)

2021-07-21 Thread Mingshen Sun
Nice catch. This doc is automatically generated from here: https://github.com/apache/incubator-teaclave/blob/master/docs/development-tips.md. You can quickly fix it accordingly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHu

Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-21 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #6 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.4//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT TZOFFSETTO

Re: [apache/incubator-teaclave] A minor typo fixes in development doc. (#528) (#529)

2021-07-22 Thread Mingshen Sun
Merged #529 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/529#event-5059195876

Re: [apache/incubator-teaclave] A minor typo issue in a DOCS webpage (#528)

2021-07-22 Thread Mingshen Sun
Closed #528 via #529. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/528#event-5059195882

Re: Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-22 Thread Mingshen Sun
Hi Mingshen, > > May I have the Zoom link to participate the monthly meeing ? thanks. > > Gordon. > > On 2021/07/21 21:08:25, Mingshen Sun wrote: > > Dear Teaclave community, > > > > We are going to have the monthly Teaclave (virtual) meetup. The > > m

Re: Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-23 Thread Mingshen Sun
Sent. Thanks, Qinkun. On Fri, Jul 23, 2021 at 12:08 AM Qinkun Bao wrote: > > Hi Mingshen, > > Can I get the Zoom link? Thank you. > > Qinkun > > On Fri, Jul 23, 2021 at 12:00 AM Mingshen Sun wrote: > > > Hi Gordon, I have sent it to you privately via email. >

Welcome Gordon as our mentor

2021-07-25 Thread Mingshen Sun
Dear Teaclave community, Let's welcome our new mentor - Gordon [1]. Gordon is from Apache Mnemonic PMC and Intel. Gordon is working closely with the community on the integration of Teaclave and Graphene [2]. As a confidential computing platform, Teaclave is using Intel SGX as our TEE backend. I'm

[apache/incubator-teaclave] Add Gordon in the mentor list (#530)

2021-07-25 Thread Mingshen Sun
## Description [Welcome Gordon.](https://lists.apache.org/thread.html/r8234c07b9b66bca00e62c07b8e64e41f9cbd24cae5ad4ed92bebfb06%40%3Cdev.teaclave.apache.org%3E) You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/530 -- Commit Summ

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-26 Thread Mingshen Sun
> In addition, `Graphene project` licensed as [GPL > v3.0](https://github.com/oscarlab/graphene/blob/master/LICENSE.txt) along > with an > [addendum](https://github.com/oscarlab/graphene/blob/master/LICENSE.addendum.txt), > but it is not permissive compatible with `Apache 2`, the page > [GPL-c

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-27 Thread Mingshen Sun
能否详细描述编译过程、编译环境,以及执行命令。 这样能更好地帮助我重现问题并解决,谢谢! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/531#issuecomment-887267648

Re: [apache/incubator-teaclave] Add Gordon in the mentor list (#530)

2021-07-27 Thread Mingshen Sun
Merged #530 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/530#event-5076118904

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-27 Thread Mingshen Sun
多谢,我不确定是不是 macOS 上 Docker 问题。 我们的代码都有 Linux 上的 CI 测试保证,如果允许的话,最好使用 Linux 系统。 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/531#issuecomment-887964885

Re: [apache/incubator-teaclave] [Bugfix] Update the SGX SDK used in the dockerfile (#532)

2021-07-29 Thread Mingshen Sun
Merged #532 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/532#event-5088550385

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-29 Thread Mingshen Sun
Closed #531 via #532. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/531#event-5088550388

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-29 Thread Mingshen Sun
@zzj136598 should be an issue of the SGX SDK dependency. Please check again. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/531#issuecomment-889496172

Re: [apache/incubator-teaclave] [Bugfix] add uae download in dockerfile (#534)

2021-07-30 Thread Mingshen Sun
Merged #534 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/534#event-5093326157

Re: [apache/incubator-teaclave] Add TVM MNIST example and related tests for Teaclave (#535)

2021-08-03 Thread Mingshen Sun
Merged #535 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/535#event-5108471351

Re: [apache/incubator-teaclave] Add TVM MNIST example and related tests for Teaclave (#535)

2021-08-03 Thread Mingshen Sun
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/535#issuecomment-892336971

Re: [apache/incubator-teaclave] integrate pre-built TVM in the dokcer image (#536)

2021-08-04 Thread Mingshen Sun
Merged #536 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/536#event-5114233935

Re: [apache/incubator-teaclave] update CI image and add TVM example build (#538)

2021-08-04 Thread Mingshen Sun
Merged #538 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/538#event-5114884541

Re: [apache/incubator-teaclave] add IDE helper script (#539)

2021-08-09 Thread Mingshen Sun
Merged #539 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/539#event-5132026449

Re: [apache/incubator-teaclave] polish ide script and tip doc (#540)

2021-08-09 Thread Mingshen Sun
Merged #540 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/540#event-5132297533

[apache/incubator-teaclave] Add license headers (#541)

2021-08-09 Thread Mingshen Sun
## Description - Add missing license headers. - Use SkyWalking Eyes (https://github.com/marketplace/actions/license-eye) to check license in CI. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/541 -- Commit Summary -- * Add

Re: [apache/incubator-teaclave] Add license headers (#541)

2021-08-10 Thread Mingshen Sun
Merged #541 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/541#event-5137674012

Re: [apache/incubator-teaclave] Use struture builder to construct complicated structures (#542)

2021-08-11 Thread Mingshen Sun
Merged #542 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/542#event-5143830887

Re: [apache/incubator-teaclave] Use struture builder to construct complicated structures (#542)

2021-08-11 Thread Mingshen Sun
Merged. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/542#issuecomment-897018996

Re: [apache/incubator-teaclave] add TVM example document (#537)

2021-08-16 Thread Mingshen Sun
Merged #537 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/537#event-5164833940

[apache/incubator-teaclave] Build cargo-lipo with the stable rust (#543)

2021-08-16 Thread Mingshen Sun
## Description Build cargo-lipo with the stable rust. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/543 -- Commit Summary -- * Build cargo-lipo with the stable rust -- File Changes -- M .github/workflows/ci.yml (2) -

Re: [apache/incubator-teaclave] Build cargo-lipo with the stable rust (#543)

2021-08-16 Thread Mingshen Sun
Merged #543 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/543#event-5165776509

[apache/incubator-teaclave] Pre-release v0.3.0-rc.1 - Apache Teaclave (incubating) 0.3.0 Release Candidate 1

2021-08-16 Thread Mingshen Sun
Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple. This is the third official Apache Incubator release. In this release, we focus more on bringing WebAssembly into Teaclave. Now, you can run functions

[VOTE] Release Apache Teaclave (incubating) v0.3.0-rc.1

2021-08-16 Thread Mingshen Sun
icipate in testing and voting, not just committers, please feel free to try out the release candidate and provide your votes. Please also reply with things you have checked. A checklist for reference: - https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist Best, Mings

Re: [apache/incubator-teaclave] Intel SGX SDK not found (build on baremetal) (#544)

2021-08-16 Thread Mingshen Sun
The `CMakeLists.txt` checks if `libsgx_urts>=2.12.100.3`. See here: https://github.com/apache/incubator-teaclave/blob/f2be66e025f9323512b2e8fec5d99e04908b552a/CMakeLists.txt#L27-L30 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on Gi

Re: [apache/incubator-teaclave] Fix dependent PkgConfig missing (#545)

2021-08-17 Thread Mingshen Sun
Merged #545 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/545#event-5170132208

Re: [apache/incubator-teaclave] Intel SGX SDK not found (build on baremetal) (#544)

2021-08-17 Thread Mingshen Sun
Closed #544. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/544#event-5170212473

Re: [apache/incubator-teaclave] A top-level Cargo.toml for virtual workspaces (#546)

2021-08-17 Thread Mingshen Sun
Hi, this is not feasible right now. Teaclave uses two set of Rust dependencies for SGX enclave and untrusted normal world separately. We haven't consolidated these into one. Therefore, we have to compile code in different worlds separately with different `Cargo.toml` files. You can find there he

[apache/incubator-teaclave] CI is broken when building TVM example (#547)

2021-08-17 Thread Mingshen Sun
CI is broken now: https://github.com/apache/incubator-teaclave/runs/3353624057 This is caused by `onnx/models`'s Git LFS quota reached. https://github.com/onnx/models/issues/459 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitH

Re: [apache/incubator-teaclave] Cannot build TVM example (#547)

2021-08-17 Thread Mingshen Sun
The quota issue of `onnx/models` has been fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/547#issuecomment-900834208

Re: [apache/incubator-teaclave-sgx-sdk] Support stable rust? (#315)

2021-08-18 Thread Mingshen Sun
Another solution to supporting stable rust: https://www.crowdsupply.com/sutajio-kosagi/precursor/updates/adding-rust-stable-libstd-support-for-xous In a nutshell, we can put compiled std `rlib` to `sysroot`. -- You are receiving this because you are subscribed to this thread. Reply to this emai

Re: [apache/incubator-teaclave] Cannot build TVM example (#547)

2021-08-19 Thread Mingshen Sun
Closed #547 via #549. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/547#event-5182727948

Re: [apache/incubator-teaclave] Add local onnx model for building TVM graph (#549)

2021-08-19 Thread Mingshen Sun
Merged #549 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/549#event-5182727930

Re: [VOTE] Release Apache Teaclave (incubating) v0.3.0-rc.1

2021-08-19 Thread Mingshen Sun
votes The list of members can be found here [1]. I'll continue with the release process on general@. [1] https://teaclave.apache.org/contributors/ Best, Mingshen Sun On Thu, Aug 19, 2021 at 9:20 PM Pei Wang wrote: > > +1. > > On Thu, Aug 19, 2021 at 4:26 PM Rundong Zhou wrot

[RESULT] [VOTE] Release Apache Teaclave (incubating) v0.3.0-rc.1

2021-08-19 Thread Mingshen Sun
che.org%3E Best, Mingshen Sun - To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org

[RESULT][VOTE] Release Apache Teaclave (incubating) v0.3.0-rc.1

2021-08-23 Thread Mingshen Sun
Hi all, Thanks to everyone that participated. The vote to release Apache Teaclave (incubating) version 0.3.0 Release Candidate 1 in general@incuabator is now closed. Vote thread: https://lists.apache.org/thread.html/r018fb18270819082d15b106a9261144c8b27144cef992b68db537597%40%3Cgeneral.incubator

[apache/incubator-teaclave] Release v0.3.0 - Apache Teaclave (incubating) 0.3.0

2021-08-23 Thread Mingshen Sun
Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple. This is the third official Apache Incubator release. In this release, we focus more on bringing WebAssembly into Teaclave. Now, you can run functions

Re: [apache/incubator-teaclave] Doc: C code can also be compiled using Zig (#550)

2021-08-23 Thread Mingshen Sun
Let me try if it works in the WAMR executor. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/550#issuecomment-904169498

Re: [apache/incubator-teaclave] Doc: C code can also be compiled using Zig (#550)

2021-08-23 Thread Mingshen Sun
> I tried `zig` 0.8 on Ubuntu and it works for `simple_add` example. > > I'm not so familiar with `zig`, @jedisct1 could you please explain the > benefits of compiling C to WASM with `zig`? It would be great if you can add > one or two sentences in the document! I believe on benefit he mentione

Re: [apache/incubator-teaclave] Doc: C code can also be compiled using Zig (#550)

2021-08-24 Thread Mingshen Sun
Merged #550 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/550#event-5202274613

Teaclave (Virtual) Meetup #7 - 7-8pm, Aug 26, 2021 PT

2021-08-24 Thread Mingshen Sun
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:PUBLISH X-WR-CALNAME:Apache Teaclave (incubating) Community Calendar X-WR-TIMEZONE:America/Los_Angeles X-WR-CALDESC:Events of Apache Teaclave (incubating) community. BEGIN:VTIMEZONE TZID:America/

[ANNOUNCE] Apache Teaclave (incubating) 0.3.0 released

2021-08-24 Thread Mingshen Sun
/docs/inference-with-tvm/. Release notes can be found here: https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0 A link to the download can be found here: https://teaclave.apache.org/download/ To learn more about Teaclave, please visit: https://teaclave.apache.org/ Best, Mingshen Su

Re: Teaclave (Virtual) Meetup #7 - 7-8pm, Aug 26, 2021 PT

2021-08-26 Thread Mingshen Sun
Hi all, Thanks for attending this month's meetup. Here is the minutes for th meetup: https://mssun.notion.site/Teaclave-Community-Meetup-Minutes-5cb34b2215f4474c834c108fbcfa4e4d I'll also update it in our blog. Thanks! Mingshen On Tue, Aug 24, 2021 at 2:47 PM Mingshen Sun wrote

Re: Teaclave (Virtual) Meetup #7 - 7-8pm, Aug 26, 2021 PT

2021-08-30 Thread Mingshen Sun
I also posted the Teaclave Meetup #7 minutes in our blog: https://teaclave.apache.org/blog/2021-08-26-teaclave-meetup-7/. Mingshen On Thu, Aug 26, 2021 at 7:35 PM Mingshen Sun wrote: > > Hi all, > > Thanks for attending this month's meetup. > > Here is the minutes

Re: [apache/incubator-teaclave-sgx-sdk] First Contribution: Issue #276 (#359)

2021-09-12 Thread Mingshen Sun
Thanks @ThomasPluck! I'll help to review the PR. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/359#issuecomment-917722520

Re: [apache/incubator-teaclave] How to deploy Teaclave on TrustZone platform (#551)

2021-09-13 Thread Mingshen Sun
> so I‘m wondering if Teaclave can be deployed based on Teaclave-trustzon-sdk? > If it can be deployed, how to deploy it? No. The current implementation of Teaclave FaaS platform is for Intel SGX. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [apache/incubator-teaclave-sgx-sdk] fix: correct buffer overwrite in sgx_libc::ocall::{read, pread64, readv, preadv64} (#353)

2021-09-13 Thread Mingshen Sun
Thanks @clauverjat, any update on this PR? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/353#issuecomment-918546929

Re: [apache/incubator-teaclave-sgx-sdk] Added conditional compilation for musl targets (#273)

2021-09-13 Thread Mingshen Sun
@mjquinlan Thank you so much! I'm wondering if there's any update on this PR. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/273#issuecomment-918550411

Re: [apache/incubator-teaclave-sgx-sdk] Upgrade to 1.55 nightly (#349)

2021-09-13 Thread Mingshen Sun
I think this should be properly resolved as soon as possible. @volcano0dr any timeline for the new version? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/349#issuec

Re: [apache/incubator-teaclave-sgx-sdk] upgrade SDK and rust compiler urgently needed (#360)

2021-09-13 Thread Mingshen Sun
Thanks for the report. I'll link a related PR here: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/349 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/36

Re: [apache/incubator-teaclave-sgx-sdk] First Contribution: Issue #276 (#359)

2021-09-14 Thread Mingshen Sun
> I see we already have a `release_notes.md` already, would you like the > release summaries seen in the main `Readme.md` added to these? I saw you fold the release summary, this is cool. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly o

Re: [apache/incubator-teaclave-sgx-sdk] First Contribution: Issue #276 (#359)

2021-09-14 Thread Mingshen Sun
Merged #359 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/359#event-5301898867

Re: [apache/incubator-teaclave-sgx-sdk] First Contribution: Issue #276 (#359)

2021-09-14 Thread Mingshen Sun
The docs are rendered here: https://teaclave.apache.org/sgx-sdk-docs/ All links in the index page are broken because using absolute path. Can you fix it by changing them to relative path? For example, change `[Setting up your Development Environment](/documents/environment-setup.md)` to `[Setti

Re: [apache/incubator-teaclave-sgx-sdk] [SURVEY] What companies or open source projects are using Apache Teaclave (Incubating) SGX SDK? (#239)

2021-09-14 Thread Mingshen Sun
Hi, I want to ping this thread again. Please tell us while using the SDK for SGX implementation. This is really important for us to build the community. You can also send a pull request to the "Powered By" page in our home page about your projects/companies here: https://github.com/apache/incub

[apache/incubator-teaclave] Remove CONTRIBUTORS.md and point to the homepage (#552)

2021-09-14 Thread Mingshen Sun
## Description Remove the `CONTRIBUTOS.md` file and point to the contributor information to the homepage. Originally, this file is to maintains all PPMC, committer and contributor list for the Teaclave platform project and sub-projects. However, It's very difficult to maintain the contributor

Tags of Teaclave Committers

2021-09-14 Thread Mingshen Sun
Dear Teaclave Commiters, Thanks for your contribution to the projects. I'd like to propose "tags" of our committers to give a simple description of our current committers including our PPMC to show areas you're familiar with. This can help us to assign code reviews and help to answer related issu

Re: [apache/incubator-teaclave] Remove CONTRIBUTORS.md and point to the homepage (#552)

2021-09-14 Thread Mingshen Sun
Merged #552 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/552#event-5302240943

Re: [apache/incubator-teaclave] Support containerized Intel Aesmd service (#553)

2021-09-14 Thread Mingshen Sun
Thanks for the proposal. I'm thinking if we still need keep the docker-compose files using the host aesmd. If not, we don't have to maintain these many `yml` files for both host aesmd and containerized aesmd. Also, we need to have a separate docker file for the AESM service only: `aesm-service.

Re: [apache/incubator-teaclave] [SURVEY] What companies or open source projects are using the Apache Teaclave (Incubating) platform? (#310)

2021-09-14 Thread Mingshen Sun
Reopened #310. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/310#event-5302486130

Re: [apache/incubator-teaclave-sgx-sdk] upgrade SDK and rust compiler urgently needed (#360)

2021-09-14 Thread Mingshen Sun
@brenzi, as discussed with @volcano0dr, he's working on a new release recently. You'll see the changes in this month. In the meantime, I suggest to pin to a specific version (through vendoring) to avoid such problem. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [apache/incubator-teaclave] [SURVEY] What companies or open source projects are using the Apache Teaclave (Incubating) platform? (#310)

2021-09-14 Thread Mingshen Sun
Hi, I want to ping this thread again. Please tell us while using the SDK for SGX implementation. This is really important for us to build the community. You can also send a pull request to the "Powered By" page in our home page about your projects/companies here: https://github.com/apache/incub

Re: [apache/incubator-teaclave-sgx-sdk] fix: correct buffer overwrite in sgx_libc::ocall::{read, pread64, readv, preadv64} (#353)

2021-09-14 Thread Mingshen Sun
Thank you. @volcano0dr, can you review this PR again? Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/353#issuecomment-919620986

<    3   4   5   6   7   8   9   10   11   >