Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp680374pxv; Thu, 22 Jul 2021 09:36:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzdZq1T+RvTM1aLamfvT4ymOD8UgN3qO4WT42+5SQXU3YSay+rlc+PsAVgwtaV0J5TIlRC8 X-Received: by 2002:a05:6e02:114f:: with SMTP id o15mr424499ill.255.1626971779626; Thu, 22 Jul 2021 09:36:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626971779; cv=none; d=google.com; s=arc-20160816; b=dyhUbEAxXrztECZfT49uejwtWxwq1K/dR582Pp/1sw5xcfcBIrzVs5XobuCAJUUx7B v0sXLj8FoKK6OvBmuvBegkrofG0KMKeAeuMDI/Yi0YezHDM5TzN0MwTpAfEAobAH2/Bp aTr08a5BAcl9x76wsv2y+PbkHjg/5XsDv4zMWQJKb9pSRk9daptpEUoJu5AkGeCU1n8E IqaEEDn6HLNq3KIb4c1ZVo8YhzDWGfWvyVfa3MFmY/vj03ZndNVBUMM0EUIs1ZjDt0Rl H9Z6Q/htnPNrdWDnTUiRRG9EJpyClzfADtzBwv/8kv1j9i+pn+a5rQ0Vm3mgX/m9UwcN 5W5A== 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=HPJ/QOBlYXtopuz8lk0+jEQroDmq1F3JY+jjWgh6/wQ=; b=WPaWSkcFqTxU3ajWkDr2K7KVDv04Mt7vJ4v+bF9CK7e7WiOF3tSRtNbbjs649+Trb0 w9byyhK06qsuN3Cd96CcccA3WgUYZGRf7G4d9DVpVRbINE9/OeM2ZAwkNboKSA7hpkDl JHv7DE34OsFAuuJNcJ5XM7BbB01JfTbytk9nqutxMfOeWCJ9UpLDhPsGt+u5ORjXhWwY rV9gNmUOZyatcplNno7OdzqelPI5855HJSKELhpWuzTTX0LfU/cJoZ3mSUhZ9wTzyK7q VIITHT+SlGrsQfdkHmMGjw/8LM4+Qkurkv2Toh+/sShZfl1mZaaCpOkYfx6BMoJBBwT7 MzOg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=0Wvb3rG3; 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 r7si22098947ill.122.2021.07.22.09.36.07; Thu, 22 Jul 2021 09:36:19 -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=0Wvb3rG3; 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 S229945AbhGVPyI (ORCPT + 99 others); Thu, 22 Jul 2021 11:54:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:57636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbhGVPxz (ORCPT ); Thu, 22 Jul 2021 11:53:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E0DFA60FDA; Thu, 22 Jul 2021 16:34:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626971670; bh=LaJdE7g8hTMfG3RXKjPcU7+t1YIwj4iP/zX136zb1gM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0Wvb3rG32TqorqakRhEuO6vN7aN9POJQ2IpJcQm2GrbCXwihhyOrdH0GRJh4aUR6Z NM81+Vl91G3V3jyY9y01mUUhnQLx5+E8ufIVZwqMfoWRb9YviVRcRsjz2Vqszr2fk/ Dw7xBSRo89Mr8ZWUCDeAKEk06DOjrAuUC6/qgpQ0= 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.4 54/71] net: ipv6: fix return value of ip6_skb_dst_mtu Date: Thu, 22 Jul 2021 18:31:29 +0200 Message-Id: <20210722155619.700047468@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210722155617.865866034@linuxfoundation.org> References: <20210722155617.865866034@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 @@ -261,7 +261,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 @@ -144,7 +144,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