Re: [PATCH v3 01/13] x86/retpoline: Add initial retpoline support

From: Linus Torvalds
Date: Thu Jan 04 2018 - 13:03:24 EST


David,
these are all marked as spam, because your emails have screwed up
DKIM. You used

From: David Woodhouse <dwmw@xxxxxxxxxxxx>

but then you used infradead as a mailer, so it has the DKIM signature
from infradead, not from Amazon.co.uk.

The DKIM signature does pass for infradead, but amazon dmarc - quite
reasonably - wants the from to match.

End result:

dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=QUARANTINE)
header.from=amazon.co.uk

and everything was in spam.

Please don't do this. There's enough spam in the world that we don't
need people mis-configuring their emails and making real emails look
like spam too.

Linus

On Thu, Jan 4, 2018 at 6:36 AM, David Woodhouse <dwmw@xxxxxxxxxxxx> wrote:
> Enable the use of -mindirect-branch=thunk-extern in newer GCC, and provide
> the corresponding thunks. Provide assembler macros for invoking the thunks
> in the same way that GCC does, from native and inline assembler.