Re: [PATCH v4 10/12] arm64: add sysfs vulnerability show for spectre v2

2019-01-31 Thread Andre Przywara
On Fri, 25 Jan 2019 12:07:09 -0600 Jeremy Linton wrote: Hi, > Add code to track whether all the cores in the machine are > vulnerable, and whether all the vulnerable cores have been > mitigated. > > Once we have that information we can add the sysfs stub and > provide an accurate view of what i

[PATCH v4 10/12] arm64: add sysfs vulnerability show for spectre v2

2019-01-25 Thread Jeremy Linton
Add code to track whether all the cores in the machine are vulnerable, and whether all the vulnerable cores have been mitigated. Once we have that information we can add the sysfs stub and provide an accurate view of what is known about the machine. Signed-off-by: Jeremy Linton --- arch/arm64/k