[PATCH v3 1/2] parser: Don't group patches with different versions in a series

2020-03-10 Thread Stephen Finucane
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 infor

[PATCH v3 2/2] migrations: Don't attempt to rehome patches

2020-03-10 Thread Stephen Finucane
Migration 0039 attempts to move patches that have ended up in an arbitrary series due to race conditions into the correct series. However, there are a number of race conditions that can occur here that make this particularly tricky to do. Given that series are really just arbitary metadata, it's no

RE: [PATCH v3 1/2] parser: Don't group patches with different versions in a series

2020-03-10 Thread Ali Alnubani
Hi Stephen, I was able to migrate successfully from stable/2.1 after applying this series. Thanks! > -Original Message- > From: Stephen Finucane > Sent: Tuesday, March 10, 2020 5:35 PM > To: patchwork@lists.ozlabs.org > Cc: Ali Alnubani ; Stephen Finucane > > Subject: [PATCH v3 1/2] par