From patchwork Thu Sep 17 02:47:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 1365783 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.a=rsa-sha256 header.s=201702 header.b=NwK8Ztdv; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BsM3H4bJdz9sRR for ; Thu, 17 Sep 2020 12:53:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726098AbgIQCxN (ORCPT ); Wed, 16 Sep 2020 22:53:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726097AbgIQCxA (ORCPT ); Wed, 16 Sep 2020 22:53:00 -0400 X-Greylist: delayed 319 seconds by postgrey-1.27 at vger.kernel.org; Wed, 16 Sep 2020 22:53:00 EDT Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51E96C06178B for ; Wed, 16 Sep 2020 19:47:41 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4BsLwl3xmlz9sSW; Thu, 17 Sep 2020 12:47:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1600310855; bh=t7gDy3HQShyClQS/wpwcGgnRoswh/b2yiyij2Bde5no=; h=Date:From:To:Cc:Subject:From; b=NwK8Ztdvz3LHpJ1Q4NWQrL2uH/0YadfwrH0FFXG1s3GFPxWlUwa0+G6pmqJnml1pf YKoP2NpqNxPvAYhPzDOIIPtJtme4sSJHbm4mPhkymDxHCmPTW0du/TErYZpzi4kQz9 cWyHRg7/G5ujyGXUoQMgbknMDVSaPZ2e+ws+HMMvm3sbuEv/cdcrdraFiSvQPwFv5t J3XUX++P+lrzFxwOtmDfvxgvnnmbOjspeP+uyruEbKiQk+OX6OTcRd0ZuO0kYNaZVv ZHN/aVGWx5f15hLNQgkwRMIrqVvUDUa/ysUS8xF3QX8OJR07BDBxhh9pT26kzs6Xmc 7yPwmYajDtOEw== Date: Thu, 17 Sep 2020 12:47:34 +1000 From: Stephen Rothwell To: David Miller , Networking Cc: David Ahern , Miaohe Lin , Linux Next Mailing List , Linux Kernel Mailing List Subject: linux-next: manual merge of the net-next tree with the net tree Message-ID: <20200917124734.250793b1@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi all, Today's linux-next merge of the net-next tree got a conflict in: net/ipv4/route.c between commit: 2fbc6e89b2f1 ("ipv4: Update exception handling for multipath routes via same device") from the net tree and commit: 8b4510d76cde ("net: gain ipv4 mtu when mtu is not locked") from the net-next tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc net/ipv4/route.c index 58642b29a499,2c05b863ae43..000000000000 --- a/net/ipv4/route.c