From: Hannes Frederic Sowa Date: Thu, 19 Dec 2013 11:54:58 +0000 (+0100) Subject: ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one X-Git-Tag: v3.14-rc1~94^2~407 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790e38bc26c4db72a1905c51daaa502e48081616;p=pandora-kernel.git ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one In commit 93b36cf3425b9b ("ipv6: support IPV6_PMTU_INTERFACE on sockets") I made a horrible mistake to add ip6_sk_accept_pmtu to the generic sctp_icmp_frag_needed path. This results in build warnings if IPv6 is disabled which were luckily caught by Fengguang's kbuild bot. But it also leads to a kernel panic IPv4 frag-needed packet is received. Reported-by: kbuild test robot Signed-off-by: Hannes Frederic Sowa Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed