From: Eric Dumazet Date: Tue, 25 Sep 2012 20:01:28 +0000 (+0200) Subject: ipv6: mip6: fix mip6_mh_filter() X-Git-Tag: v3.2.31~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef15da3b6b92295660dd0f0af7011cf941654ab4;p=pandora-kernel.git ipv6: mip6: fix mip6_mh_filter() [ Upstream commit 96af69ea2a83d292238bdba20e4508ee967cf8cb ] mip6_mh_filter() should not modify its input, or else its caller would need to recompute ipv6_hdr() if skb->head is reallocated. Use skb_header_pointer() instead of pskb_may_pull() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed