Received: by 2002:a17:90a:9103:0:0:0:0 with SMTP id k3csp11789143pjo; Thu, 2 Jan 2020 14:18:30 -0800 (PST) X-Google-Smtp-Source: APXvYqw4dRNAXFFbUbKSq7SRq0K1jGQA7iS+VAJ1/9LvWbuftQnZDsGokUVN1313/DGULf0KnH/n X-Received: by 2002:a9d:5c02:: with SMTP id o2mr87276038otk.176.1578003510076; Thu, 02 Jan 2020 14:18:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578003510; cv=none; d=google.com; s=arc-20160816; b=oGVFfIbrmpzSB/Qmnh4jgzVRGwx3iWqO3izsf6K2O99Rwy5crIRAZawImL58thGXnX 9CYVBCjlx73R32WyqCJfGj8lbLFuw8N1NGeohNG5FKaJKdjrsQVqxJf4fZc3gXCcylIJ DzxJdmneO5EdWKAz1iG7M9DTb/tORxHcVDjJe94ombpXCS1CfBmDe5L3M7/gbuewScro 4Dsqebp4rPHksZzg191a0ch7Pi6GnGXH11F0FGW4WZYm0WgwxOS3RMKvx/FXR9thymax krjOFR3rX1wo/wmrIo6yQnIyYAqnBWH/0Kd4HVD17w+Vj30la0VT5XQi0qQFP2FV5sYS kDBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=XUf5e0/mXg4Z77VCWOEIr5YCnqgfQ/IzfJa+7OxK/6U=; b=KD79ryWcs4pRrSOnuZA5zsLhA70aVP7msy8HKA3BuEHXRHUMnI4Ehb6aXKTwK59PyP remhzvuJ6EKVj0UToueeMhiU6YXJt7+AJkY0hwaJ0eWjz1FoqyAT1OzX9ffSnB8PfdGB mM7uWqAQCMTgTYsG+AmAiI5w05qo7ZfYvfLaNHbjsJ0ZJlmMdSLDsYKOj0Zgkm3LFo2D 1Vd8n6eLsZHf3R/PQQ5p7KXxtfNox4AhtCvOzw2S+CuPdmgwbEvvG74PIftENszz4dQb huFtpAtXfRIdmIUEf67qIStYCyOBd2IFQhxO5sWusExmnVk43jXhjVpg+nDkSeOkT/Tb ggbw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=czXFKUXi; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d17si25416294oij.136.2020.01.02.14.18.18; Thu, 02 Jan 2020 14:18:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=czXFKUXi; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728371AbgABWRm (ORCPT + 99 others); Thu, 2 Jan 2020 17:17:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:60246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728365AbgABWRh (ORCPT ); Thu, 2 Jan 2020 17:17:37 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 801AF227BF; Thu, 2 Jan 2020 22:17:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578003457; bh=AT2WhW5MQNZ6Kd2PuTjD5TTU9q9gqdrKbc7+j7RSLoE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=czXFKUXinBqJaiBfCfRejAD6cDt8fdQV10CTmOnoIS10XOGe4SFpJxNxpZfid+iFz XtFCf/Wv+FvfCgSmdm79WPxVAkcpj1XdmGLBT9G5FimpTZ0s+SJjbJ/YPwU85GfxxP RNknWeZaq/aEmUIR6bp2eTzf1pV83fi0a2i0aSsk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jianlin Shi , Guillaume Nault , David Ahern , Hangbin Liu , "David S. Miller" Subject: [PATCH 5.4 168/191] ip6_gre: do not confirm neighbor when do pmtu update Date: Thu, 2 Jan 2020 23:07:30 +0100 Message-Id: <20200102215847.311928164@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200102215829.911231638@linuxfoundation.org> References: <20200102215829.911231638@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hangbin Liu [ Upstream commit 675d76ad0ad5bf41c9a129772ef0aba8f57ea9a7 ] When we do ipv6 gre pmtu update, we will also do neigh confirm currently. This will cause the neigh cache be refreshed and set to REACHABLE before xmit. But if the remote mac address changed, e.g. device is deleted and recreated, we will not able to notice this and still use the old mac address as the neigh cache is REACHABLE. Fix this by disable neigh confirm when do pmtu update v5: No change. v4: No change. v3: Do not remove dst_confirm_neigh, but add a new bool parameter in dst_ops.update_pmtu to control whether we should do neighbor confirm. Also split the big patch to small ones for each area. v2: Remove dst_confirm_neigh in __ip6_rt_update_pmtu. Reported-by: Jianlin Shi Reviewed-by: Guillaume Nault Acked-by: David Ahern Signed-off-by: Hangbin Liu Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ipv6/ip6_gre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/ipv6/ip6_gre.c +++ b/net/ipv6/ip6_gre.c @@ -1040,7 +1040,7 @@ static netdev_tx_t ip6erspan_tunnel_xmit /* TooBig packet may have updated dst->dev's mtu */ if (!t->parms.collect_md && dst && dst_mtu(dst) > dst->dev->mtu) - dst->ops->update_pmtu(dst, NULL, skb, dst->dev->mtu, true); + dst->ops->update_pmtu(dst, NULL, skb, dst->dev->mtu, false); err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, NEXTHDR_GRE);