Re: [PATCH v5 08/10] arm64: Always enable ssb vulnerability detection

2019-03-01 Thread Jeremy Linton
On 3/1/19 1:02 AM, Andre Przywara wrote: Hi, On 2/26/19 7:05 PM, Jeremy Linton wrote: The ssb detection logic is necessary regardless of whether the vulnerability mitigation code is built into the kernel. Break it out so that the CONFIG option only controls the mitigation logic and not the vuln

Re: [PATCH v5 08/10] arm64: Always enable ssb vulnerability detection

2019-02-28 Thread Andre Przywara
Hi, On 2/26/19 7:05 PM, Jeremy Linton wrote: The ssb detection logic is necessary regardless of whether the vulnerability mitigation code is built into the kernel. Break it out so that the CONFIG option only controls the mitigation logic and not the vulnerability detection. Signed-off-by: Jerem