On Sat, Mar 3, 2018 at 9:57 PM, Dorab Patel <[email protected]> wrote: > Thanks for reviewing and locating the commits. > > OK, I'll re-roll and add the relevant commits. It may take some time. > > Should I just send the revised patch as a separate thread (with the > relevant commits and history)?
That would work. You can use "git format-patch -v2 ..." to mark the patch as "[PATCH v2]", and "git send-email [email protected] ..." to tie it back to this thread when you send it. As a an aid to reviewers, it's a good idea to add commentary explaining what changed since v1 and provide a link back to v1, like this[1]. Place the commentary below the "---" line following your sign-off. (One more minor comment: etiquette on this list is to avoid top-posting [2].) Thanks. [1]: https://public-inbox.org/git/[email protected]/ [2]: https://lkml.org/lkml/2005/1/11/111

