From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756607AbbCRRl6 (ORCPT ); Wed, 18 Mar 2015 13:41:58 -0400 Received: from fieldses.org ([173.255.197.46]:39347 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756531AbbCRRl4 (ORCPT ); Wed, 18 Mar 2015 13:41:56 -0400 Date: Wed, 18 Mar 2015 13:41:56 -0400 From: "J. Bruce Fields" To: Ian Kent Cc: Kernel Mailing List , David Howells , Oleg Nesterov , Trond Myklebust , Benjamin Coddington , Al Viro , Jeff Layton , "Eric W. Biederman" Subject: Re: [RFC PATCH v4 00/12] Second attempt at contained helper execution Message-ID: <20150318174156.GD8818@fieldses.org> References: <20150317022308.24592.35785.stgit@pluto.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150317022308.24592.35785.stgit@pluto.fritz.box> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 17, 2015 at 10:44:49AM +0800, Ian Kent wrote: > The other change has been to the nfs and KEYS patches. > I've introduced the ability to get a token that can be used to > save namespace information for later execution and I've attempted > to use that for persistent namespace execution, as was discussed > previously. The nfsd patch at least definitely looks like what we need. --b.