[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141006.002229.1370132762577292096.davem@davemloft.net>
Date: Mon, 06 Oct 2014 00:22:29 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: vyasevich@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] sctp: handle association restarts when the socket is
closed.
From: Vladislav Yasevich <vyasevich@...il.com>
Date: Fri, 3 Oct 2014 18:16:20 -0400
> From: Vlad Yasevich <vyasevich@...il.com>
>
> Currently association restarts do not take into consideration the
> state of the socket. When a restart happens, the current assocation
> simply transitions into established state. This creates a condition
> where a remote system, through a the restart procedure, may create a
> local association that is no way reachable by user. The conditions
> to trigger this are as follows:
> 1) Remote does not acknoledge some data causing data to remain
> outstanding.
> 2) Local application calls close() on the socket. Since data
> is still outstanding, the association is placed in SHUTDOWN_PENDING
> state. However, the socket is closed.
> 3) The remote tries to create a new association, triggering a restart
> on the local system. The association moves from SHUTDOWN_PENDING
> to ESTABLISHED. At this point, it is no longer reachable by
> any socket on the local system.
>
> This patch addresses the above situation by moving the newly ESTABLISHED
> association into SHUTDOWN-SENT state and bundling a SHUTDOWN after
> the COOKIE-ACK chunk. This way, the restarted associate immidiately
> enters the shutdown procedure and forces the termination of the
> unreachable association.
>
> Reported-by: David Laight <David.Laight@...lab.com>
> Signed-off-by: Vlad Yasevich <vyasevich@...il.com>
Applied, thanks.
Candidate for -stable?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists