On Wed, Oct 23, 2024 at 03:53:25PM +0100, Marc Zyngier wrote: > Add the missing sanitisation of ID_AA64MMFR3_EL1, making sure we > solely expose S1PIE and TCRX (we currently don't support anything > else). > case SYS_ID_AA64MMFR3_EL1: > - val &= ID_AA64MMFR3_EL1_TCRX | ID_AA64MMFR3_EL1_S1POE; > + > + val &= ID_AA64MMFR3_EL1_TCRX | ID_AA64MMFR3_EL1_S1POE | > + ID_AA64MMFR3_EL1_S1PIE; The changelog is now out of date, POE has been added.
Attachment:
signature.asc
Description: PGP signature