[PATCH v3 1/2] parser: Don't group patches with different versions in a series
    Ali Alnubani 
    alialnu at mellanox.com
       
    Wed Mar 11 03:06:29 AEDT 2020
    
    
  
Hi Stephen,
I was able to migrate successfully from stable/2.1 after applying this series. Thanks!
> -----Original Message-----
> From: Stephen Finucane <stephen at that.guru>
> Sent: Tuesday, March 10, 2020 5:35 PM
> To: patchwork at lists.ozlabs.org
> Cc: Ali Alnubani <alialnu at mellanox.com>; Stephen Finucane
> <stephen at that.guru>
> Subject: [PATCH v3 1/2] parser: Don't group patches with different versions
> in a series
> 
> As noted in #340 [1], if a patch from a series is dropped or miscategorised,
> patches from a later revision of that series can end up included in the earlier
> series rather than in their own series. This was actually intentional as part of
> the fix for #105 [2]. However, completely ignoring this information can be
> problematic. Refine things by checking for versions and, if they don't match,
> using timeboxing to try guess if they should be kept together. This would
> resolve the issue seen in #340 while preventing a regression for #105.
> 
> [1] https://github.com/getpatchwork/patchwork/issues/340
> [1] https://github.com/getpatchwork/patchwork/issues/105
> 
> Signed-off-by: Stephen Finucane <stephen at that.guru>
> Related: #340
> Related: #105
> ---
Tested-by: Ali Alnubani <alialnu at mellanox.com>
Regards,
Ali
    
    
More information about the Patchwork
mailing list