Re: [PATCH v41 00/24] Intel SGX foundations

2020-12-15 Thread Jarkko Sakkinen
On Tue, Dec 15, 2020 at 01:43:22PM +0800, Hui, Chunyang wrote: > Tested-by: Chunyang Hui > > The Occlum project (https://occlum.io/) is a libOS built on top of Intel > SGX feature. We ran Occlum tests using v5.10 kernel with SGX patch v41 on > SGX hardware with the Flexible Launch Control (FLC)

Re: [PATCH v41 00/24] Intel SGX foundations

2020-12-14 Thread Hui, Chunyang
On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: > Overview > > > Intel(R) SGX is new hardware functionality that can be used by > applications to populate protected regions of user code and data called > enclaves. Once activated, the new hardware protects enclave code

Re: [PATCH v41 00/24] Intel SGX foundations

2020-12-14 Thread Hui, Chunyang
On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: > Overview > > > Intel(R) SGX is new hardware functionality that can be used by > applications to populate protected regions of user code and data called > enclaves. Once activated, the new hardware protects enclave code

Re: [PATCH v41 00/24] Intel SGX foundations

2020-11-17 Thread Jarkko Sakkinen
On Mon, Nov 16, 2020 at 06:28:40PM +0100, Borislav Petkov wrote: > On Mon, Nov 16, 2020 at 09:21:16AM -0800, Dave Hansen wrote: > > That works when there is something universal across the set, like if > > Sean Signed-off-by on each patch and we didn't have any other SoB's. > > Sean is also

Re: [PATCH v41 00/24] Intel SGX foundations

2020-11-16 Thread Borislav Petkov
On Mon, Nov 16, 2020 at 09:21:16AM -0800, Dave Hansen wrote: > That works when there is something universal across the set, like if > Sean Signed-off-by on each patch and we didn't have any other SoB's. > Sean is also mentioned in at least one of five different tags: So? You git-format-patch,

Re: [PATCH v41 00/24] Intel SGX foundations

2020-11-16 Thread Dave Hansen
On 11/16/20 8:55 AM, Borislav Petkov wrote: > On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: >> Sean Christopherson is a major contributor to this series. However, he >> has left Intel and his @intel.com address will soon be bouncing. He >> does not have a email he wants us to

Re: [PATCH v41 00/24] Intel SGX foundations

2020-11-16 Thread Borislav Petkov
On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: > Sean Christopherson is a major contributor to this series. However, he > has left Intel and his @intel.com address will soon be bouncing. He > does not have a email he wants us to substitute or put in .mailmap for > now. To

[PATCH v41 00/24] Intel SGX foundations

2020-11-12 Thread Jarkko Sakkinen
Overview Intel(R) SGX is new hardware functionality that can be used by applications to populate protected regions of user code and data called enclaves. Once activated, the new hardware protects enclave code and data from outside access and modification. SGX implementations have