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

2018-01-05 Thread Woodhouse, David
On Fri, 2018-01-05 at 15:27 +0100, Thomas Gleixner wrote: > Subject: x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN > From: Thomas Gleixner > Date: Fri, 05 Jan 2018 15:05:27 +0100 > > Use the name associated with the particular attack which needs page > table > isolation for mitigation. >

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

2018-01-05 Thread Thomas Gleixner
Subject: x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN From: Thomas Gleixner Date: Fri, 05 Jan 2018 15:05:27 +0100 Use the name associated with the particular attack which needs page table isolation for mitigation. Signed-off-by: Thomas Gleixner --- V2: This time quilt refreshed ... --