Re: [PATCH 06/16] arm64: capabilities: Unify the verification

2018-01-29 Thread Dave Martin
On Fri, Jan 26, 2018 at 12:10:11PM +, Suzuki K Poulose wrote: > On 26/01/18 11:08, Dave Martin wrote: > >On Tue, Jan 23, 2018 at 12:27:59PM +, Suzuki K Poulose wrote: > >>Now that each capability describes how to treat the conflicts > >>of CPU cap state vs System wide cap state, we can unif

Re: [PATCH 06/16] arm64: capabilities: Unify the verification

2018-01-26 Thread Suzuki K Poulose
On 26/01/18 11:08, Dave Martin wrote: On Tue, Jan 23, 2018 at 12:27:59PM +, Suzuki K Poulose wrote: Now that each capability describes how to treat the conflicts of CPU cap state vs System wide cap state, we can unify the verification logic to a single place. Signed-off-by: Suzuki K Poulose

Re: [PATCH 06/16] arm64: capabilities: Unify the verification

2018-01-26 Thread Dave Martin
On Tue, Jan 23, 2018 at 12:27:59PM +, Suzuki K Poulose wrote: > Now that each capability describes how to treat the conflicts > of CPU cap state vs System wide cap state, we can unify the > verification logic to a single place. > > Signed-off-by: Suzuki K Poulose > --- > arch/arm64/kernel/cp

[PATCH 06/16] arm64: capabilities: Unify the verification

2018-01-23 Thread Suzuki K Poulose
Now that each capability describes how to treat the conflicts of CPU cap state vs System wide cap state, we can unify the verification logic to a single place. Signed-off-by: Suzuki K Poulose --- arch/arm64/kernel/cpufeature.c | 87 ++ 1 file changed, 54 i