From: Li RongQing Date: Mon, 3 Jun 2013 22:11:16 +0000 (+0000) Subject: cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_header X-Git-Tag: v3.11-rc1~16^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dd16c233b6d5ceea3a00f18d7c42902d0ac6b6;p=pandora-kernel.git cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_header This corrects an regression introduced by "net: Use 16bits for *_headers fields of struct skbuff" when NET_SKBUFF_DATA_USES_OFFSET is not set. In that case skb->tail will be a pointer whereas skb->transport_header will be an offset from head. This is corrected by using wrappers that ensure that comparisons and calculations are always made using pointers. Cc: Simon Horman Signed-off-by: Li RongQing Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed