Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752601AbeADSDW (ORCPT + 1 other); Thu, 4 Jan 2018 13:03:22 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:36309 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752475AbeADSDS (ORCPT ); Thu, 4 Jan 2018 13:03:18 -0500 X-Google-Smtp-Source: ACJfBounTGxindeUQOo+jyjFOLPjB7kvlvB2c1HmympxSoOdaBVqQdpQ1W7fnPDnTuTtXhI1x3Kg7FEYdkN5USDtwXM= MIME-Version: 1.0 In-Reply-To: <20180104143710.8961-1-dwmw@amazon.co.uk> References: <1515058213.12987.89.camel@amazon.co.uk> <20180104143710.8961-1-dwmw@amazon.co.uk> From: Linus Torvalds Date: Thu, 4 Jan 2018 10:03:17 -0800 Message-ID: Subject: Re: [PATCH v3 01/13] x86/retpoline: Add initial retpoline support To: David Woodhouse Cc: ak@linux.intel.com, Paul Turner , LKML , Greg Kroah-Hartman , Tim Chen , Dave Hansen , Thomas Gleixner , Kees Cook , Rik van Riel , Peter Zijlstra , Andy Lutomirski , Jiri Kosina , gnomes@lxorguk.ukuu.org.uk Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: David, these are all marked as spam, because your emails have screwed up DKIM. You used From: David Woodhouse 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 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.