Re: [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit

2018-11-02 Thread Jarkko Sakkinen
On Sat, Nov 03, 2018 at 12:33:01AM +0100, Borislav Petkov wrote: > On Sat, Nov 03, 2018 at 01:11:01AM +0200, Jarkko Sakkinen wrote: > > From: Kai Huang > > > > X86_FEATURE_SGX reflects whether or not the CPU supports Intel's > > Software Guard eXtensions (SGX). > > > > Signed-off-by: Kai Huang

Re: [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit

2018-11-02 Thread Borislav Petkov
On Sat, Nov 03, 2018 at 01:11:01AM +0200, Jarkko Sakkinen wrote: > From: Kai Huang > > X86_FEATURE_SGX reflects whether or not the CPU supports Intel's > Software Guard eXtensions (SGX). > > Signed-off-by: Kai Huang This and all the other patches of which you're not the author, need to have yo

[PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit

2018-11-02 Thread Jarkko Sakkinen
From: Kai Huang X86_FEATURE_SGX reflects whether or not the CPU supports Intel's Software Guard eXtensions (SGX). Signed-off-by: Kai Huang --- arch/x86/include/asm/cpufeatures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufe