Re: [PATCH 0/5] sched: Make CONFIG_SCHED_DEBUG features unconditional
From: Linus Torvalds
Date: Mon Mar 17 2025 - 17:40:21 EST
Ingo, please fix your mail setup..
These were all in my spam-box, because you used
From: Ingo Molnar <mingo@xxxxxxxxxx>
but sent it using gmail, so the DKIM signature looks like
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; [...]
and then that results in
dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=QUARANTINE)
header.from=kernel.org;
because the DKIM signature - while a valid signature for gmail - does
not match the kernel.org signature.
So you need to use 'mail.kernel.org' to send the email to get the
right signature, as documented in
https://korg.docs.kernel.org/mail.html
otherwise any sane setup will mark all those things as spam.
Linus