Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-05-17 Thread Jarkko Sakkinen
On Tue, Apr 26, 2016 at 11:38:22PM -0700, Jethro Beekman wrote: > On 26-04-16 04:23, Jarkko Sakkinen wrote: > > In order to write test code I would need to use the SDK at minimum to > > generate EINITTOKEN for the test enclave. > > You could do this right now with the Rust tools for SGX [1]

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-05-17 Thread Jarkko Sakkinen
On Tue, Apr 26, 2016 at 11:38:22PM -0700, Jethro Beekman wrote: > On 26-04-16 04:23, Jarkko Sakkinen wrote: > > In order to write test code I would need to use the SDK at minimum to > > generate EINITTOKEN for the test enclave. > > You could do this right now with the Rust tools for SGX [1]

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-27 Thread Jethro Beekman
On 26-04-16 04:23, Jarkko Sakkinen wrote: > In order to write test code I would need to use the SDK at minimum to > generate EINITTOKEN for the test enclave. You could do this right now with the Rust tools for SGX [1] [1] https://github.com/jethrogb/sgx-utils/ > /Jarkko Jethro

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-27 Thread Jethro Beekman
On 26-04-16 04:23, Jarkko Sakkinen wrote: > In order to write test code I would need to use the SDK at minimum to > generate EINITTOKEN for the test enclave. You could do this right now with the Rust tools for SGX [1] [1] https://github.com/jethrogb/sgx-utils/ > /Jarkko Jethro

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-26 Thread Jarkko Sakkinen
On Mon, Apr 25, 2016 at 01:01:24PM -0700, Andi Kleen wrote: > Jarkko Sakkinen writes: > > > > diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO > > new file mode 100644 > > index 000..05f68c2 > > --- /dev/null > > +++

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-26 Thread Jarkko Sakkinen
On Mon, Apr 25, 2016 at 01:01:24PM -0700, Andi Kleen wrote: > Jarkko Sakkinen writes: > > > > diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO > > new file mode 100644 > > index 000..05f68c2 > > --- /dev/null > > +++ b/drivers/staging/intel_sgx/TODO > > @@ -0,0

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Andi Kleen
Jarkko Sakkinen writes: > diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO > new file mode 100644 > index 000..05f68c2 > --- /dev/null > +++ b/drivers/staging/intel_sgx/TODO > @@ -0,0 +1,25 @@ > +Documentation > += > +

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Andi Kleen
Jarkko Sakkinen writes: > diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO > new file mode 100644 > index 000..05f68c2 > --- /dev/null > +++ b/drivers/staging/intel_sgx/TODO > @@ -0,0 +1,25 @@ > +Documentation > += > + > +* Improve

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread One Thousand Gnomes
> +* Implement ACPI hot-lug for SGX. hot-plug Also with an upstream hat on I would add being able to check the keys on the enclave against a kernel keychain because not everyone will want to solely trust whatever keys the hardware thinks it wants to trust. Alan

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread One Thousand Gnomes
> +* Implement ACPI hot-lug for SGX. hot-plug Also with an upstream hat on I would add being able to check the keys on the enclave against a kernel keychain because not everyone will want to solely trust whatever keys the hardware thinks it wants to trust. Alan

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Jarkko Sakkinen
On Mon, Apr 25, 2016 at 10:54:26AM -0700, Greg KH wrote: > On Mon, Apr 25, 2016 at 08:34:13PM +0300, Jarkko Sakkinen wrote: > > Signed-off-by: Jarkko Sakkinen > > --- > > drivers/staging/intel_sgx/TODO | 25 + > > 1 file changed, 25

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Jarkko Sakkinen
On Mon, Apr 25, 2016 at 10:54:26AM -0700, Greg KH wrote: > On Mon, Apr 25, 2016 at 08:34:13PM +0300, Jarkko Sakkinen wrote: > > Signed-off-by: Jarkko Sakkinen > > --- > > drivers/staging/intel_sgx/TODO | 25 + > > 1 file changed, 25 insertions(+) > > create mode 100644

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Greg KH
On Mon, Apr 25, 2016 at 08:34:13PM +0300, Jarkko Sakkinen wrote: > Signed-off-by: Jarkko Sakkinen > --- > drivers/staging/intel_sgx/TODO | 25 + > 1 file changed, 25 insertions(+) > create mode 100644 drivers/staging/intel_sgx/TODO > >

Re: [PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Greg KH
On Mon, Apr 25, 2016 at 08:34:13PM +0300, Jarkko Sakkinen wrote: > Signed-off-by: Jarkko Sakkinen > --- > drivers/staging/intel_sgx/TODO | 25 + > 1 file changed, 25 insertions(+) > create mode 100644 drivers/staging/intel_sgx/TODO > > diff --git

[PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Jarkko Sakkinen
Signed-off-by: Jarkko Sakkinen --- drivers/staging/intel_sgx/TODO | 25 + 1 file changed, 25 insertions(+) create mode 100644 drivers/staging/intel_sgx/TODO diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO new

[PATCH 6/6] intel_sgx: TODO file for the staging area

2016-04-25 Thread Jarkko Sakkinen
Signed-off-by: Jarkko Sakkinen --- drivers/staging/intel_sgx/TODO | 25 + 1 file changed, 25 insertions(+) create mode 100644 drivers/staging/intel_sgx/TODO diff --git a/drivers/staging/intel_sgx/TODO b/drivers/staging/intel_sgx/TODO new file mode 100644 index