On Wed, Nov 1, 2017 at 7:25 AM, Jens Axboe <axboe@xxxxxxxxx> wrote: > On 11/01/2017 12:10 AM, Stephen Rothwell wrote: >> Hi all, >> >> Today's linux-next merge of the tip tree got a conflict in: >> >> drivers/block/amiflop.c >> >> between commit: >> >> f37ecbfc238b ("amifloppy: Convert timers to use timer_setup()") >> >> from the block tree and commit: >> >> 3c557df67257 ("timer: Remove meaningless .data/.function assignments") >> >> from the tip tree. >> >> I fixed it up (I just used the former version of the motor_on_callback >> definition) 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. > > Kees, why are we in this situation? Making similar timer fixups in the > same driver and submitting it through two different trees is a mess. It's a large conversion with a lot of moving parts and about 1100 callsites. I've tried to minimize conflicts, but without being able to carry everything in a single tree, it's made things extremely complex. I'm doing my best to avoid these glitches, but I haven't been 100% successful. This is mainly the fault of the conversion uncovering more and more corner cases as I went. :( -Kees -- Kees Cook Pixel Security -- 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