Hi Paolo, This is hopefully the last set of fixes for 5.10. We have a linker script fix addressing the alignment requirement for the way we now build the EL2 code, and a fix for a long standing bug affecting userspace access to the GICR_TYPER registers. Please pull, M. The following changes since commit ed4ffaf49bf9ce1002b516d8c6aa04937b7950bc: KVM: arm64: Handle SCXTNUM_ELx traps (2020-11-12 21:22:46 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.10-4 for you to fetch changes up to 23bde34771f1ea92fb5e6682c0d8c04304d34b3b: KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace (2020-11-17 18:51:09 +0000) ---------------------------------------------------------------- KVM/arm64 fixes for v5.10, take #4 - Fix alignment of the new HYP sections - Fix GICR_TYPER access from userspace ---------------------------------------------------------------- Jamie Iles (1): KVM: arm64: Correctly align nVHE percpu data Zenghui Yu (1): KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace arch/arm64/kvm/hyp/nvhe/hyp.lds.S | 5 +++++ arch/arm64/kvm/vgic/vgic-mmio-v3.c | 22 ++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-)