Message ID | 20200512133051.7d740613@canb.auug.org.au |
---|---|
State | Not Applicable |
Delegated to: | David Miller |
Headers | show |
Series | linux-next: manual merge of the net-next tree with the net tree | expand |
On Tue, 12 May 2020 13:30:51 +1000 Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the net-next tree got conflicts in: > > drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c > drivers/net/ethernet/huawei/hinic/hinic_main.c > > between commit: > > e8a1b0efd632 ("hinic: fix a bug of ndo_stop") > > from the net tree and commit: > > 7dd29ee12865 ("hinic: add sriov feature support") > > from the net-next tree. > > I fixed it up (I think, 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. I had a feeling this was gonna happen :( Resolution looks correct, thank you! Luo bin, if you want to adjust the timeouts (you had slightly different ones depending on the command in the first version of the fix) - you can follow up with a patch to net-next once Dave merges net into net-next (usually happens every two weeks).
On 2020/5/13 0:47, Jakub Kicinski wrote: > On Tue, 12 May 2020 13:30:51 +1000 Stephen Rothwell wrote: >> Hi all, >> >> Today's linux-next merge of the net-next tree got conflicts in: >> >> drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c >> drivers/net/ethernet/huawei/hinic/hinic_main.c >> >> between commit: >> >> e8a1b0efd632 ("hinic: fix a bug of ndo_stop") >> >> from the net tree and commit: >> >> 7dd29ee12865 ("hinic: add sriov feature support") >> >> from the net-next tree. >> >> I fixed it up (I think, 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. > I had a feeling this was gonna happen :( > > Resolution looks correct, thank you! > > Luo bin, if you want to adjust the timeouts (you had slightly different > ones depending on the command in the first version of the fix) - you can > follow up with a patch to net-next once Dave merges net into net-next > (usually happens every two weeks). > OK. Thanks. > .
diff --cc drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c index 992908e6eebf,eef855f11a01..000000000000 --- a/drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c diff --cc drivers/net/ethernet/huawei/hinic/hinic_main.c index 63b92f6cc856,3d6569d7bac8..000000000000 --- a/drivers/net/ethernet/huawei/hinic/hinic_main.c