ivila merged PR #179:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179
--
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, e-mail: dev-unsub
ivila closed issue #168: Systest broken
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/168
--
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 unsubscrib
volcano0dr left a comment (apache/incubator-teaclave-sgx-sdk#463)
The address `0x7ffeb7fdbd25` doesn't look right. I think we should debug why
it's not 8-byte aligned.
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/463#issuecommen
When a program calls `sgx_tprotected_fs::write`, the following error occurs
during the execution:
```
thread 'main' panicked at
rust-sgx-sdk/sgx_urts/src/ocall/sgxfile.rs:56:5:
misaligned pointer dereference: address must be a multiple of 0x8 but is
0x7ffeb7fdbd25
```
To avoid this panic happe
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046559685
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
ivila commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046557447
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC_Con
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046540649
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046540649
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046540649
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
ivila commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046513152
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC_Con
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046496148
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046496148
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046496148
##
optee-teec/src/context.rs:
##
@@ -57,11 +57,7 @@ impl Context {
/// ```
pub fn new() -> Result {
// define an empty TEEC
ivila commented on PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#issuecomment-2808788112
> BTW could the ARM64 image also help on #160?
I'm currently working on this (stuck on the QEMU aarch64 memory expansion
issue).
You can review my chang
DemesneGH commented on PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#issuecomment-2808766768
BTW could the ARM64 image also help on
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/160?
--
This is an automated message from the Apache Git
DemesneGH commented on PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#issuecomment-2808758265
After the tiny comments resolved please feel free to add:
`Reviewed-by: Yuan Zhuang `
--
This is an automated message from the Apache Git Service.
To respond
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046348812
##
.github/workflows/ci.yml:
##
@@ -211,6 +211,28 @@ jobs:
make -j3 toolchains &&
make -j`nproc` RUST_ENABLE=y COMPILE_S
ivila commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046319991
##
.github/workflows/ci.yml:
##
@@ -211,6 +211,28 @@ jobs:
make -j3 toolchains &&
make -j`nproc` RUST_ENABLE=y COMPILE_S_USE
DemesneGH commented on code in PR #179:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046311740
##
.github/workflows/ci.yml:
##
@@ -211,6 +211,28 @@ jobs:
make -j3 toolchains &&
make -j`nproc` RUST_ENABLE=y COMPILE_S
DemesneGH commented on issue #174:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/174#issuecomment-2808686302
Please refer to:
https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/main/docs/expanding-ta-secure-memory-on-qemuv8.md
--
This is an automated
20 matches
Mail list logo