| From: |
| Dan Smith <danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> |
| To: |
| containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org |
| Subject: |
| Add Checkpoint/Restart support for UNIX sockets |
| Date: |
| Wed, 22 Jul 2009 13:41:36 -0700 |
| Message-ID: |
| <1248295301-30930-1-git-send-email-danms@us.ibm.com> |
| Archive-link: |
| Article, Thread
|
This is the latest version of my patch set enabling c/r for sockets. I
chose to send only the UNIX patch and supporting changes to concentrate
on that as the INET patch will need more work.
This set introduces three c/r-specific helper routines (patches 1-3), a
more general sock_bind() helper to encapsulate the security hook performed
by sys_bind() (patch 4), and finally the C/R of UNIX sockets (patch 5).
There have been substantial changes to the UNIX patch, detailed accordingly.
Hopefully I have touched on all the previous comments.