From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOSAKI Motohiro Subject: Re: [RFC][PATCH 2/2] CR: handle a single task with private memory maps Date: Wed, 30 Jul 2008 13:51:49 +0900 Message-ID: <20080730132257.9DF2.KOSAKI.MOTOHIRO@jp.fujitsu.com> 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 Hi > 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. > > This big patch adds a mechanism to transfer data between kernel or user > space to and from the file given by the caller (sys.c), alloc/setup/free > of the checkpoint/restart context (sys.c), output wrappers and basic > checkpoint handling (checkpoint.c), memory dump (ckpt_mem.c), input > wrappers and basic restart handling (restart.c), and finally the memory > restore (rstr_mem.c). > > Signed-off-by: Oren Laadan please write a documentation of describe memory dump file format, and split save and restore to two patches.