From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [patch 2/2] fs, proc: Introduce the /proc//map_files/ directory v6 Date: Thu, 1 Sep 2011 20:50:06 +0900 Message-ID: <20110901115006.GB2752@htj.dyndns.org> References: <20110831075814.003575573@openvz.org> <20110831080229.100652529@openvz.org> <20110831090612.GA3253@albatros> <20110831112642.GI25465@sun> <20110831140416.GA17626@shutemov.name> <20110831142622.GB30615@sun> <20110831151023.5b7e12da.akpm@linux-foundation.org> <4E5F3B25.9030701@parallels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4E5F3B25.9030701@parallels.com> Sender: linux-fsdevel-owner@vger.kernel.org To: Pavel Emelyanov Cc: Andrew Morton , Cyrill Gorcunov , "Kirill A. Shutemov" , Vasiliy Kulikov , "containers@lists.osdl.org" , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , Nathan Lynch , Oren Laadan , Daniel Lezcano , Glauber Costa , James Bottomley , Alexey Dobriyan , Al Viro List-Id: containers.vger.kernel.org Hello, Andrew, Pavel. On Thu, Sep 01, 2011 at 11:58:29AM +0400, Pavel Emelyanov wrote: > > What additional kernel patches are required to bring that effort to a > > usable state and where are those patches? > > * The one you've already accepted with ->statfs for pipefs. > * PTRACE_SEIZE set from Tejun (RFC was sent some time earlier) This one is already in mainline. It's necessary to make the existing debuggers (strace and gdb) interact properly with job control. > * CLONE_USEPID flag for the clone() syscall (Cyrill will re-send a bit later) > * The binfmt handler for images (I've sent it earlier, but there's a discussion > happening over it. We can do restore without one, but it will improve the > situation significantly) I still can't see much point in binfmt handler. The kernel pieces should be pretty small no matter how this one gets resolved. Thanks. -- tejun