All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Sockets as proper objects and buffers with owners
@ 2009-09-02 18:22 Dan Smith
       [not found] ` <1251915760-20118-1-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Dan Smith @ 2009-09-02 18:22 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

This is an update of my previous set to make sockets proper objhash citizens
and use that functionality to attach owners to socket buffers for proper
recording of the sender post-restart.

I still haven't done the collect() operation, but am sending this out to get
feedback on the updated last patch which changes the sequence of events
required to restore a socket.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Track socket buffer owners
@ 2009-09-09 15:05 Dan Smith
       [not found] ` <1252508756-4278-1-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Dan Smith @ 2009-09-09 15:05 UTC (permalink / raw)
  To: containers-qjLDD68F18O7TbgM5vRIOg

This is the updated patch set that turns sockets into proper objhash objects
and tracks the source and destination of socket buffers so that we can
restore them from their proper owner to maintain sender information.

This is a roll-up of the comments from the last round.

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

end of thread, other threads:[~2009-09-11 19:46 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 18:22 [RFC] Sockets as proper objects and buffers with owners Dan Smith
     [not found] ` <1251915760-20118-1-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-02 18:22   ` [PATCH 1/3] Make sockets proper objhash objects and use checkpoint_obj() on them (v2) Dan Smith
     [not found]     ` <1251915760-20118-2-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-03  0:32       ` Oren Laadan
     [not found]         ` <4A9F0E96.70106-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
2009-09-03 15:21           ` Dan Smith
2009-09-03  5:40       ` Serge E. Hallyn
     [not found]         ` <20090903054058.GA7189-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-03 14:03           ` Dan Smith
     [not found]             ` <87eiqoyvkz.fsf-FLMGYpZoEPULwtHQx/6qkW3U47Q5hpJU@public.gmane.org>
2009-09-03 14:43               ` Serge E. Hallyn
     [not found]                 ` <20090903144341.GA13182-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-03 15:08                   ` Dan Smith
2009-09-03 14:46               ` Oren Laadan
2009-09-02 18:22   ` [PATCH 2/3] Add post-file deferqueue Dan Smith
     [not found]     ` <1251915760-20118-3-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-03  0:04       ` Oren Laadan
     [not found]         ` <4A9F0804.7080704-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
2009-09-03 15:19           ` Dan Smith
2009-09-02 18:22   ` [PATCH 3/3] [RFC] Track socket buffer owners Dan Smith
     [not found]     ` <1251915760-20118-4-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-03  1:52       ` Oren Laadan
     [not found]         ` <4A9F2158.4010405-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
2009-09-03 15:24           ` Dan Smith
     [not found]             ` <87skf4xd9a.fsf-FLMGYpZoEPULwtHQx/6qkW3U47Q5hpJU@public.gmane.org>
2009-09-03 15:46               ` Oren Laadan
  -- strict thread matches above, loose matches on Subject: below --
2009-09-09 15:05 Dan Smith
     [not found] ` <1252508756-4278-1-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-09 15:05   ` [PATCH 1/3] Make sockets proper objhash objects and use checkpoint_obj() on them (v2) Dan Smith
     [not found]     ` <1252508756-4278-2-git-send-email-danms-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-09-09 23:02       ` Oren Laadan
     [not found]         ` <4AA833F5.3040706-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
2009-09-11 14:31           ` Dan Smith
     [not found]             ` <87d45xlfhz.fsf-FLMGYpZoEPULwtHQx/6qkW3U47Q5hpJU@public.gmane.org>
2009-09-11 19:46               ` Oren Laadan

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.