Re: [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap

2023-12-04 Thread Catalin Marinas
On Fri, Nov 24, 2023 at 04:34:48PM +, Joey Gouly wrote: > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -2078,6 +2078,22 @@ config ARM64_EPAN > if the cpu does not implement the feature. > endmenu # "ARMv8.7 architectural features" > > +menu "ARMv8.9 architectural features

Re: [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap

2023-11-25 Thread Mark Brown
On Fri, Nov 24, 2023 at 04:34:48PM +, Joey Gouly wrote: > This indicates if the system supports POE. This is a CPUCAP_BOOT_CPU_FEATURE > as the boot CPU will enable POE if it has it, so secondary CPUs must also > have this feature. > > Add a new config option: ARM64_POE For bisection purposes

[PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap

2023-11-24 Thread Joey Gouly
This indicates if the system supports POE. This is a CPUCAP_BOOT_CPU_FEATURE as the boot CPU will enable POE if it has it, so secondary CPUs must also have this feature. Add a new config option: ARM64_POE Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/Kconfig