Results 3 comments of Liang Ma

> > Reviewed 3 of 3 files at r1, all commit messages. > > _[Reviewable](https://reviewable.io/reviews/gramineproject/gramine/774)_ status: all files reviewed, 6 unresolved discussions, not enough approvals from maintainers (3 more required),...

> when I try to run SGX SDK remote attestation demo,I get Error, call sgx_ra_get_msg1_ex fail [main] .It seems a bios error. But, I can get sgx_get_extended_epid_group_id success. > >...

Below is my implementation of `flock`: 1. Add `posix_lock::handle_id` into struct `posix_lock`, which is transferred by `flock`'s argument fd, but in gramine represents handle id. 2. Update `posix_lock_find_conflict` function. when...