On Mon, Jul 13, 2020 at 3:58 PM Nick Desaulniers <ndesaulni...@google.com> wrote: > > On Mon, Jul 13, 2020 at 3:40 PM Linus Torvalds > <torva...@linux-foundation.org> wrote: > > > > On Mon, Jul 13, 2020 at 3:24 PM Nick Desaulniers > > <ndesaulni...@google.com> wrote: > > > > > > Otherwise, is there any additional feedback on this series or is it good > > > to go? > > > > I've lost sight of the series. I'm sure it is fine, but maybe you can > > resend it to me (in private, if it's already been going out on the > > mailing lists and everybody else is completely fed up with it). > > Is there a fast way that maintainters amend ACKs to each commit in a series?
For future travelers (more so myself, since I don't sync my shell history between machines, and I'm a big fan of aggressively sharing knowledge. See also the section "Information as Power" and the anecdote about tank manuals: https://www.meforum.org/441/why-arabs-lose-wars). `b4` has a pretty cool feature. When I was fetching this series, it was warning: ``` NOTE: Some trailers were sent to the cover letter: Tested-by: Nick Desaulniers <ndesaulni...@google.com> Acked-by: Peter Zijlstra (Intel) <pet...@infradead.org> Reviewed-by: Nick Desaulniers <ndesaulni...@google.com> NOTE: Rerun with -t to apply them to all patches ``` So I did: ``` $ b4 am -t https://lore.kernel.org/lkml/cakwvodmsap8ib+h5jxihywsjfrtq_krjnh7eqcge7p-ljk7...@mail.gmail.com/T/\#t -o - | git am $ git filter-branch -f --msg-filter 'cat - && echo "Signed-off-by: Nick Desaulniers <ndesaulni...@google.com>"" $@";' HEAD~10..HEAD > > > > > And no, pointing to the "plus this hunk" with a web link isn't what I > > was looking for ;) > > So you're not accepting pull requests yet on github? I jest. Actually, looks like a lot of merged PRs come from github! Grizzly Adams *did* have a beard! https://www.youtube.com/watch?v=pdwJC9HvKLU Sent as a series of emails via: $ git format-patch -o linus_i386 HEAD~11 $ git send-email --to="Linus Torvalds <torva...@linux-foundation.org>" --suppress-cc=all linus_i386 Though, I'm sure a pull request would have been more formal. -- Thanks, ~Nick Desaulniers