From mboxrd@z Thu Jan 1 00:00:00 1970 From: sukadev@us.ibm.com Subject: [PATCH 0/5] Misc helper patches for pid namespaces Date: Sat, 14 Jul 2007 21:54:00 -0700 Message-ID: <20070715045400.GA25053@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Andrew Morton , linux-kernel@vger.kernel.org Cc: Pavel Emelianov , serue@us.ibm.com, clg@fr.ibm.com, haveblue@us.ibm.com, Containers List-Id: containers.vger.kernel.org Some helper patches to support multiple pid namespaces. These were discussed earlier on Containers@ mailing list. [PATCH 1/5] Define and use task_active_pid_ns() wrapper [PATCH 2/5] Rename child_reaper() function. [PATCH 3/5] Use task_pid() to find leader's pid [PATCH 4/5] Define is_global_init() and is_container_init(). [PATCH 5/5] Move alloc_pid() to copy_process()