Dmitrii Kuvaiskii
Dmitrii Kuvaiskii
Jenkins, retest Jenkins-SGX-20.04-musl please. Error is in the signing test: ``` tests.test_sgx_sign.test_sign_from_pem_path (from pytest) Error Message cryptography.exceptions.InvalidSignature ```
Jenkins, retest Jenkins-SGX-EDMM please
Jenkins, retest Jenkins-SGX-EDMM please
> Can we eliminate the startup and end event noise in all cases? this would help in perf analysis of PyTorch like applications which doesn't run foreever, either reset or...
> yes application need to inform gramine when it want stats/perf records to be collected. Is there a way application running inside Gramine can send some signal to Gramine? The...
This issue will be completely fixed with two PRs: - https://github.com/gramineproject/gramine/pull/1751 - https://github.com/gramineproject/gramine/pull/1996
There is one problematic point: - The current VMA lock is a light-weight spinlock - The proposed RW VMA lock is more heavy-weight (on the slow path), as it uses...
@dzobbe The only really problematic case is the second bullet item. It is described in this comment: https://github.com/gramineproject/gramine/blob/fa437cbcf380ea9c1aa76958ddeb73557a344901/libos/include/libos_handle.h#L141-L155 Note the FIXME part. (All other cases are **not** functional problems, but...
Please also see the notes from our discussion: https://github.com/gramineproject/gramine/discussions/1616 (first topic). > These scanners don't matter at all for security, they are supposed to be used only as hints where...
Ok, I guess I formulated that sentence wrong. I agree with @mkow; the original sense in my sentence was to "get rid of security vulnerabilities, and then make sure nothing...