Re: [PATCH] x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN

2018-01-05 Thread Thomas Gleixner
On Fri, 5 Jan 2018, Tom Lendacky wrote: > On 1/5/2018 8:10 AM, Thomas Gleixner wrote: > > Use the name associated with the attack which needs page table isolation > > for mitigation. > > > > Signed-off-by: Thomas Gleixner > > --- > > arch/x86/include/asm/cpufeatures.h |2 +- > > arch/x86/mm

Re: [PATCH] x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN

2018-01-05 Thread Tom Lendacky
On 1/5/2018 8:10 AM, Thomas Gleixner wrote: > Use the name associated with the attack which needs page table isolation > for mitigation. > > Signed-off-by: Thomas Gleixner > --- > arch/x86/include/asm/cpufeatures.h |2 +- > arch/x86/mm/pti.c |6 +++--- > 2 files changed,

[PATCH] x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN

2018-01-05 Thread Thomas Gleixner
Use the name associated with the attack which needs page table isolation for mitigation. Signed-off-by: Thomas Gleixner --- arch/x86/include/asm/cpufeatures.h |2 +- arch/x86/mm/pti.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/arch/x86/include/asm