All of lore.kernel.org
 help / color / mirror / Atom feed
* C/R support of UNIX sockets
@ 2009-08-10 15:32 Dan Smith
  2009-08-10 15:32 ` [PATCH 3/5] Add common socket helpers to unify the security hooks Dan Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Dan Smith @ 2009-08-10 15:32 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

This is my latest UNIX C/R patch set.  The helper patches are unchanged from
the last versions posted (and acked) on this list.  The final UNIX patch
includes critical fixes identified by review as well as TODO comments to
identify issues that need further work.

I have code to address most of the TODO issues which I will submit to the
list after these patches are in the tree.

^ permalink raw reply	[flat|nested] 17+ messages in thread
* C/R support of UNIX sockets
@ 2009-08-03 20:30 Dan Smith
  0 siblings, 0 replies; 17+ messages in thread
From: Dan Smith @ 2009-08-03 20:30 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

This is my latest series of patches supporting the goal of
checkpoint/restart of AF_UNIX sockets.  Changes are detailed
per-patch, but a brief description is:

  - Update the errno helper patch to compaire against MAX_ERRNO
  - Update read_string() patch to use new _ckpt_read_obj_type()
    behavior and avoid a memory copy
  - Update the sock_bind() patch to include similar wrappers for
    sock_getname() and sock_getpeer()
  - Add a patch to export ckpt_fill_fname()
  - Update the AF_UNIX patch to integrate received feedback

Can some or all of these patches be included in the tree at this
point?  I think that some of the helper items should be ready for
that, and pulling in the UNIX patch will help make further
changes more clear instead of me just posting the large patch
each time.  Thoughts?

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-08-12 19:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 15:32 C/R support of UNIX sockets Dan Smith
2009-08-10 15:32 ` [PATCH 3/5] Add common socket helpers to unify the security hooks Dan Smith
2009-08-10 15:32 ` [PATCH 5/5] c/r: Add AF_UNIX support (v8) Dan Smith
2009-08-10 21:02   ` Serge E. Hallyn
2009-08-10 21:06     ` Dan Smith
2009-08-12 15:29   ` Oren Laadan
2009-08-12 15:36     ` Dan Smith
2009-08-12 19:19       ` Oren Laadan
     [not found] ` <1249918379-29414-1-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-08-10 15:32   ` [PATCH 1/5] Add an errno validation function (v2) Dan Smith
     [not found]     ` <1249918379-29414-2-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-08-10 18:31       ` Serge E. Hallyn
     [not found]         ` <20090810183106.GA24373-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-08-10 18:34           ` Dan Smith
     [not found]             ` <87k51b5xi6.fsf-FLMGYpZoEPULwtHQx/6qkW3U47Q5hpJU@public.gmane.org>
2009-08-12  6:12               ` Oren Laadan
2009-08-10 15:32   ` [PATCH 2/5] Add a ckpt_read_string() function (v3) Dan Smith
     [not found]     ` <1249918379-29414-3-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-08-12  6:17       ` Oren Laadan
2009-08-10 15:32   ` [PATCH 4/5] Export fill_fname() as ckpt_fill_fname() Dan Smith
2009-08-12  6:12   ` C/R support of UNIX sockets Oren Laadan
  -- strict thread matches above, loose matches on Subject: below --
2009-08-03 20:30 Dan Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.