Re: [PATCH 0/5] x86/cpu: Introduce <asm/cpuid/types.h> and <asm/cpuid/api.h> and clean them up

From: Ingo Molnar
Date: Mon Mar 17 2025 - 19:00:55 EST



* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Mon, 17 Mar 2025 at 15:30, <mingo@xxxxxxxxxx> wrote:
> >
> > [ This is a resend with a proper SMTP setup. Apologies for the duplication. ]
>
> Yes, now it looks correct from a DKIM standpoint.
>
> But please still fix your name. Now your "From" line is just this:
>
> From: mingo@xxxxxxxxxx
>
> rather than your previous series, that had a much more legible
>
> From: Ingo Molnar <mingo@xxxxxxxxxx>
>
> in it.
>
> No need to re-send, but for next time...

Oh, that's probably the result of me copy-pasting the documentation:

# https://korg.docs.kernel.org/mail.html

[sendemail]
smtpserver = mail.kernel.org
smtpserverport = 465
smtpencryption = ssl
from = [username]@kernel.org
smtpuser = [username]

Which I did as:

from = mingo@xxxxxxxxxx

... while it should probably be:

from = Ingo Molnar <mingo@xxxxxxxxxx>

I just did a test-send to myself, and this appears to have done the
trick.

So maybe the mail.html documentation should be updated to say:

from = "Your Real Name" <[username]@kernel.org>

or so?

Thanks,

Ingo