From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [RFC][PATCH 2/2] CR: handle a single task with private memory maps Date: Wed, 30 Jul 2008 13:58:18 -0700 Message-ID: <1217451498.26001.1.camel@nimitz> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org On Tue, 2008-07-29 at 23:27 -0400, Oren Laadan wrote: > Expand the template sys_checkpoint and sys_restart to be able to dump > and restore a single task. The task's address space may consist of only > private, simple vma's - anonymous or file-mapped. So, can we all agree that this is a good example of the in-kernel checkpoint/restart approach? It may not be the smallest possible example, but it certainly demonstrates the approach for me. -- Dave