Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3750757pxk; Tue, 29 Sep 2020 05:29:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxmoOqMCK70xCoDiSTyKHmf721YnV03LEkliq17f8UciDYhkNsZ5ANz2K56TQOsPIBqDZK X-Received: by 2002:a50:fe98:: with SMTP id d24mr2899268edt.223.1601382581328; Tue, 29 Sep 2020 05:29:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601382581; cv=none; d=google.com; s=arc-20160816; b=A9N8ii/hdDmhwvOg77vv1gxQuRLsylMUdSinXUfZaBnlRkYT9+BwveuJSwL4g9mSvK lM/b9kWigkVjlMneDCEnzkRaTxeSZgD3WgLPk4MjOPWC9n6dU3XZFuzqQOvETHoD9u1k n6YJf2rx8k3GH34LLZSIjfWKROaWSIdye2Wx5WiARPgyAjrNYKDXWYF2/g9NsC8z/mu7 PW5deqX2Lfq3ciIojMl81/tdN3Kl7WZw/JmcT0M2N86Crux5/1PJM6fxgig4NPUGS4HV /r5ioueciOkChPJ++YF7hGlk4tClDHw2Yn3q+Yubwheg8TjbFjPsvEPbK7V+KhMbWEoQ 9uKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=qeThIGNflgFYv8/HfgJtT4Sz34OW6/APEsjgUe+MFB4=; b=wspSuvdEXc4zbiK7I6nuP1jsRhAwibEFb4G9Qb7cDsveE30jixbC2ngXyDwbVI3/ga iqySg1wMOStOlYWtJ86hOrAB1o++riV+wlKg0QtSfVoXh48oqmdhrLkGP2aLch72YemZ B7aq8MSR60IIOUsHYYymPpZ1UdWwRb+2/HznT1fLtxa57eadP/dnL7fy2mnPZ9s+bAYw 4S6VhReGOgEev+TEP84XnvSpfhndbzQ6GgQxJFIgHpwbAOJ6FxmPJFcRYeVSN8WEM6lC 34aGLMRakvu7uzzNOYjY0MXOugfTcz15AIRuFHIuQId/fuqlkAp801AhqAI6Hwhizmr3 3+xQ== ARC-Authentication-Results: i=1; mx.google.com; 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 y5si2641055edt.194.2020.09.29.05.29.18; Tue, 29 Sep 2020 05:29:41 -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; 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 S1731820AbgI2M0y (ORCPT + 99 others); Tue, 29 Sep 2020 08:26:54 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:56122 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732756AbgI2M0r (ORCPT ); Tue, 29 Sep 2020 08:26:47 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 227E01C0B80; Tue, 29 Sep 2020 14:26:45 +0200 (CEST) Date: Tue, 29 Sep 2020 14:26:44 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: Pavel Machek , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Kfir Itzhak , David Ahern , "David S. Miller" Subject: Re: [PATCH 4.19 23/37] ipv4: Update exception handling for multipath routes via same device Message-ID: <20200929122644.GC29097@duo.ucw.cz> References: <20200925124720.972208530@linuxfoundation.org> <20200925124724.448531559@linuxfoundation.org> <20200925165134.GA7253@duo.ucw.cz> <20200926154635.GA3347445@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mvpLiMfbWzRoNl4x" Content-Disposition: inline In-Reply-To: <20200926154635.GA3347445@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --mvpLiMfbWzRoNl4x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat 2020-09-26 17:46:35, Greg Kroah-Hartman wrote: > On Fri, Sep 25, 2020 at 06:51:34PM +0200, Pavel Machek wrote: > > Hi! > >=20 > > > [ Upstream commit 2fbc6e89b2f1403189e624cabaf73e189c5e50c6 ] > > >=20 > > > Kfir reported that pmtu exceptions are not created properly for > > > deployments where multipath routes use the same device. > >=20 > > This is mismerged (in a way that does not affect functionality): > >=20 > >=20 > > > @@ -779,6 +779,8 @@ static void __ip_do_redirect(struct rtab > > > if (fib_lookup(net, fl4, &res, 0) =3D=3D 0) { > > > struct fib_nh *nh =3D &FIB_RES_NH(res); > > > =20 > > > + fib_select_path(net, &res, fl4, skb); > > > + nh =3D &FIB_RES_NH(res); > > > update_or_create_fnhe(nh, fl4->daddr, new_gw, > > > 0, false, > >=20 > > nh is assigned value that is never used. Mainline patch removes the > > assignment (but variable has different type). > >=20 > > 4.19 should delete the assignment, too. >=20 > Ah, good catch, I'll merge this in, thanks. Thank you! Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --mvpLiMfbWzRoNl4x Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX3MoBAAKCRAw5/Bqldv6 8nSRAJ94pqb7YDPWyrGBj0PBFjgElglIFgCggYRLwIUGOBRfRnfMt3p+JrIMnLA= =655A -----END PGP SIGNATURE----- --mvpLiMfbWzRoNl4x--