From patchwork Wed Sep 21 01:04:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 12982924 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46E38C6FA8E for ; Wed, 21 Sep 2022 01:04:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231167AbiIUBEo (ORCPT ); Tue, 20 Sep 2022 21:04:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbiIUBEn (ORCPT ); Tue, 20 Sep 2022 21:04:43 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11B2810FC3; Tue, 20 Sep 2022 18:04: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 4MXKvC0xbvz4xG9; Wed, 21 Sep 2022 11:04:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1663722279; bh=QYiZ/3EajQNT/5YEDcWBcSjjbAKnltSIy5iJgQfWgwU=; h=Date:From:To:Cc:Subject:From; b=Tquj4+wFnxqK/8THmORMr23oLgh7MAmfYHazE7z90oY1/e2XY0U/PrhUwHdGEFu8M jQBNgRnqghV7oBACPhR+3kbEWi0oyC1pnqpTxiEMKJZcjLvhYAllt5abMiE1wqKOHy l3W6w623ICeJz7hF5CxlIYTiLyculJPHIXEtfYoY8sqgJ4/MeJwixcakJ0qajScKMD cCIzCBrpOBglJ9+USVTI3i3TYESvbVEOy4roBR8OCDkjmGiijspWjPA5aFd9Eohgc9 SDbEXbwd44OGjBHiK9Z0uzZe0PMrbyXZZrjcYSKajnXvvyHqmlnl3pxz4hklMTnkEO +GB7ByrsAkFmA== Date: Wed, 21 Sep 2022 11:04:37 +1000 From: Stephen Rothwell To: David Miller , Networking Cc: Benjamin Poirier , Hangbin Liu , Jakub Kicinski , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: manual merge of the net-next tree with the net tree Message-ID: <20220921110437.5b7dbd82@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: tools/testing/selftests/drivers/net/bonding/Makefile between commit: bbb774d921e2 ("net: Add tests for bonding and team address list management") from the net tree and commit: 152e8ec77640 ("selftests/bonding: add a test for bonding lladdr target") 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 tools/testing/selftests/drivers/net/bonding/Makefile index 0f9659407969,d209f7a98b6c..000000000000 --- a/tools/testing/selftests/drivers/net/bonding/Makefile