On Mon, Sep 23, 2024 at 1:51 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > Thanks. The changes in v2 of this series look fine. > > In the future, to make life easier for reviewers, when rerolling a > patch series, please include a cover letter ("git format-patch > --cover-letter") and include the following in the cover letter: > > * explain in your own words how the new version of the series differs > from the previous version > > * provide a link to the cover-letter of the previous version (i.e. > https://lore.kernel.org/git/20240920082815.8192-1-algonell@xxxxxxxxx/) > > * include a range-diff ("git format-patch --range-diff=") which > provides a mechanical representation of the differences between the > new version of the series and the previous version I forgot to mention email threading as a way to further help reviewers and readers of the mailing list archive... When sending a reroll of a series, use "git send-email --reply-to=" to reference the cover letter of the previous version. If your email client doesn't provide an easy way to access the ID of the previous cover letter, you can grab it from the list archive. For instance, consulting the above link: git send-email --reply-to='20240920082815.8192-1-algonell@xxxxxxxxx' ...