From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid() Date: Mon, 3 Aug 2009 13:22:49 -0500 Message-ID: <20090803182249.GA7493@us.ibm.com> References: <1248256822-23416-1-git-send-email-orenl@librato.com> <1248256822-23416-15-git-send-email-orenl@librato.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1248256822-23416-15-git-send-email-orenl-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Oren Laadan Cc: Andrew Morton , Linus Torvalds , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Hansen , Ingo Molnar , "H. Peter Anvin" , Alexander Viro , Pavel Emelyanov , Alexey Dobriyan , Sukadev Bhattiprolu List-Id: linux-api@vger.kernel.org Quoting Oren Laadan (orenl-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org): > From: Sukadev Bhattiprolu > > This parameter is currently NULL, but will be used in a follow-on patch. Note that patches 1-4 of the clone_with_pid() patchset should also be useful if we decide to re-create process trees in-kernel and not export clone_with_pid(). (Though maybe not immediately applicable to Alexey's current kthread_run()-based approach). -serge -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753637AbZHCSWv (ORCPT ); Mon, 3 Aug 2009 14:22:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753144AbZHCSWv (ORCPT ); Mon, 3 Aug 2009 14:22:51 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:55252 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752783AbZHCSWu (ORCPT ); Mon, 3 Aug 2009 14:22:50 -0400 Date: Mon, 3 Aug 2009 13:22:49 -0500 From: "Serge E. Hallyn" To: Oren Laadan Cc: Andrew Morton , Linus Torvalds , containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-api@vger.kernel.org, Dave Hansen , Ingo Molnar , "H. Peter Anvin" , Alexander Viro , Pavel Emelyanov , Alexey Dobriyan , Sukadev Bhattiprolu Subject: Re: [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid() Message-ID: <20090803182249.GA7493@us.ibm.com> References: <1248256822-23416-1-git-send-email-orenl@librato.com> <1248256822-23416-15-git-send-email-orenl@librato.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1248256822-23416-15-git-send-email-orenl@librato.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Oren Laadan (orenl@librato.com): > From: Sukadev Bhattiprolu > > This parameter is currently NULL, but will be used in a follow-on patch. Note that patches 1-4 of the clone_with_pid() patchset should also be useful if we decide to re-create process trees in-kernel and not export clone_with_pid(). (Though maybe not immediately applicable to Alexey's current kthread_run()-based approach). -serge From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with ESMTP id B3EE96B005A for ; Mon, 3 Aug 2009 14:01:25 -0400 (EDT) Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e39.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n73II3Hd001772 for ; Mon, 3 Aug 2009 12:18:03 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n73IMlSN176544 for ; Mon, 3 Aug 2009 12:22:48 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n73IMlBn007281 for ; Mon, 3 Aug 2009 12:22:47 -0600 Date: Mon, 3 Aug 2009 13:22:49 -0500 From: "Serge E. Hallyn" Subject: Re: [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid() Message-ID: <20090803182249.GA7493@us.ibm.com> References: <1248256822-23416-1-git-send-email-orenl@librato.com> <1248256822-23416-15-git-send-email-orenl@librato.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1248256822-23416-15-git-send-email-orenl@librato.com> Sender: owner-linux-mm@kvack.org To: Oren Laadan Cc: Andrew Morton , Linus Torvalds , containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-api@vger.kernel.org, Dave Hansen , Ingo Molnar , "H. Peter Anvin" , Alexander Viro , Pavel Emelyanov , Alexey Dobriyan , Sukadev Bhattiprolu List-ID: Quoting Oren Laadan (orenl@librato.com): > From: Sukadev Bhattiprolu > > This parameter is currently NULL, but will be used in a follow-on patch. Note that patches 1-4 of the clone_with_pid() patchset should also be useful if we decide to re-create process trees in-kernel and not export clone_with_pid(). (Though maybe not immediately applicable to Alexey's current kthread_run()-based approach). -serge -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org