From: Eric Dumazet Date: Fri, 26 Aug 2011 06:26:15 +0000 (+0000) Subject: netpoll: fix incorrect access to skb data in __netpoll_rx X-Git-Tag: v3.1-rc5~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9278a475f845833b569ca47171e64fe48c616e0;p=pandora-kernel.git netpoll: fix incorrect access to skb data in __netpoll_rx __netpoll_rx() doesnt properly handle skbs with small header pskb_may_pull() or pskb_trim_rcsum() can change skb->data, we must reload it. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed