On 9 May 2018 at 06:19, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > Hi all, > > Today's linux-next merge of the net-next tree got a conflict in: > > tools/testing/selftests/net/Makefile > > between commit: > > 1751eb42ddb5 ("selftests: net: use TEST_PROGS_EXTENDED") > > from the net tree and commits: > > a7b15ab887e5 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net") > > 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/net/Makefile > index 3ff81a478dbe,73af45773938..000000000000 > --- a/tools/testing/selftests/net/Makefile > +++ b/tools/testing/selftests/net/Makefile > @@@ -5,10 -5,13 +5,13 @@@ CFLAGS = -Wall -Wl,--no-as-needed -O2 > CFLAGS += -I../../../../usr/include/ > > TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh > - TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh > + TEST_PROGS += fib_tests.sh fib-onlink-tests.sh in_netns.sh pmtu.sh udpgso.sh in_netns.sh shouldn't be in the above list, its already in the TEST_PROGS_EXTENDED below. Cheers, Anders > + TEST_PROGS += udpgso_bench.sh > -TEST_GEN_PROGS_EXTENDED := in_netns.sh > +TEST_PROGS_EXTENDED := in_netns.sh > TEST_GEN_FILES = socket > TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy > + TEST_GEN_FILES += tcp_mmap tcp_inq > + TEST_GEN_FILES += udpgso udpgso_bench_tx udpgso_bench_rx > TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa > TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict > -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html