From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from aserp2120.oracle.com ([141.146.126.78]) by Galois.linutronix.de with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fEhn5-0003HB-2d for speck@linutronix.de; Fri, 04 May 2018 22:58:57 +0200 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w44KuXRj186639 for ; Fri, 4 May 2018 20:58:47 GMT Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp2120.oracle.com with ESMTP id 2hmgxg7uym-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 04 May 2018 20:58:47 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w44KwlB0016931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 4 May 2018 20:58:47 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w44KwkRM013887 for ; Fri, 4 May 2018 20:58:46 GMT Date: Fri, 4 May 2018 16:58:45 -0400 From: Konrad Rzeszutek Wilk Subject: [MODERATED] Re: [patch V11 11/16] SSB 11 Message-ID: <20180504205845.GA12788@char.us.oracle.com> References: <20180502215102.192655950@linutronix.de> <20180502215417.003759656@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20180502215417.003759656@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: ..snip.. > --- a/arch/x86/include/asm/cpufeatures.h > +++ b/arch/x86/include/asm/cpufeatures.h > @@ -215,6 +215,7 @@ > #define X86_FEATURE_USE_IBPB ( 7*32+21) /* "" Indirect Branch Prediction Barrier enabled */ > #define X86_FEATURE_USE_IBRS_FW ( 7*32+22) /* "" Use IBRS during runtime firmware calls */ > #define X86_FEATURE_SPEC_STORE_BYPASS_DISABLE ( 7*32+23) /* "" Disable Speculative Store Bypass. */ > +#define X86_FEATURE_AMD_RDS (7*32+24) /* "" AMD RDS implementation */ ^ That is missing an space. Of course please feel free to ignore this, it is such a tiny thing.