Tate, Hongliang Tian

Results 75 comments of Tate, Hongliang Tian

The SFI feature has been deprecated since we know MPX would be retired by Intel. And no, there is no alternative mechanism. Recently, we add a user-LibOS isolation mechanism based...

> Thanks for clarifying! This MPK-based hardening is something I proposed for Graphene/Gramine a few years ago, so I'm happy to see it implemented in Occlum. > > Does this...

> However, our scheduler doesn't support preemption, therefore the submitted workitem will never be executed. @jellllly420 The following small change should be enough to address the issue you raised. ###...

> When I replaced `preempt` with `schedule`, the `Monitor` can be scheduled to run. However, `Workers` waken by `Monitor` still cannot be scheduled even though they are supposed to be...

Some comments about Git commit conventions. 1. Begin all commit titles with a verb whose the first letter is in the upper case. 2. Submit atomic commits, each of which...

Thanks for the proposal. You are welcome to adding the mount system call. Here are my initial feedbacks. > /// This function wraps the `mount` system call, allowing you to...

@LeslieKid Really excited to see this PR. Good job on submitting a working RCU 👍 Here is some initial feedbacks. I will add more when I have the time to...

#748 is getting merged. So you should be able to add unit tests for RCU. > @tatetian Thanks for your feedbacks! I tried to use the RCU for the ramfs...

@liqinggd @yingdi-shan Could you take a look at this PR? Your inputs would be highly appreciated.