Am 07.01.2020 um 12:52 hat Daniel Henrique Barboza geschrieben: > > So what is your plan for getting the series merged? Should maintainers > > just picks patches from the series, or do you want to collect Acked-by > > tags and then merge it through a single tree? If the latter, which one? > > The idea I had in mind was for each maintainer to pick up the patches and push > through their own trees, like David did in patches 1 and 2.
Okay, thanks. > From qemu-trivial archives I notice that Laurent creates qemu-trivial pull > requests often, thus I believe this might also be an option. If we decide > to go this route I'll ask David to remove patches 1 and 2 from his ppc > tree to avoid unnecessary conflicts. Two trees picking up the same patch doesn't result in a conflict, git can resolve this just fine. It only gets problematic if different versions of a patch are picked up. Kevin