Re: [linux-pm] hiberante hangs TCP Re: [EXAMPLE CODE] Parasitethread injection and TCP connection hijacking

From: Tejun Heo
Date: Wed Nov 02 2011 - 11:10:43 EST


Hello,

On Wed, Nov 02, 2011 at 06:44:31PM +0900, MyungJoo Ham wrote:
> > Hmmm... sounds like taking down network interfaces before starting
> > hibernation sequence should be enough, which shouldn't be too
> > difficult to implement from userland.  Rafael, what do you think?
> >
> > Thanks.
>
> Um... it seems that the "thaw" callbacks of network interfaces or TCP
> should do something on this.
>
> Probably, the "thaw" callbacks should make sure that the TCP
> connections are closed?

I don't think it's a good idea to diddle with TCP connections from
that layer. From what I understand, it seem all we need is plugging
tx/rx while preparing for hibernation. That shouldn't be too
difficult.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/