mbox series

[GIT,PULL] KVM/arm64 fixes for 5.13, take #2

Message ID 20210527104131.65624-1-maz@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 5.13, take #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.13-2

Message

Marc Zyngier May 27, 2021, 10:41 a.m. UTC
Hi Paolo,

Here's the second batch of KVM/arm64 fixes for 5.13. One is a fix for
a long standing bug that allowed the creation of mixed 32/64bit VMs
(which makes zero sense), and yet another bug fix for the state commit
on exit to userspace.

Please pull,

	M.

The following changes since commit cb853ded1d25e5b026ce115dbcde69e3d7e2e831:

  KVM: arm64: Fix debug register indexing (2021-05-15 10:27:59 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.13-2

for you to fetch changes up to 66e94d5cafd4decd4f92d16a022ea587d7f4094f:

  KVM: arm64: Prevent mixed-width VM creation (2021-05-27 10:34:33 +0100)

----------------------------------------------------------------
KVM/arm64 fixes for 5.13, take #2

- Another state update on exit to userspace fix
- Prevent the creation of mixed 32/64 VMs

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Prevent mixed-width VM creation

Zenghui Yu (1):
      KVM: arm64: Resolve all pending PC updates before immediate exit

 arch/arm64/include/asm/kvm_emulate.h |  5 +++++
 arch/arm64/kvm/arm.c                 |  9 ++++++---
 arch/arm64/kvm/reset.c               | 28 ++++++++++++++++++++++++----
 3 files changed, 35 insertions(+), 7 deletions(-)

Comments

Paolo Bonzini May 27, 2021, 1:24 p.m. UTC | #1
On 27/05/21 12:41, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.13-2

Pulled, thanks.

Paolo