Hi all, Today's linux-next merge of the net-next tree got a conflict in: tools/testing/selftests/net/fcnal-test.sh between commit: d7a2fc1437f7 ("selftests: net: fcnal-test: check if FIPS mode is enabled") from the net tree and commit: dd017c72dde6 ("selftests: fcnal: Test SO_DONTROUTE on TCP sockets.") 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/fcnal-test.sh index ee6880ac3e5e,05b5c4af7a08..000000000000 --- a/tools/testing/selftests/net/fcnal-test.sh +++ b/tools/testing/selftests/net/fcnal-test.sh @@@ -1223,7 -1283,10 +1290,10 @@@ ipv4_tcp_novrf( run_cmd nettest -d ${NSA_DEV} -r ${a} log_test_addr ${a} $? 1 "No server, device client, local conn" - ipv4_tcp_md5_novrf + [ "$fips_enabled" = "1" ] || ipv4_tcp_md5_novrf + + ipv4_tcp_dontroute 0 + ipv4_tcp_dontroute 2 } ipv4_tcp_vrf()