From: Daniel Borkmann Date: Wed, 21 Aug 2013 17:47:59 +0000 (+0200) Subject: net: tcp_probe: kprobes: adapt jtcp_rcv_established signature X-Git-Tag: v3.12-rc1~132^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cdeda6ddbcb33debbb87590a7d42ff7f5b5cfd;p=pandora-kernel.git net: tcp_probe: kprobes: adapt jtcp_rcv_established signature This patches fixes a rather unproblematic function signature mismatch as the const specifier was missing for the th variable; and next to that it adds a build-time assertion so that future function signature mismatches for kprobes will not end badly, similarly as commit 22222997 ("net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack") did it for SCTP. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed