Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2990400ybk; Mon, 18 May 2020 13:00:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzIiZt+UnTAJRTtt+dh119/ArsY7cLMymkuSrzO7+FwHxjogRUOwNX1Yro5QUeFERA/k+gQ X-Received: by 2002:aa7:d993:: with SMTP id u19mr6785300eds.358.1589832023542; Mon, 18 May 2020 13:00:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589832023; cv=none; d=google.com; s=arc-20160816; b=oL+bkmlnxszculS6ksaPuXJyVXBFTX0z3Go4le8wO+BBvFpiFrGcucPCRAllO22zBN wt3/LNTj/1mt0AyVoRE7qpy3Snb6HmRjUr7/19RPHpYhD85+czFzGIDJJG9gy9ORWrus QBZ3MdZC9d6Mt2vvbDJK4d0nbCkvgWAgvR/6ZL4i28xu9UjmkjqxcWVNa0Sc4CLBqg8Y XyWdeYjusDYgwQgQUZ9DNN/GcMTCgx20DM5Wdhx1FK1EogPdIF90O0XmihRNIW0UIw+6 6NP2WFCOzTF9LiDTI+Ol8GuLHPp5LWvX54iErJyi41iaDN4xc9xzpEpEaDlX33fTVj+j 6GWw== 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=8234/8/SZgPK8rG6Ums9rmLqvMUcjwskFQNXykh937o=; b=qpOd8Il0sMk4m+XQ0BiGBgu9hLC8Qnnniz0AyedfVX4txXhhSitd11azCQ9b4u92S6 HZtt/+74CpGD//7oYQ1ul/yo8NcRa6nGLw8LLDN6GEHDVPP7iI7letwfsGz+JrgaFpYA dVEpLVsk475vWQVdHudpZ8TpiYtPf1UZhjaTKJcCrJQneT1cg6tBC/K+1fleCbOvPFEv C/HDADrfHYQ6CtdnyZEVcAv1h0WGoyj35lvQLX34kI2gNezqk1A+seCHBzflEsVuIKJN S/UrgEKX7uXEV3OHZdmr53pG4TH6aIOYFtn1wleKZYqLk1VLHITWxtyP2KB1qd5ySoYg esnA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zwxPysCd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s11si7056047edq.114.2020.05.18.13.00.00; Mon, 18 May 2020 13:00:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zwxPysCd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731685AbgERSbH (ORCPT + 99 others); Mon, 18 May 2020 14:31:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:35376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728964AbgERRkF (ORCPT ); Mon, 18 May 2020 13:40:05 -0400 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 F3D3820884; Mon, 18 May 2020 17:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589823605; bh=Bbrs+y755BSyM/MVYEODb6BWtxLA7BzsDuuqPjzRNUM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=zwxPysCdZZEig3igjJ1hGQpTTKC0P/es6UnunpjpVkX3YmakNJ8EauJ8C37tU2/MZ skGD5bNQrSGKTug3MI/JuOqCOK936rc4d7sItamCRjK3SI8w5dE7zgkoRcFCKbOwet M/GoPGfHztWVxa1qSVNA0fB+qGa4D6k8Y/ghrd3Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jiri Benc , "David S. Miller" , Sasha Levin Subject: [PATCH 4.4 48/86] gre: do not keep the GRE header around in collect medata mode Date: Mon, 18 May 2020 19:36:19 +0200 Message-Id: <20200518173500.350608854@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200518173450.254571947@linuxfoundation.org> References: <20200518173450.254571947@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: Jiri Benc [ Upstream commit e271c7b4420ddbb9fae82a2b31a5ab3edafcf4fe ] For ipgre interface in collect metadata mode, it doesn't make sense for the interface to be of ARPHRD_IPGRE type. The outer header of received packets is not needed, as all the information from it is present in metadata_dst. We already don't set ipgre_header_ops for collect metadata interfaces, which is the only consumer of mac_header pointing to the outer IP header. Just set the interface type to ARPHRD_NONE in collect metadata mode for ipgre (not gretap, that still correctly stays ARPHRD_ETHER) and reset mac_header. Fixes: a64b04d86d14 ("gre: do not assign header_ops in collect metadata mode") Fixes: 2e15ea390e6f4 ("ip_gre: Add support to collect tunnel metadata.") Signed-off-by: Jiri Benc Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/ipv4/ip_gre.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c index e5448570d6483..900ee28bda99a 100644 --- a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c @@ -399,7 +399,10 @@ static int ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) iph->saddr, iph->daddr, tpi->key); if (tunnel) { - skb_pop_mac_header(skb); + if (tunnel->dev->type != ARPHRD_NONE) + skb_pop_mac_header(skb); + else + skb_reset_mac_header(skb); if (tunnel->collect_md) { __be16 flags; __be64 tun_id; @@ -1015,6 +1018,8 @@ static void ipgre_netlink_parms(struct net_device *dev, struct ip_tunnel *t = netdev_priv(dev); t->collect_md = true; + if (dev->type == ARPHRD_IPGRE) + dev->type = ARPHRD_NONE; } } -- 2.20.1