Peter Pietzuch

Results 58 comments of Peter Pietzuch

@lead4good The way attestation is now done in SGX-LKL in the new Open Enclave version (now in the default branch) is different from the "legacy" branch (see the code around...

Hi @AsmX0r, since LKL is the Linux kernel, it will maintain a regular page cache inside the enclave, which will buffer disk I/O operations and flush them to the disk...

> We are running the LKL kernel inside enclave. That effectively means EPC memory, right? Per a previous discussion, that amount of memory is required when we create a loop...

I think that this issue is caused by https://github.com/lsds/sgx-lkl/issues/680.

I presume that this was closed by accident?

Signals such as SIGXCPU are unsupported because the LKL scheduler is currently unaware of the time that lthreads spent running. Addressing this issue would require a tighter integration of the...

The `hello` binary is statically linked (https://github.com/docker-library/hello-world/blob/9ef4804c28679a416a445397f9b2e2b105005151/Makefile#L20), and we don't know how to load this.