[apache/incubator-teaclave] Update report_bug.md (PR #572)

2021-11-02 Thread Qinkun Bao

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

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

-- Commit Summary --

  * https://github.com/apache/incubator-teaclave/pull/572/commits/db2942095a1a578771aa67394071b9078e0a0fa0;>Update
 report_bug.md

-- File Changes --

M .github/ISSUE_TEMPLATE/report_bug.md (2)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/572.patch
https://github.com/apache/incubator-teaclave/pull/572.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/572


Re: [apache/incubator-teaclave] [WAMR] Fix leaked resources (PR #569)

2021-11-02 Thread Mingshen Sun
Merged #569 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/569#event-5558862463

[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #51: How to deploy the OP-TEE on kunpeng(华为鲲鹏芯片)?

2021-11-02 Thread GitBox


DemesneGH commented on issue #51:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/51#issuecomment-957340300


   Hi @xglreal ,
   There is probably Huawei's TEE OS inside Kunpeng chips, so I'm not sure if 
you can run OP-TEE OS on it.
   You can check [the list of supported devices in OP-TEE 
documentation](https://optee.readthedocs.io/en/latest/general/platforms.html).
   When compiling OP-TEE OS, it's necessary to choose a corresponding 
makefile(e.g. `qemu_v8.mk\qemu.mk\juno,mk\hikey.mk\hikey960.mk`) according to 
OP-TEE documentation.
   
   After the OP-TEE OS has been installed on your device, you can try Teaclave 
TrustZone SDK for developing TEE applications in Rust. In Teaclave TrustZone 
SDK the default makefile is `qemu_v8.mk` for compiling arm64 applications, no 
need to change it.
   
   So maybe you could:
   1. Check whether Kunpeng supports OP-TEE;
   2. Clone OP-TEE repo and compile OP-TEE OS;
   3. Install OP-TEE OS on your Kunpeng device;
   4. In Teaclave TrustZone SDK, set `OPTEE_DIR` to your OP-TEE repository, 
then develop TEE applications in Rust ( or you can try examples in `/examples`);
   5. Copy Rust applications to your device.
   


-- 
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-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Teaclave (Virtual) Meetup #9 - 7-8pm, Nov 30, 2021 PT

2021-11-02 Thread Mingshen Sun
Dear Teaclave community,

We are going to have the 9th monthly Teaclave (virtual) meetup. Since
November 25 is around Thanksgiving, I suggest putting it after
Thanksgiving on Nov 30th, 2021 PT:

- 19:00-20:00 on Tuesday, Nov 30, 2021 (PT)

You can find the corresponding date time in your time zone here:
https://time.is/compare/1900_30_November_2021_in_PT

We are glad to have Jinhua Cui and Zhijingcheng Yu from National
University of Singapore joining our meetup to talk about their recent
study about the re-entrancy vulnerability in the exception handling
designs of some popular SGX SDKs and the SmashEx attack. [1, 2]

I also create a Google Calendar for the recurring events. Please
subscribe if you're interested.

Apache Teaclave (incubating) Community Calendar:
https://calendar.google.com/calendar/u/0/embed?src=l1q5osem2br8i4bj7dgik5s...@group.calendar.google.com

At last, same as the previous meetup, please RSVP for the Zoom link
(or find it in the shared calendar). Thanks!

[1] https://jasonyu1996.github.io/SmashEx/
[2] 
https://teaclave.apache.org/blog/2021-10-25-security-advisory-of-smashex-and-cve-2021-0186/

Best,
Mingshen Sun

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: Welcoming Yuan Zhuang (@yuanz) as Teaclave committer

2021-11-02 Thread Matt Sicker
Welcome to the community!

On Mon, Nov 1, 2021 at 10:13 PM Yuan Zhuang  wrote:
>
> Dear Teaclave community,
> I am glad to become a committer in the Teaclave project. I will continue to 
> work on contributing code to Teaclave TrustZone SDK or other repositories.
> Thanks to Mingshen and the community!
>
>
> Best,
> Yuan Zhuang
>
>
> 在 2021年11月2日 09:44,Mingshen Sun 写道:
>
>
> Dear Teaclave community, Please welcome Yuan Zhuang (@yuanz) to join the 
> Teaclave community as a committer. Yuan started working on Teaclave TrustZone 
> SDK for about half year ago and made several major contributions [1] to the 
> project including: - update for OP-TEE 3.11.0 - support for new TEE API and 
> update examples/aes/ta - loadable plugins - new documents She also helped 
> with the recent Teaclave/OP-TEE integration [2]. Right now, Teaclave 
> TrustZone SDK is the recommended SDK by OP-TEE for developing Rust TAs. [3] 
> Congratulations to Yuan and thanks! [1] 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/commits?author=DemesneGH
>  [2] https://github.com/OP-TEE/optee_docs/pull/140 [3] 
> https://optee.readthedocs.io/en/latest/building/optee_with_rust.html Mingshen 
> Sun Apache Teaclave (incubating) PPMC https://mssun.me

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: Welcoming Rong Fan (@fanrong) as Teaclave committer

2021-11-02 Thread Matt Sicker
Welcome to the community!

On Mon, Nov 1, 2021 at 9:29 PM 樊荣  wrote:
>
> Hi Teaclave community,
>
> I am very honored to join the community. I will continue to work hard to
> contribute to the development of the community. Please advise, thanks.
>
>
>
>
>
>
>
> Best regards,
> Rong Fan
>
>
>
>
>
> At 2021-11-02 09:44:32, "Mingshen Sun"  wrote:
> >Dear Teaclave community,
> >
> >Please welcome Rong Fan (@fanrong) to join the Teaclave community as a
> >committer.
> >
> >Rong started working on Teaclave TrustZone SDK for about half year ago
> >and made several major contributions [1] to the project including:
> >
> >- keep update with the latest OP-TEE versions
> >- use dynamic library in the client library
> >- make our building system compatible with that in OP-TEE
> >
> >He also helped with the recent Teaclave/OP-TEE integration [2, 3],
> >which is a huge milestone for the Teaclave TrustZone SDK project.
> >Right now, Teaclave TrustZone SDK is the recommended SDK by OP-TEE for
> >developing Rust TAs. [4]
> >
> >Congratulations to Rong and thanks!
> >
> >[1] 
> >https://github.com/apache/incubator-teaclave-trustzone-sdk/commits?author=fanrong1992
> >[2] https://github.com/OP-TEE/manifest/pull/200
> >[3] https://github.com/OP-TEE/build/pull/521
> >[4] https://optee.readthedocs.io/en/latest/building/optee_with_rust.html
> >
> >Mingshen Sun
> >Apache Teaclave (incubating) PPMC
> >https://mssun.me

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #51: How to deploy the OP-TEE on kunpeng(华为鲲鹏芯片)?

2021-11-02 Thread GitBox


DemesneGH commented on issue #51:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/51#issuecomment-957340300


   Hi @xglreal ,
   There is probably Huawei's TEE OS inside Kunpeng chips, so I'm not sure if 
you can run OP-TEE OS on it.
   You can check [the list of supported devices in OP-TEE 
documentation](https://optee.readthedocs.io/en/latest/general/platforms.html).
   When compiling OP-TEE OS, it's necessary to choose a corresponding 
makefile(e.g. `qemu_v8.mk\qemu.mk\juno,mk\hikey.mk\hikey960.mk`) according to 
OP-TEE documentation.
   
   After the OP-TEE OS has been installed on your device, you can try Teaclave 
TrustZone SDK for developing TEE applications in Rust. In Teaclave TrustZone 
SDK the default makefile is `qemu_v8.mk` for compiling arm64 applications, no 
need to change it.
   
   So maybe you could:
   1. Check whether Kunpeng supports OP-TEE;
   2. Clone OP-TEE repo and compile OP-TEE OS;
   3. Install OP-TEE OS on your Kunpeng device;
   4. In Teaclave TrustZone SDK, set `OPTEE_DIR` to your OP-TEE repository, 
then develop TEE applications in Rust ( or you can try examples in `/examples`);
   5. Copy Rust applications to your device.
   


-- 
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-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [apache/incubator-teaclave] The founder "keys" and the file "KEYS" are conflict (Issue #571)

2021-11-02 Thread Mingshen Sun
Thanks for reporting this issue. This is duplicated with #567.

I'm thinking of a proper name for the current `keys` directory.

-- 
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/571#issuecomment-957960102

Re: [apache/incubator-teaclave] The founder "keys" and the file "KEYS" are conflict (Issue #571)

2021-11-02 Thread Mingshen Sun
Closed #571.

-- 
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/571#event-5556967665

[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #51: How to deploy the OP-TEE on kunpeng(华为鲲鹏芯片)?

2021-11-02 Thread GitBox


DemesneGH commented on issue #51:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/51#issuecomment-957340300


   Hi @xglreal ,
   There is probably Huawei's TEE OS inside Kunpeng chips, so I'm not sure if 
you can run OP-TEE OS on it.
   You can check [the list of supported devices in OP-TEE 
documentation](https://optee.readthedocs.io/en/latest/general/platforms.html).
   When compiling OP-TEE OS, it's necessary to choose a corresponding 
makefile(e.g. `qemu_v8.mk\qemu.mk\juno,mk\hikey.mk\hikey960.mk`) according to 
OP-TEE documentation.
   
   After the OP-TEE OS has been installed on your device, you can try Teaclave 
TrustZone SDK for developing TEE applications in Rust. In Teaclave TrustZone 
SDK the default makefile is `qemu_v8.mk` for compiling arm64 applications, no 
need to change it.
   
   So maybe you could:
   1. Check whether Kunpeng supports OP-TEE;
   2. Clone OP-TEE repo and compile OP-TEE OS;
   3. Install OP-TEE OS on your Kunpeng device;
   4. In Teaclave TrustZone SDK, set `OPTEE_DIR` to your OP-TEE repository, 
then develop TEE applications in Rust ( or you can try examples in `/examples`);
   5. Copy Rust applications to your device.
   


-- 
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-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org