]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2013 20:34:36 +0000 (15:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2013 20:34:36 +0000 (15:34 -0500)
commit0fec286bfede373b9c875343a4fee2c412919bd4
tree726fb6ef8bff813011a19098dd374ce1707edae4
parentc3d2e54c9e9dac97c08e0a48be92818936a1dd33
parent58f21bab0bc1969fcbf61937c233759d12cc1c8d
Merge branch 'sctp'

Lee A. Roberts says:

====================
This series of patches resolves several SCTP association hangs observed during
SCTP stress testing.  Observable symptoms include communications hangs with
data being held in the association reassembly and/or lobby (ordering) queues.
Close examination of reassembly/ordering queues may show either duplicated
or missing packets.

In version #2, corrected build failure in initial version of patch series
due to wrong calling sequence for sctp_ulpq_partial_delivery() being inserted
in sctp_ulpq_renege().

In version #3, adjusted patch documentation to be less repetitive.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>