From: Daniel Borkmann Date: Sat, 15 Dec 2012 10:12:43 +0000 (+0000) Subject: sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatch X-Git-Tag: v3.8-rc1~40^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb9d6eaf85ecdd266a9a5c6d825c56ca9eefc14;p=pandora-kernel.git sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatch Commit 24cb81a6a (sctp: Push struct net down into all of the state machine functions) introduced the net structure into all state machine functions, but jsctp_sf_eat_sack was not updated, hence when SCTP association probing is enabled in the kernel, any simple SCTP client/server program from userspace will panic the kernel. Cc: Vlad Yasevich Signed-off-by: Daniel Borkmann Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed