[Devel] [cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-97-g62cb614

orenl at cs.columbia.edu orenl at cs.columbia.edu
Mon Oct 5 08:49:00 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "linux-cr".

The branch, ckpt-v18-dev has been updated
       via  62cb61406362bdae647789f41156b9a8ad856fbb (commit)
       via  bb091acbf0a47bd61323322a4e0a784d1ee0c24f (commit)
      from  26656f4d3810a24fa51b57fc66906d241b583001 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 62cb61406362bdae647789f41156b9a8ad856fbb
Author: Matt Helsley <matthltc at us.ibm.com>
Date:   Mon Oct 5 11:46:11 2009 -0400

    Fix in.h include in checkpoint_hdr.h
    
    sys/in.h doesn't exist, at least not in the glibc headers of my Fedora or
    Ubuntu systems. Use netinet/in.h which does.
    
    Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
    Acked-by: Serge Hallyn <serue at us.ibm.com>
    Cc: Dan Smith <danms at us.ibm.com>
    Cc: containers at lists.linux-foundation.org

commit bb091acbf0a47bd61323322a4e0a784d1ee0c24f
Author: Oren Laadan <orenl at cs.columbia.edu>
Date:   Sat Oct 3 18:52:29 2009 -0400

    c/r: threads sync on restart (fix regression from commit afbe522c...)
    
    Initialize the new member signal->restart_count in copy_signal().
    
    The lack of which in commit afbe522ccf6b1deb5edfc01a00becfe6ee325d0c,
    c/r: let entire thread group in sys_restart before restoring a thread,
    can cause run-pthreads1.sh test failure.
    
    In this patch are two other small cleanups:
    
    1) In post_restore_task() test if current->checkpoint_data is valid,
    and return immediately if not (meaning restart failed early).
    
    2) Replace two instances of DECLARE_WAIT_QUEUE_HEAD(waitq) with
    DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waitq), to please the lockdep checked.
    
    Signed-off-by: Oren Laadan <orenl at cs.columbia.edu>

-----------------------------------------------------------------------

Summary of changes:
 checkpoint/process.c           |    4 ++++
 checkpoint/restart.c           |    4 ++--
 include/linux/checkpoint_hdr.h |    2 +-
 kernel/fork.c                  |    4 ++++
 4 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
--
linux-cr
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list