[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z9ipmWO5zA5phS1s@gmail.com>
Date: Tue, 18 Mar 2025 00:00:41 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Juergen Gross <jgross@...e.com>,
Stefano Stabellini <sstabellini@...nel.org>,
"Ahmed S . Darwish" <darwi@...utronix.de>,
Andrew Cooper <andrew.cooper3@...rix.com>,
"H . Peter Anvin" <hpa@...or.com>,
John Ogness <john.ogness@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Borislav Petkov <bp@...en8.de>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 0/5] x86/cpu: Introduce <asm/cpuid/types.h> and
<asm/cpuid/api.h> and clean them up
* Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> On Mon, 17 Mar 2025 at 15:30, <mingo@...nel.org> 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@...nel.org
>
> rather than your previous series, that had a much more legible
>
> From: Ingo Molnar <mingo@...nel.org>
>
> 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@...nel.org
... while it should probably be:
from = Ingo Molnar <mingo@...nel.org>
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
Powered by blists - more mailing lists