From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ipv6: icmp: Updating pmtu for link local route Date: Sat, 07 Jul 2018 21:14:52 +0900 (KST) Message-ID: <20180707.211452.1199975212895879406.davem@davemloft.net> References: <52d524fe-5bc9-4c10-5ef1-9cae7ddb41ba@cisco.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Cc: netdev@vger.kernel.org To: geokohma@cisco.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:52704 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753977AbeGGMa1 (ORCPT ); Sat, 7 Jul 2018 08:30:27 -0400 In-Reply-To: <52d524fe-5bc9-4c10-5ef1-9cae7ddb41ba@cisco.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Georg Kohmann Date: Fri, 6 Jul 2018 14:59:56 +0200 > @@ -92,7 +92,7 @@ static void icmpv6_err(struct sk_buff *skb, struct > inet6_skb_parm *opt, >         struct net *net = dev_net(skb->dev); > >         if (type == ICMPV6_PKT_TOOBIG) > -               ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, > -NULL)); > +               ip6_update_pmtu(skb, net, info, skb->dev->ifindex, 0, This patch is pretty seriously mangled by your email client. Fix this, then email a test patch to yourself. Do not repost this patch to the mailing list until you can successfully apply the patch you receive in your test email. Thank you.