Re: [PATCH for 4.17] arm: fix Kconfig symbol dependency on arm features

2022-11-10 Thread Julien Grall
Hi Bertrand, On 10/11/2022 08:46, Bertrand Marquis wrote: On 9 Nov 2022, at 14:04, Luca Fancellu wrote: The commit 3c2a14ea81c7 is introducing some unsupported arm features that by default are disabled and are used for the cpufeature.c code. As they are disabled by default, a typo in the

Re: [PATCH for 4.17] arm: fix Kconfig symbol dependency on arm features

2022-11-10 Thread Bertrand Marquis
Hi Luca, > On 9 Nov 2022, at 14:04, Luca Fancellu wrote: > > The commit 3c2a14ea81c7 is introducing some unsupported arm features > that by default are disabled and are used for the cpufeature.c code. > > As they are disabled by default, a typo in the Kconfig symbol they > depend on has landed

RE: [PATCH for 4.17] arm: fix Kconfig symbol dependency on arm features

2022-11-09 Thread Henry Wang
Hi Luca, > -Original Message- > From: Luca Fancellu > Subject: [PATCH for 4.17] arm: fix Kconfig symbol dependency on arm > features > > The commit 3c2a14ea81c7 is introducing some unsupported arm features > that by default are disabled and are used for

[PATCH for 4.17] arm: fix Kconfig symbol dependency on arm features

2022-11-09 Thread Luca Fancellu
The commit 3c2a14ea81c7 is introducing some unsupported arm features that by default are disabled and are used for the cpufeature.c code. As they are disabled by default, a typo in the Kconfig symbol they depend on has landed in the codebase unnoticed, instead of depending on ARM64 which does not