Evgenii Lepikhin schreef op vr 01-04-2022 om 16:51 [+0300]: > Could you advise on sending a new version of the patches, please? > Should I create a completely new patchset with separate patches for > each package individually or just one patch with all the fixes is > enough now? I would send a new patch series with a version number: [PATCH v2 0/7] ..., [PATCH v2 7/7] ..., to the same bug number 54644@debbugs.gnu.org. You can use the -v2 option of "git send-email" for this. If a single ‘fixup patch’ were used, then the commit history would be messier and the reviewer would need to remember which ‘wrong’ things in the earlier patches are fixed in the fixup patch. Greetings, Maxime.