Re: [PATCH v5 09/11] fs/pipe.c: export create_pipe_files() and replace_fd()

2017-11-20 Thread Jarkko Sakkinen
On Thu, Nov 16, 2017 at 10:15:42AM +0100, Thomas Gleixner wrote: > On Mon, 13 Nov 2017, Jarkko Sakkinen wrote: > > + Cc: Al > > - Cc: that intel sgx list because it's moderated and spams my inbox with > useless moderation mails. I guess I'll have to apply for vger.kernel.org list then. >

Re: [PATCH v5 09/11] fs/pipe.c: export create_pipe_files() and replace_fd()

2017-11-16 Thread Thomas Gleixner
On Mon, 13 Nov 2017, Jarkko Sakkinen wrote: + Cc: Al - Cc: that intel sgx list because it's moderated and spams my inbox with useless moderation mails. > Exported create_pipe_files() and replace_fd() because the SGX driver > needs to be able to setup pipes in order to communicate with the

[PATCH v5 09/11] fs/pipe.c: export create_pipe_files() and replace_fd()

2017-11-13 Thread Jarkko Sakkinen
Exported create_pipe_files() and replace_fd() because the SGX driver needs to be able to setup pipes in order to communicate with the helper process that hosts the Launch Enclave (LE). The pipe creation will be done in the init-callback supplied to call_usermodehelper_setup(). The driver will use