Merge branch 'for-next/cpufeature' into for-next/core
authorWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:35:46 +0000 (13:35 +0100)
committerWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:35:46 +0000 (13:35 +0100)
commiteda2171d854722ec85ad99daedc331bc00c9cdda
treee0ab57b7d5bb3091c3c903e9884829153aea4827
parent5ceb045541ad979fd304ca2321bf1fbb76189867
parentcf292e93f423fdebdf751a22ea01249196806328
Merge branch 'for-next/cpufeature' into for-next/core

Additional CPU sanity checks for MTE and preparatory changes for systems
where not all of the CPUs support 32-bit EL0.

* for-next/cpufeature:
  arm64: Restrict undef hook for cpufeature registers
  arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
  KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support
  arm64: Allow mismatched 32-bit EL0 support
  arm64: cpuinfo: Split AArch32 registers out into a separate struct
  arm64: Check if GMID_EL1.BS is the same on all CPUs
  arm64: Change the cpuinfo_arm64 member type for some sysregs to u64
arch/arm64/kernel/process.c
arch/arm64/kvm/arm.c