From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751841AbbHSQuG (ORCPT ); Wed, 19 Aug 2015 12:50:06 -0400 Received: from mga02.intel.com ([134.134.136.20]:57421 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120AbbHSQuE (ORCPT ); Wed, 19 Aug 2015 12:50:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,711,1432623600"; d="scan'208";a="751641302" Message-ID: <1440002998.13451.1.camel@schen9-mobl2> Subject: Re: [PATCH] sha: Enable cpuid check for Intel SHA extensions implementations From: Tim Chen To: Thomas Gleixner Cc: Dave Hansen , Ingo Molnar , "H. Peter Anvin" , Herbert Xu , Chandramouli Narayanan , x86@kernel.org, linux-kernel@vger.kernel.org, Borislav Petkov , mouli_7982@yahoo.com Date: Wed, 19 Aug 2015 09:49:58 -0700 In-Reply-To: References: <1439844283.21627.5.camel@schen9-desk2.jf.intel.com> <55D24FEA.1000803@intel.com> <1439850820.21627.11.camel@schen9-desk2.jf.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-08-18 at 18:46 +0200, Thomas Gleixner wrote: > On Mon, 17 Aug 2015, Tim Chen wrote: > > Signed-off-by: Chandramouli Narayanan > > Signed-off-by: Tim Chen > > And now the question who authored this complex one liner .... > Mouli did the patch originally but he left the company. So I'm picking it up. Tim > > --- > > arch/x86/include/asm/cpufeature.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h > > index 3d6606f..a94f83d 100644 > > --- a/arch/x86/include/asm/cpufeature.h > > +++ b/arch/x86/include/asm/cpufeature.h > > @@ -239,6 +239,7 @@ > > #define X86_FEATURE_AVX512PF ( 9*32+26) /* AVX-512 Prefetch */ > > #define X86_FEATURE_AVX512ER ( 9*32+27) /* AVX-512 Exponential and Reciprocal */ > > #define X86_FEATURE_AVX512CD ( 9*32+28) /* AVX-512 Conflict Detection */ > > +#define X86_FEATURE_SHA_NI ( 9*32+29) /* SHA1/SHA256 Instruction Extensions */ > > > > /* Extended state features, CPUID level 0x0000000d:1 (eax), word 10 */ > > #define X86_FEATURE_XSAVEOPT (10*32+ 0) /* XSAVEOPT */ > > -- > > 1.8.3.1 > > > > > > > >