lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ