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. -- Cheers, Stephen Rothwell diff --cc tools/testing/selftests/drivers/net/bonding/Makefile index 0f9659407969,d209f7a98b6c..000000000000 --- a/tools/testing/selftests/drivers/net/bonding/Makefile +++ b/tools/testing/selftests/drivers/net/bonding/Makefile @@@ -1,9 -1,7 +1,10 @@@ # SPDX-License-Identifier: GPL-2.0 # Makefile for net selftests -TEST_PROGS := bond-break-lacpdu-tx.sh +TEST_PROGS := bond-break-lacpdu-tx.sh \ + dev_addr_lists.sh + TEST_PROGS += bond-lladdr-target.sh +TEST_FILES := lag_lib.sh + include ../../../lib.mk