Merge branch arm64/for-next/sme2 into kvmarm/next
authorOliver Upton <oliver.upton@linux.dev>
Mon, 13 Feb 2023 22:30:07 +0000 (22:30 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 13 Feb 2023 22:30:17 +0000 (22:30 +0000)
Merge the SME2 branch to fix up a rather annoying conflict due to the
EL2 finalization refactor.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
1  2 
arch/arm64/include/asm/esr.h
arch/arm64/kernel/fpsimd.c
arch/arm64/kernel/ptrace.c
arch/arm64/kernel/signal.c
arch/arm64/tools/cpucaps

Simple merge
Simple merge
@@@ -1357,9 -1402,10 +1402,10 @@@ enum aarch64_regset 
  #ifdef CONFIG_ARM64_SVE
        REGSET_SVE,
  #endif
 -#ifdef CONFIG_ARM64_SVE
 +#ifdef CONFIG_ARM64_SME
        REGSET_SSVE,
        REGSET_ZA,
+       REGSET_ZT,
  #endif
  #ifdef CONFIG_ARM64_PTR_AUTH
        REGSET_PAC_MASK,
Simple merge
Simple merge