From: Vlad Yasevich Date: Wed, 11 Nov 2009 08:19:24 +0000 (+0000) Subject: sctp: Fix regression introduced by new sctp_connectx api X-Git-Tag: v2.6.32-rc8~10^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c67811ebc00a42f62f5d542d3abd36bd49ae35;p=pandora-kernel.git sctp: Fix regression introduced by new sctp_connectx api A new (unrealeased to the user) sctp_connectx api c6ba68a26645dbc5029a9faa5687ebe6fcfc53e4 sctp: support non-blocking version of the new sctp_connectx() API introduced a regression cought by the user regression test suite. In particular, the API requires the user library to re-allocate the buffer and could potentially trigger a SIGFAULT. This change corrects that regression by passing the original address buffer to the kernel unmodified, but still allows for a returned association id. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed