[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211020181241.0e6a2b47@gandalf.local.home>
Date: Wed, 20 Oct 2021 18:12:41 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Petr Mladek <pmladek@...e.com>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [GIT PULL] tracing: Fix to recursion protection for 5.15
On Wed, 20 Oct 2021 10:59:28 -1000
Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> On Wed, Oct 20, 2021 at 6:17 AM Steven Rostedt <rostedt@...dmis.org> wrote:
> >
> > Oh, and I have a perl script that also adds "Cc"s. That could have done it
> > as well. :-/
>
> That sounds like the likely culprit.
>
> I think doing a simple
>
> decode("MIME-Header", $cc)
>
> should do it, but I'm not a perl person.
Well, that solves it from copying the header into the Cc list. But then I
have this error when running the git am:
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.
I probably could just stop doing that, as it also adds the Link: tag to the
lore email, which includes all the Cc's.
-- Steve
Powered by blists - more mailing lists