From: Eric Dumazet Date: Mon, 28 Nov 2011 00:27:47 +0000 (+0000) Subject: tcp: tcp_sendmsg() wrong access to sk_route_caps X-Git-Tag: v3.3-rc1~182^2~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690e99c4ba73fc18643b38fa032022b8758ad4d3;p=pandora-kernel.git tcp: tcp_sendmsg() wrong access to sk_route_caps Now sk_route_caps is u64, its dangerous to use an integer to store result of an AND operator. It wont work if NETIF_F_SG is moved on the upper part of u64. Signed-off-by: Eric Dumazet CC: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed