From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (146.0.238.70:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 22 Jan 2019 04:24:09 -0000 Received: from userp2120.oracle.com ([156.151.31.85]) by Galois.linutronix.de with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1glnba-0003S2-QM for speck@linutronix.de; Tue, 22 Jan 2019 05:24:08 +0100 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id x0M4O0K0047176 for ; Tue, 22 Jan 2019 04:24:00 GMT Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp2120.oracle.com with ESMTP id 2q3vhrh6jf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 22 Jan 2019 04:24:00 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id x0M4NxDF001029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 22 Jan 2019 04:23:59 GMT Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x0M4NxhQ022705 for ; Tue, 22 Jan 2019 04:23:59 GMT Date: Mon, 21 Jan 2019 23:23:51 -0500 From: Konrad Rzeszutek Wilk Subject: [MODERATED] Re: [PATCH v5 03/27] MDSv5 16 Message-ID: <20190122042351.GE12859@char.us.oracle.com> References: <6bfd31477bf279d9af286a17ad6b87c7f6656ddf.1547858934.git.ak@linux.intel.com> MIME-Version: 1.0 In-Reply-To: <6bfd31477bf279d9af286a17ad6b87c7f6656ddf.1547858934.git.ak@linux.intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: > index 000000000000..530ef619ac1b > --- /dev/null > +++ b/arch/x86/include/asm/clearcpu.h > @@ -0,0 +1,23 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +#ifndef _ASM_CLEARCPU_H > +#define _ASM_CLEARCPU_H 1 > + > +#include > +#include > +#include > +#include This being a new file .. any chance these can be sorted? Either way: Reviewed-by: Konrad Rzeszutek Wilk Thank you!