[GitHub] [incubator-teaclave-trustzone-sdk] mssun merged pull request #43: Update documentation of Rust examples

2021-09-13 Thread GitBox
mssun merged pull request #43: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/43 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [incubator-teaclave-trustzone-sdk] mssun commented on pull request #41: Add documentation of Rust examples

2021-09-13 Thread GitBox
mssun commented on pull request #41: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/41#issuecomment-918762900 Thanks. Will be rendered on the homepage soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-teaclave-trustzone-sdk] mssun merged pull request #41: Add documentation of Rust examples

2021-09-13 Thread GitBox
mssun merged pull request #41: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/41 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

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:

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:

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] 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] 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

[GitHub] [incubator-teaclave-trustzone-sdk] mssun commented on a change in pull request #41: Add documentation of Rust examples

2021-09-13 Thread GitBox
mssun commented on a change in pull request #41: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/41#discussion_r707565603 ## File path: docs/overview-of-optee-rust-examples.md ## @@ -0,0 +1,31 @@ +--- +permalink:

[GitHub] [incubator-teaclave-trustzone-sdk] mssun merged pull request #42: fix error when make the plugin example second time

2021-09-13 Thread GitBox
mssun merged pull request #42: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/42 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

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

2021-09-13 Thread brenzi
This SDK is behind Intel's SDK for quite a while already and the supported rust compiler is very old. We currently face a deadlock because https://github.com/dtolnay/proc-macro2/pull/296 breaks our build. We can't downgrade, because other dependencies request proc-macro2-1.0.29. But we can't

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

2021-09-13 Thread wenky
I have deployed Teaclave based on Intel SGX and The example has been successfully run. I also have deployed Teaclave-trustzon-sdk based on OP-TEE. so I‘m wondering if Teaclave can be deployed based on Teaclave-trustzon-sdk? If it can be deployed, how to deploy it? -- You are receiving this