Patrick Steinhardt [off-list ref] writes:
This version looks good to me, thanks!
One suggestion for potential future contributions by you: it's always
helpful to create a "range-diff" of what has changed between the
previous version of your patch series and the next one. Like this,
reviewers can immediately see what the difference is between the two
versions, which helps them to get the review done faster.
Assuming you use git-format-patch(1) you can generate such a range diff
with the `--range-diff=` parameter.
Thanks for a review.