]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Nov 2021 21:01:55 +0000 (16:01 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Nov 2021 21:01:55 +0000 (16:01 -0500)
commitd47fbfe0760fc7f8b18cff414735415e34d0d0a6
tree7ae331173c47e822f9cc2ab3539151bfe868a7a4
parentc86c0de62c7c43105864c0e7e0dd5e1dfe04c8dd
parent35999e1b054edaca76a75f13cd6e0a5a5a7168e7
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master

KVM/arm64 fixes for 5.16, take #1

- Fix the host S2 finalization by solely iterating over the memblocks
  instead of the whole IPA space

- Tighten the return value of kvm_vcpu_preferred_target() now that
  32bit support is long gone

- Make sure the extraction of ESR_ELx.EC is limited to the architected
  bits

- Comment fixups
arch/arm64/include/asm/esr.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c