Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp695388pxv; Thu, 22 Jul 2021 09:54:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDO/v470W+9Wemn1uzoAEtRKrcRQ8kHc4E9g2CH/EqxtJxCx5eqz8Sqih2BfR0ISj6gGVl X-Received: by 2002:a5e:8f0d:: with SMTP id c13mr489289iok.57.1626972896280; Thu, 22 Jul 2021 09:54:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626972896; cv=none; d=google.com; s=arc-20160816; b=REgINLUIkyXy9+OsHJEGxqRmJ4+05NkmbnjpU2ktMCTNxkPdpAv2+ZSlT285Zu3SvT /Jgvuf5zbwEY3wy6bh6C68enyeIFj1J4cm0zqfJZyzGevJeOfZLEvYqYMcgK50Di9efq 3vnajndyoUTI8ixry/BnHntbH4VdBWHLJCVBwAEjjN+zX1zRn2kFVOOKb/hkN0mIGxHV ybObBfC7KXPqo8ANaRRNNpLV8xNQ4+wGfe7bh3jx0MipFPoxn6wW3kEuqGSdi5WI+y4T 8aMsC/Hv+z5b19X8DypDLzLKcquYUK/FGBsnWtDt/aIsW0xmza5eEmNZFDkRjzMcT+zh HSlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=8sgPVdrx+14tYwP3AQYHQrZlD+LUUk0JYh2OsdFaO0Q=; b=ge0UDASXunQYfQGrR3P2uF45D60vx6ZHZ4MBcWXg1EZWxMSmpy+rjs72MOJHsSgDb5 YMayHIjfnBiaurCsuuUczJuxiNvLm6aKHU0bU6xOUO8JLwp/G39YTLqedjBUe29Z3tVv xLwDog7ef8PSjtNN7Idx/P22Cskwa7cCHUBIzZRVyJUr/6uy9bfnAUcz8EIyCO+RtYM1 lpPsXDimqAjp8UsTnRRdoTm67ekuaqkVPCmD/rnUqUBwIw0+qbLQL4nfMdGODl5MFfia FMXGCzDjaBrkXOFA7XNydh7HaTuRnGwAngradAX2Kj67K8wGOM9LdCHdpvMRHP8nn8nA BgWw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=SYjAo1Vf; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s1si31681998jat.54.2021.07.22.09.54.45; Thu, 22 Jul 2021 09:54:56 -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=@linuxfoundation.org header.s=korg header.b=SYjAo1Vf; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234566AbhGVQM7 (ORCPT + 99 others); Thu, 22 Jul 2021 12:12:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:48486 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235276AbhGVQJG (ORCPT ); Thu, 22 Jul 2021 12:09:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7A4E061DD5; Thu, 22 Jul 2021 16:49:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626972544; bh=U2n4hv0ssh6H4kWOND1KFTMPvw0ggni+/7DB2184+6I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SYjAo1VfAdKbRQ1cCYY2S0E5AM5cpjggv897OzdAC9/X5Cq9k5iOAy3ApDkmI7jYI leCjn+sXlCcb7W9e08VYh8CrnsrUULwnj5FFqG6hTcnVh2Ywb8IJOHjQ56BeAm047t uXSK4JqUnDkyBsb8+dRcBts7syK2gNdknbb0hJ4g= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, David Ahern , Vadim Fedorenko , "David S. Miller" Subject: [PATCH 5.13 115/156] net: ipv6: fix return value of ip6_skb_dst_mtu Date: Thu, 22 Jul 2021 18:31:30 +0200 Message-Id: <20210722155632.089029349@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210722155628.371356843@linuxfoundation.org> References: <20210722155628.371356843@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vadim Fedorenko commit 40fc3054b45820c28ea3c65e2c86d041dc244a8a upstream. Commit 628a5c561890 ("[INET]: Add IP(V6)_PMTUDISC_RPOBE") introduced ip6_skb_dst_mtu with return value of signed int which is inconsistent with actually returned values. Also 2 users of this function actually assign its value to unsigned int variable and only __xfrm6_output assigns result of this function to signed variable but actually uses as unsigned in further comparisons and calls. Change this function to return unsigned int value. Fixes: 628a5c561890 ("[INET]: Add IP(V6)_PMTUDISC_RPOBE") Reviewed-by: David Ahern Signed-off-by: Vadim Fedorenko Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- include/net/ip6_route.h | 2 +- net/ipv6/xfrm6_output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -263,7 +263,7 @@ static inline bool ipv6_anycast_destinat int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, int (*output)(struct net *, struct sock *, struct sk_buff *)); -static inline int ip6_skb_dst_mtu(struct sk_buff *skb) +static inline unsigned int ip6_skb_dst_mtu(struct sk_buff *skb) { int mtu; --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c @@ -56,7 +56,7 @@ static int __xfrm6_output(struct net *ne { struct dst_entry *dst = skb_dst(skb); struct xfrm_state *x = dst->xfrm; - int mtu; + unsigned int mtu; bool toobig; #ifdef CONFIG_NETFILTER