Re: [PATCH v2 4/4] arm: Define kconfig symbols used by arm64 cpufeatures

2022-06-10 Thread Julien Grall
Hi Bertrand, On 31/05/2022 11:43, Bertrand Marquis wrote: Define kconfig symbols which are used by arm64 cpufeatures to prevent using undefined symbols and rely on IS_ENABLED returning false. All the features related to those symbols are unsupported by Xen: - pointer authentication - sve - memor

[PATCH v2 4/4] arm: Define kconfig symbols used by arm64 cpufeatures

2022-05-31 Thread Bertrand Marquis
Define kconfig symbols which are used by arm64 cpufeatures to prevent using undefined symbols and rely on IS_ENABLED returning false. All the features related to those symbols are unsupported by Xen: - pointer authentication - sve - memory tagging - branch target identification Signed-off-by: Bert