Quoting Dan Smith ([email protected]): > This patch adds basic checkpoint/restart support for AF_UNIX sockets. It > has been tested with a single and multiple processes, and with data inflight > at the time of checkpoint. It supports socketpair()s, path-based, and > abstract sockets.
Thanks, Dan. Apart from the double-free on error case in sock_copy_buffers(), this looks very good to me. So with that change, please feel free to add: Acked-by: Serge Hallyn <[email protected]> Oren, pls do consider pulling this into v18. Dan, do you have any testcases (even just descriptions of how to test, which i'll then try to script) i can add to cr_tests? thanks, -serge _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
