Re: [GIT PULL] tracing: Fix to recursion protection for 5.15

From: Steven Rostedt
Date: Wed Oct 20 2021 - 18:41:08 EST


On Wed, 20 Oct 2021 18:12:41 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> error: cannot convert from US-ASCII to UTF-8
> fatal: could not parse patch
>
> But you are right. It's the copying of the header Cc list into the Cc list
> of the commit that is causing my issue. Will investigate it more.

Fixed it.

Had to change the email content type from "US-ASCII" to "UTF-8", which my
perl script now does.

Then with the decode() line you provided, it works as expected.

>
> I probably could just stop doing that, as it also adds the Link: tag to the
> lore email, which includes all the Cc's.

I guess I can still automate the Cc's without issue. Although I do have
some other scripts that will probably need to be updated.

-- Steve