Re: [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override

2021-01-24 Thread Marc Zyngier
On Mon, 18 Jan 2021 13:18:39 +, David Brazdil wrote: > > On Mon, Jan 18, 2021 at 09:45:27AM +, Marc Zyngier wrote: > > In order to map the override of idregs to options that a user > > can easily understand, let's introduce yet another option > > array, which maps an option to the

Re: [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override

2021-01-23 Thread Catalin Marinas
On Mon, Jan 18, 2021 at 09:45:27AM +, Marc Zyngier wrote: > diff --git a/arch/arm64/kernel/idreg-override.c > b/arch/arm64/kernel/idreg-override.c > index 75d9845f489b..16bc8b3b93ae 100644 > --- a/arch/arm64/kernel/idreg-override.c > +++ b/arch/arm64/kernel/idreg-override.c > @@ -37,6 +37,12

[PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override

2021-01-18 Thread Marc Zyngier
In order to map the override of idregs to options that a user can easily understand, let's introduce yet another option array, which maps an option to the corresponding idreg options. Signed-off-by: Marc Zyngier --- arch/arm64/kernel/idreg-override.c | 20 1 file changed,

Re: [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override

2021-01-18 Thread David Brazdil
On Mon, Jan 18, 2021 at 09:45:27AM +, Marc Zyngier wrote: > In order to map the override of idregs to options that a user > can easily understand, let's introduce yet another option > array, which maps an option to the corresponding idreg options. > > Signed-off-by: Marc Zyngier Acked-by: