On Wed, Jul 15, 2020 at 4:50 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote: > > > I did this to fix it: > > rm 0*.patch > git format-patch 7f51b77d527325bfa1dd5da21810765066bd60ff > git reset --hard 7f51b77d527325bfa1dd5da21810765066bd60ff > perl -pi.old -e \ > 's/Subject: \[PATCH([^\]]+)\] ([^:]+):([^ ])/Subject: [PATCH\1] \2: \3/' 0*patch > git am 0*.patch Thanks, I shall have it fixed. -- - Allen