All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 5.13, take #2
@ 2021-05-27 10:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-05-27 10:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Mark Rutland, Steven Price, Zenghui Yu, James Morse,
	Suzuki K Poulose, Alexandru Elisei, kvmarm, kvm,
	linux-arm-kernel, kernel-team

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] KVM/arm64 fixes for 5.13, take #2
@ 2021-05-27 10:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-05-27 10:41 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, kernel-team, Steven Price, kvmarm, linux-arm-kernel

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(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] KVM/arm64 fixes for 5.13, take #2
@ 2021-05-27 10:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-05-27 10:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Mark Rutland, Steven Price, Zenghui Yu, James Morse,
	Suzuki K Poulose, Alexandru Elisei, kvmarm, kvm,
	linux-arm-kernel, kernel-team

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 5.13, take #2
  2021-05-27 10:41 ` Marc Zyngier
  (?)
@ 2021-05-27 13:24   ` Paolo Bonzini
  -1 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-05-27 13:24 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Mark Rutland, Steven Price, Zenghui Yu, James Morse,
	Suzuki K Poulose, Alexandru Elisei, kvmarm, kvm,
	linux-arm-kernel, kernel-team

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 5.13, take #2
@ 2021-05-27 13:24   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-05-27 13:24 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: kvm, kernel-team, Steven Price, kvmarm, linux-arm-kernel

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

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 5.13, take #2
@ 2021-05-27 13:24   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-05-27 13:24 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Mark Rutland, Steven Price, Zenghui Yu, James Morse,
	Suzuki K Poulose, Alexandru Elisei, kvmarm, kvm,
	linux-arm-kernel, kernel-team

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-27 13:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 10:41 [GIT PULL] KVM/arm64 fixes for 5.13, take #2 Marc Zyngier
2021-05-27 10:41 ` Marc Zyngier
2021-05-27 10:41 ` Marc Zyngier
2021-05-27 13:24 ` Paolo Bonzini
2021-05-27 13:24   ` Paolo Bonzini
2021-05-27 13:24   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.