Op 2025-04-08 om 10:18 schreef Phillip Wood:
Unless a patch series has already been merged to next which in not the case here sending a new round of patches like this is the right thing to do.
Makes sense, thanks!
The range-diff (which you can add to your cover letter by passing "--range-diff" to "git format-patch") below looks good to me
Oh, nice. I only learned about range-diff recently and it's my new favorite git command. I'll use `git format-patch --range-diff` in the future.