From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH v2] Implement close-on-fork Date: Fri, 15 May 2020 17:53:20 +0100 Message-ID: <197934.1589561600@warthog.procyon.org.uk> References: <954ef5ce2e47472f8b41300bf59209c5@garmin.com> <20200515152321.9280-1-nate.karstens@garmin.com> <20200515160342.GE23230@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: In-Reply-To: <954ef5ce2e47472f8b41300bf59209c5@garmin.com> Content-ID: <197933.1589561600.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: "Karstens, Nate" Cc: dhowells@redhat.com, Al Viro , Jeff Layton , "J. Bruce Fields" , Arnd Bergmann , Richard Henderson , Ivan Kokshaysky , Matt Turner , "James E.J. Bottomley" , Helge Deller , "David S. Miller" , Jakub Kicinski , Eric Dumazet , David Laight , "linux-fsdevel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "linux-alpha@vger.kernel.org" , "linux-parisc@vger.kernel.org" List-Id: linux-arch.vger.kernel.org Karstens, Nate wrote: > > already has a portable solution > > What is the solution? sys_spawn(const char *path, const char **argv, const char **envv, unsigned long clone_flags, unsigned int nfds, int *fds); maybe? David From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:59862 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726722AbgEOQxd (ORCPT ); Fri, 15 May 2020 12:53:33 -0400 From: David Howells In-Reply-To: <954ef5ce2e47472f8b41300bf59209c5@garmin.com> References: <954ef5ce2e47472f8b41300bf59209c5@garmin.com> <20200515152321.9280-1-nate.karstens@garmin.com> <20200515160342.GE23230@ZenIV.linux.org.uk> Subject: Re: [PATCH v2] Implement close-on-fork MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <197933.1589561600.1@warthog.procyon.org.uk> Date: Fri, 15 May 2020 17:53:20 +0100 Message-ID: <197934.1589561600@warthog.procyon.org.uk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Karstens, Nate" Cc: dhowells@redhat.com, Al Viro , Jeff Layton , "J. Bruce Fields" , Arnd Bergmann , Richard Henderson , Ivan Kokshaysky , Matt Turner , "James E.J. Bottomley" , Helge Deller , "David S. Miller" , Jakub Kicinski , Eric Dumazet , David Laight , "linux-fsdevel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "linux-alpha@vger.kernel.org" , "linux-parisc@vger.kernel.org" , "sparclinux@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Changli Gao Message-ID: <20200515165320.5AhNyWaYZWad0qxGdG1p4o0FpB-tSR6peQYyRISQtkY@z> Karstens, Nate wrote: > > already has a portable solution > > What is the solution? sys_spawn(const char *path, const char **argv, const char **envv, unsigned long clone_flags, unsigned int nfds, int *fds); maybe? David