[Devel] Re: [RFC v3][PATCH 2/9] General infrastructure for checkpoint restart

2008-09-04 Thread Louis Rilling
On Thu, Sep 04, 2008 at 04:02:38AM -0400, Oren Laadan wrote: Add those interfaces, as well as helpers needed to easily manage the file format. The code is roughly broken out as follows: checkpoint/sys.c - user/kernel data transfer, as well as setup of the checkpoint/restart context (a

[Devel] Re: [RFC v3][PATCH 2/9] General infrastructure for checkpoint restart

2008-09-04 Thread Serge E. Hallyn
Quoting Oren Laadan ([EMAIL PROTECTED]): Add those interfaces, as well as helpers needed to easily manage the file format. The code is roughly broken out as follows: checkpoint/sys.c - user/kernel data transfer, as well as setup of the checkpoint/restart context (a per-checkpoint data

[Devel] Re: [RFC v3][PATCH 2/9] General infrastructure for checkpoint restart

2008-09-04 Thread Serge E. Hallyn
Quoting Louis Rilling ([EMAIL PROTECTED]): On Thu, Sep 04, 2008 at 04:02:38AM -0400, Oren Laadan wrote: Add those interfaces, as well as helpers needed to easily manage the file format. The code is roughly broken out as follows: checkpoint/sys.c - user/kernel data transfer, as well as

[Devel] Re: [RFC v3][PATCH 2/9] General infrastructure for checkpoint restart

2008-09-04 Thread Dave Hansen
On Thu, 2008-09-04 at 11:03 -0500, Serge E. Hallyn wrote: Dave, are you happy with the allocations here, or were you objecting to cr_hbuf_get() and cr_hbuf_put()? I still don't think there's really enough justification as it stands, but don't let me get in the way. If it ends up being an