Re: [PATCH] x86/CPU: Add X86_FEATURE_CPUID

2016-12-01 Thread Andy Lutomirski
On Thu, Dec 1, 2016 at 3:15 AM, Borislav Petkov  wrote:
> On Thu, Dec 01, 2016 at 11:07:21AM +0100, Thomas Gleixner wrote:
>> Yes, that makes a lot of sense.
>
> Here it is:
>
> ---
> From: Borislav Petkov 
> Date: Thu, 1 Dec 2016 12:11:37 +0100
> Subject: [PATCH] x86/CPU: Add X86_FEATURE_CPUID
>
> Add a synthetic CPUID flag denoting whether the CPU sports the CPUID
> instruction or not. This will come useful later when accomodating
> CPUID-less CPUs.

Reviewed-by: Andy Lutomirski 


Re: [PATCH] x86/CPU: Add X86_FEATURE_CPUID

2016-12-01 Thread Andy Lutomirski
On Thu, Dec 1, 2016 at 3:15 AM, Borislav Petkov  wrote:
> On Thu, Dec 01, 2016 at 11:07:21AM +0100, Thomas Gleixner wrote:
>> Yes, that makes a lot of sense.
>
> Here it is:
>
> ---
> From: Borislav Petkov 
> Date: Thu, 1 Dec 2016 12:11:37 +0100
> Subject: [PATCH] x86/CPU: Add X86_FEATURE_CPUID
>
> Add a synthetic CPUID flag denoting whether the CPU sports the CPUID
> instruction or not. This will come useful later when accomodating
> CPUID-less CPUs.

Reviewed-by: Andy Lutomirski