lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 07 Jul 2018 21:14:52 +0900 (KST)
From:   David Miller <davem@...emloft.net>
To:     geokohma@...co.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH] ipv6: icmp: Updating pmtu for link local route

From: Georg Kohmann <geokohma@...co.com>
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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ