Re: [PATCH v3 4/7] arm64: add sysfs vulnerability show for meltdown

2019-01-10 Thread Julien Thierry
On 10/01/2019 14:10, Jeremy Linton wrote: > Hi Julien, > > On 01/10/2019 03:23 AM, Julien Thierry wrote: >> Hi Jeremy, >> >> On 09/01/2019 23:55, Jeremy Linton wrote: >>> Display the mitigation status if active, otherwise >>> assume the cpu is safe unless it doesn't have CSV3 >>> and isn't in o

Re: [PATCH v3 4/7] arm64: add sysfs vulnerability show for meltdown

2019-01-10 Thread Jeremy Linton
Hi Julien, On 01/10/2019 03:23 AM, Julien Thierry wrote: Hi Jeremy, On 09/01/2019 23:55, Jeremy Linton wrote: Display the mitigation status if active, otherwise assume the cpu is safe unless it doesn't have CSV3 and isn't in our whitelist. Signed-off-by: Jeremy Linton --- arch/arm64/kernel

Re: [PATCH v3 4/7] arm64: add sysfs vulnerability show for meltdown

2019-01-10 Thread Julien Thierry
Hi Jeremy, On 09/01/2019 23:55, Jeremy Linton wrote: > Display the mitigation status if active, otherwise > assume the cpu is safe unless it doesn't have CSV3 > and isn't in our whitelist. > > Signed-off-by: Jeremy Linton > --- > arch/arm64/kernel/cpufeature.c | 32 +++--

[PATCH v3 4/7] arm64: add sysfs vulnerability show for meltdown

2019-01-09 Thread Jeremy Linton
Display the mitigation status if active, otherwise assume the cpu is safe unless it doesn't have CSV3 and isn't in our whitelist. Signed-off-by: Jeremy Linton --- arch/arm64/kernel/cpufeature.c | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/