From: Eric Dumazet Date: Tue, 21 Mar 2017 04:23:48 +0000 (-0700) Subject: ipv4: keep skb->dst around in presence of IP options X-Git-Tag: v3.2.88~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6892986c7db05c281322f1f8870f5a46d4080e99;p=pandora-kernel.git ipv4: keep skb->dst around in presence of IP options Upstream commit 34b2cef20f19c87999fff3da4071e66937db9644 ("ipv4: keep skb->dst around in presence of IP options") incorrectly root caused commit d826eb14ecef ("ipv4: PKTINFO doesnt need dst reference") as bug origin. This patch should fix the issue for 3.2.xx stable kernels, since IPv4 options seem to get more traction these days, after years of oblivion ;) Fixes: f84af32cbca70 ("net: ip_queue_rcv_skb() helper")) Signed-off-by: Eric Dumazet Reported-by: Anarcheuz Fritz Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed