You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Rundong Zhou <no...@github.com> on 2020/02/05 23:11:36 UTC

[apache/incubator-teaclave] Make teaclave compatible with sgx 2.8 (#218)

## Description

Make teaclave compatible with sgx 2.8.
This patch is backward-compatible.
To work under sgx 2.8, struct global_data_t needs to be patched for crates-io &amp; crates-sgx.

## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?
Yes
## Checklist (check ALL before submitting PR, even not applicable)

- [x] Fork the repo and create your branch from `master`.
- [x] If you&#39;ve added code that should be tested, add tests.
- [x] If you&#39;ve changed APIs, update the documentation.
- [x] Ensure the tests pass (see CI results).
- [x] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/218

-- Commit Summary --

  * Make protected_fs compatible with sgx 2.8.

-- File Changes --

    M common/protected_fs_rs/protected_fs_c/inc/non_sgx_protected_fs.h (9)
    M common/protected_fs_rs/protected_fs_c/sgx_tprotected_fs/protected_fs_nodes.h (5)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/218.patch
https://github.com/apache/incubator-teaclave/pull/218.diff

-- 
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/218

Re: [apache/incubator-teaclave] Make teaclave compatible with sgx 2.8 (#218)

Posted by Mingshen Sun <no...@github.com>.
Merged #218 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/218#event-3011945332