From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758213Ab2CVCyT (ORCPT ); Wed, 21 Mar 2012 22:54:19 -0400 Received: from natasha.panasas.com ([67.152.220.90]:60520 "EHLO natasha.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757276Ab2CVCyD (ORCPT ); Wed, 21 Mar 2012 22:54:03 -0400 Message-ID: <4F6A93F5.1070202@panasas.com> Date: Wed, 21 Mar 2012 19:52:37 -0700 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1 MIME-Version: 1.0 To: Andrew Morton , Tetsuo Handa , Oleg Nesterov CC: "Rafael J. Wysocki" , , , linux-fsdevel , linux-kernel , NFS list , Trond Myklebust , "Bhamare, Sachin" , David Howells , Eric Paris , "Srivatsa S. Bhat" , Kay Sievers , James Morris , "Eric W. Biederman" , Greg KH , Rusty Russell , Tejun Heo , David Rientjes Subject: Re: [RFC 4/4] {RFC} kmod.c: Add new call_usermodehelper_timeout() API References: <4F691059.30405@panasas.com> <4F691383.5040506@panasas.com> <4F6A92FC.6060702@panasas.com> In-Reply-To: <4F6A92FC.6060702@panasas.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/21/2012 07:48 PM, Boaz Harrosh wrote: > On 03/20/2012 04:32 PM, Boaz Harrosh wrote: >> > > Please review my patchset above, and comment. If you guys want I can combine > the two sets into one patchset ASAP. (Will try to finish an RFC tomorrow) > Since we are inventing the same mechanisms for slightly different needs. > But basically we both need support for the waiter to be returning before > the child has completed. > I forgot to ask, what is the official git tree for these patches? Currently I picked them up from the linux-next/master tree. Is there a more stable source for these? (Though I can just carry them as a patchset, I'll need to rebase them anyway) > Thanks > Boaz