Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1386723
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/6] intel_sgx: TODO file for the staging area |
| Date | 2016-04-25 20:00 +0200 |
| Message-ID | <rrSXF-1rj-45@gated-at.bofh.it> (permalink) |
| References | <rrSEj-1jR-33@gated-at.bofh.it> <rrSEj-1jR-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Apr 25, 2016 at 08:34:13PM +0300, Jarkko Sakkinen wrote: > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > --- > 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 0000000..05f68c2 > --- /dev/null > +++ b/drivers/staging/intel_sgx/TODO > @@ -0,0 +1,25 @@ > +Documentation > +============= > + > +* Improve Documents/x86/intel-sgx.txt based on the feedback and > + questions that pop up. > + > +Internals > +========= > + > +* Move structures needed by the allocator to arch/x86/include/asm/sgx.h > +* Move EPC page allocation and eviction code to arch/x86/mm as they > + will shared with virtualization code. > +* Move enclave management functions to arch/x86/mm as they will be > + shared with virtualization code. > +* Use reserve_memtype() in order to add EPC to the PAT memtype list > + with WB caching. > +* Implement proper recovery code for the pager for cases when > + ETRACK/EBLOCK/EWB fails instead of BUG_ON(). Probably the sanest > + way to recover is to clear TCS PTEs, kick threads out of enclave > + and remove EPC pages. > +* Implement ACPI hot-lug for SGX. What is keeping you from doing all of this work this week, making this todo list empty? thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 6/6] intel_sgx: TODO file for the staging area Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-25 19:40 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area Greg KH <gregkh@linuxfoundation.org> - 2016-04-25 20:00 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-25 21:00 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-04-25 21:10 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area Andi Kleen <andi@firstfloor.org> - 2016-04-25 22:10 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-26 13:30 +0200
Re: [PATCH 6/6] intel_sgx: TODO file for the staging area Jethro Beekman <kernel@jbeekman.nl> - 2016-04-27 09:10 +0200
csiph-web