Re: [GIT PULL] scheduler updates for v4.20

From: Linus Torvalds
Date: Tue Oct 23 2018 - 10:12:44 EST


On Tue, Oct 23, 2018 at 12:06 PM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> Please pull the latest sched-core-for-linus git tree from:

Hmm. I've pulled, but this message was odd and mis-formed.

First off, it didn't have a diffstat (I did verify the shortlog instead).

Secondly, can you please check how you send emails. I get a DMARC
failure on that email, looking like this:

ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass header.i=@xxxxxxxxx header.s=20161025 header.b=iFVXLHcJ;
spf=pass (google.com: domain of mingo.kernel.org@xxxxxxxxx
designates 209.85.220.65 as permitted sender)
smtp.mailfrom=mingo.kernel.org@xxxxxxxxx;
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org

so it seems something is unhappy with how you had that

Sender: Ingo Molnar <mingo.kernel.org@xxxxxxxxx>
From: Ingo Molnar <mingo@xxxxxxxxxx>

set up. It looks like you went directly through gmail rather than
going through kernel.org and getting a proper kernel.org dkim hash.

Thirdly (and least importantly), you should probably check your MUA
(which seems to be Mutt), because this came in with

Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

and using iso-8859-1 instead of utf-8 in this day and age is just all
kinds of odd. It looks like it was all fine, but if Mutt has an
option to just send as utf-8, I encourae everybody to just use that
and try to just have utf-8 everywhere. We've had too many silly issues
when people mix locales etc and some point in the chain gets it
wrong..

Linus