Re: [PATCH v3 0/4] sctp: fix association hangs due to reassembly/ordering logic
From: David Miller <davem@davemloft.net>
Date: 2013-02-28 20:36:39
Also in:
linux-sctp
From: David Miller <davem@davemloft.net>
Date: 2013-02-28 20:36:39
Also in:
linux-sctp
From: "Lee A. Roberts" <redacted> Date: Thu, 28 Feb 2013 07:37:26 -0700
From: "Lee A. Roberts" <redacted> 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.
Series applied, thanks.