Re: [apache/incubator-teaclave] DCAP Attestation Error: SGX_QL_TCBINFO_UNSUPPORTED_FORMAT (#245)

2020-04-02 Thread Mingshen Sun
Closed #245. -- 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/245#event-3194419466

Re: [apache/incubator-teaclave] DCAP Attestation Error: SGX_QL_TCBINFO_UNSUPPORTED_FORMAT (#245)

2020-04-02 Thread Mingshen Sun
Fixed by #256 and #258. -- 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/245#issuecomment-608167514

[apache/incubator-teaclave] [dcap] Enable SGX DCAP 1.5 (#258)

2020-04-02 Thread Mingshen Sun
## Description Introduce Dockerfile to build Teaclave with SGX DCAP 1.5, and re-enable the temporarily disabled DCAP CI pipeline. CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/631 You can view, comment on, or merge this pull request online at:

Re: [apache/incubator-teaclave] [dcap] Enable SGX DCAP 1.5 (#258)

2020-04-02 Thread Mingshen Sun
Merged #258 into develop. -- 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/258#event-3194415914

Re: Podling Teaclave Report Reminder - April 2020

2020-04-02 Thread Furkan KAMACI
Hi Mingshen, Thanks for filling the report! Kind Regards, Furkan KAMACI On Thu, Apr 2, 2020 at 8:05 PM Mingshen Sun wrote: > Hi mentors, > > I have uploaded the report to wiki > (https://cwiki.apache.org/confluence/display/INCUBATOR/April2020#teaclave > ). > Please take a look and sign off on

Re: [apache/incubator-teaclave-sgx-sdk] Fix xargo compile warning (#215)

2020-04-02 Thread Yu Ding
Merged #215 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/215#event-3193223136

Re: Podling Teaclave Report Reminder - April 2020

2020-04-02 Thread Mingshen Sun
Hi mentors, I have uploaded the report to wiki (https://cwiki.apache.org/confluence/display/INCUBATOR/April2020#teaclave). Please take a look and sign off on it. Thanks. Best, Mingshen On Wed, Mar 25, 2020 at 5:17 PM Yu Ding wrote: > > lgtm > > On Wed, Mar 25, 2020 at 4:44 PM Matt Sicker

[apache/incubator-teaclave-sgx-sdk] Fix xargo compile warning (#215)

2020-04-02 Thread volcano
Fix xargo compilation sgx_bracktrace warnings by explicitly calling PathEx methods. warning: unused_imports Signed-off-by: volcano volcano...@163.com You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/215 -- Commit

[apache/incubator-teaclave] [services, WIP] Optimize Management Service logic (#257)

2020-04-02 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: [apache/incubator-teaclave-sgx-sdk] Modify the error return of the sgx_tstd::sys::thread::new (#214)

2020-04-02 Thread Yu Ding
Merged #214 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/214#event-3190956850

[apache/incubator-teaclave-sgx-sdk] Modify the error return of the sgx_tstd::sys::thread::new (#214)

2020-04-02 Thread volcano
sgx_libc::pthread_create returns an EAGAIN error, indicating that no TCS is available, so using SGX_ERROR_OUT_OF_TCS instead of EAGAIN returns io:::Error You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/214 -- Commit