Re: [PATCH v3 09/22] arm64: capabilities: Split the processing of errata work arounds

2018-03-08 Thread Suzuki K Poulose
On 09/02/18 18:18, Dave Martin wrote: On Fri, Feb 09, 2018 at 05:54:48PM +, Suzuki K Poulose wrote: Right now we run through the errata workarounds check on all boot active CPUs, with SCOPE_ALL. This doesn't help with detecting the errata's with a SYSTEM_SCOPE. While nobody uses it, let us c

Re: [PATCH v3 09/22] arm64: capabilities: Split the processing of errata work arounds

2018-02-09 Thread Dave Martin
On Fri, Feb 09, 2018 at 05:54:48PM +, Suzuki K Poulose wrote: > Right now we run through the errata workarounds check on all boot > active CPUs, with SCOPE_ALL. This doesn't help with detecting the > errata's with a SYSTEM_SCOPE. While nobody uses it, let us clean > this up in preparation for m

[PATCH v3 09/22] arm64: capabilities: Split the processing of errata work arounds

2018-02-09 Thread Suzuki K Poulose
Right now we run through the errata workarounds check on all boot active CPUs, with SCOPE_ALL. This doesn't help with detecting the errata's with a SYSTEM_SCOPE. While nobody uses it, let us clean this up in preparation for merging capability handling. So, we run the checks with SCOPE_LOCAL_CPU on