From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752181AbdJSIGY (ORCPT ); Thu, 19 Oct 2017 04:06:24 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:35678 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbdJSIGS (ORCPT ); Thu, 19 Oct 2017 04:06:18 -0400 Date: Thu, 19 Oct 2017 01:06:17 -0700 From: Christoph Hellwig To: Jarkko Sakkinen Cc: intel-sgx-kernel-dev@lists.01.org, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v4 06/12] fs/pipe.c: export create_pipe_files() and replace_fd() Message-ID: <20171019080617.GA13601@infradead.org> References: <20171016191855.16964-1-jarkko.sakkinen@linux.intel.com> <20171016191855.16964-7-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171016191855.16964-7-jarkko.sakkinen@linux.intel.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2017 at 10:18:49PM +0300, Jarkko Sakkinen wrote: > Export create_pipe_files() and replace_fd() so that the SGX driver is > able to create stdin and stdout pipes. Err, no way.