From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:09 +0000 (-0400) Subject: sctp: Make sure we always return valid retransmit path X-Git-Tag: v2.6.35-rc1~473^2~287^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d598b166ced20d9b9281ea3527c0e18405ddb803;p=pandora-kernel.git sctp: Make sure we always return valid retransmit path commit 4951feda0c60d1ef681f1a270afdd617924ab041 sctp: Do no select unconfirmed transports for retransmissions added code to make sure that we do not select unconfirmed paths for data transmission. This caused a problem when there are only 2 paths, 1 unconfirmed and 1 unreachable. In that case, the next retransmit path returned is NULL and that causes a kernel crash. The solution is to only change retransmit paths if we found one to use. Reported-by: Frank Schuster Signed-off-b: Vlad Yasevich --- Reading git-diff-tree failed