Hi all, Today's linux-next merge of the net-next tree got a conflict in: net/smc/smc_core.h between commit: 51e3dfa8906a ("net/smc: fix cleanup for linkgroup setup failures") from the net tree and commits: ba9520604209 ("net/smc: remove unused parameter of smc_lgr_terminate()") 5f78fe968d76 ("net/smc: simplify normal link termination") 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 net/smc/smc_core.h index 234ae25f0025,5695c7bc639e..000000000000 --- a/net/smc/smc_core.h +++ b/net/smc/smc_core.h @@@ -296,8 -290,7 +290,8 @@@ struct smc_clc_msg_accept_confirm struct smc_clc_msg_local; void smc_lgr_forget(struct smc_link_group *lgr); +void smc_lgr_cleanup_early(struct smc_connection *conn); - void smc_lgr_terminate(struct smc_link_group *lgr, bool soft); + void smc_lgr_terminate_sched(struct smc_link_group *lgr); void smc_port_terminate(struct smc_ib_device *smcibdev, u8 ibport); void smc_smcd_terminate(struct smcd_dev *dev, u64 peer_gid, unsigned short vlan);