Re: [PATCH v2 3/8] x86/msr: Add definitions for new speculation control MSRs

2018-01-21 Thread David Woodhouse
> On 01/21/2018, 10:49 AM, David Woodhouse wrote: >> Add MSR and bit definitions for SPEC_CTRL, PRED_CMD and >> ARCH_CAPABILITIES. >> >> See Intel's 336996-Speculative-Execution-Side-Channel-Mitigations.pdf >> >> Signed-off-by: David Woodhouse >> --- >> arch/x86/include/asm/msr-index.h | 11

Re: [PATCH v2 3/8] x86/msr: Add definitions for new speculation control MSRs

2018-01-21 Thread Jiri Slaby
On 01/21/2018, 10:49 AM, David Woodhouse wrote: > Add MSR and bit definitions for SPEC_CTRL, PRED_CMD and ARCH_CAPABILITIES. > > See Intel's 336996-Speculative-Execution-Side-Channel-Mitigations.pdf > > Signed-off-by: David Woodhouse > --- > arch/x86/include/asm/msr-index.h | 11 +++ >