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-v17-dev has been updated
       via  a101d30a3bfee4bc38fb646e44c20929f699699b (commit)
       via  5c578335981c7646aa8ef9670360835da651923b (commit)
       via  71c65cbca9b7818794f0729897adf55bd4fe4cf7 (commit)
       via  76771b2c0dd2e5d5865dc39723b2fe241ed4510c (commit)
       via  4b5ec1174fdf253e228bf7e2ac1b03fd14f07fe3 (commit)
       via  5ba97282f91791338a4ecbb847a5eacc99685c7f (commit)
      from  220b6605740c677c252a5f43d9add9584b855eda (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 a101d30a3bfee4bc38fb646e44c20929f699699b
Author: Dan Smith <[email protected]>
Date:   Mon Aug 10 08:32:58 2009 -0700

    Export fill_fname() as ckpt_fill_fname()
    
    Acked-by: Serge Hallyn <[email protected]>
    Signed-off-by: Dan Smith <[email protected]>

commit 5c578335981c7646aa8ef9670360835da651923b
Author: Dan Smith <[email protected]>
Date:   Mon Aug 10 08:32:57 2009 -0700

    Add common socket helpers to unify the security hooks
    
    This moves the meat out of the bind(), getsockname(), and getpeername() 
syscalls
    into helper functions that performs security_socket_bind() and then the
    sock->ops->call().  This allows a unification of this behavior between the
    syscalls and the pending socket restart logic.
    
    Acked-by: Serge Hallyn <[email protected]>
    Signed-off-by: Dan Smith <[email protected]>
    Cc: [email protected]

commit 71c65cbca9b7818794f0729897adf55bd4fe4cf7
Author: Dan Smith <[email protected]>
Date:   Mon Aug 10 08:32:55 2009 -0700

    Add an errno validation function (v2)
    
    Signed-off-by: Dan Smith <[email protected]>
    
    Changes in v2:
      - Compare against MAX_ERRNO instead of more stringent but obscure
        constant

commit 76771b2c0dd2e5d5865dc39723b2fe241ed4510c
Author: Oren Laadan <[email protected]>
Date:   Tue Aug 11 23:53:50 2009 -0400

    c/r: add ckpt_read_payload() and ckpt_read_string()
    
    ckpt_read_payload() allows caller to read a variable-length object. It
    allocated memory and reads only the payload (without header).
    
    ckpt_read_string() uses is similar, but used to read strings - so it
    also verifies that the string is null terminated.
    
    Originally suggested and coded by Dan Smith.
    
    Signed-off-by: Oren Laadan <[email protected]>

commit 4b5ec1174fdf253e228bf7e2ac1b03fd14f07fe3
Author: Serge E. Hallyn <[email protected]>
Date:   Thu Aug 6 21:00:52 2009 -0500

    objhash: fix syntax error
    
    first two args to ckpt_write_err() were switched
    
    Signed-off-by: Serge E. Hallyn <[email protected]>

commit 5ba97282f91791338a4ecbb847a5eacc99685c7f
Author: Nathan Lynch <[email protected]>
Date:   Tue Aug 4 15:58:12 2009 -0500

    powerpc: vdso build fix (ckpt-v17)
    
    arch/powerpc/kernel/vdso.c: In function 'arch_setup_additional_pages':
    arch/powerpc/kernel/vdso.c:244: error: 'ret' undeclared (first use in this 
function)
    arch/powerpc/kernel/vdso.c:244: error: (Each undeclared identifier is 
reported only once
    arch/powerpc/kernel/vdso.c:244: error: for each function it appears in.)
    
    Signed-off-by: Nathan Lynch <[email protected]>

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

Summary of changes:
 arch/powerpc/kernel/vdso.c |    2 +-
 checkpoint/files.c         |    8 +++---
 checkpoint/objhash.c       |    4 +-
 checkpoint/restart.c       |   54 ++++++++++++++++++++++++++++++++++++++++++++
 include/linux/checkpoint.h |   12 +++++++++-
 include/net/sock.h         |   48 +++++++++++++++++++++++++++++++++++++++
 net/socket.c               |   29 +++++------------------
 7 files changed, 126 insertions(+), 31 deletions(-)


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

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to