[GIT,PULL] Final KVM fixes for Linux 6.3

Message ID 20230422125317.2222959-1-pbonzini@redhat.com
State New
Headers
Series [GIT,PULL] Final KVM fixes for Linux 6.3 |

Pull-request

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

Message

Paolo Bonzini April 22, 2023, 12:53 p.m. UTC
  Linus,

The following changes since commit 0bf9601f8ef0703523018e975d6c1f3fdfcff4b9:

  Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2023-04-06 13:34:19 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 265b97cbc22e0f67f79a71443b60dc1237ca5ee6:

  Merge tag 'kvmarm-fixes-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2023-04-21 19:19:02 -0400)

(I checked and indeed last week's mishap was due to an incorrect push
_after_ I had generated the message and before I sent it.  I always
use "git request-pull", or more precisely a wrapper that generates the
mail headers and the "Linus," at the top, since I am clearly clumsy
enough with the automation that it provides...).

----------------------------------------------------------------
Two serious ARM fixes:

* Plug a buffer overflow due to the use of the user-provided register
  width for firmware regs. Outright reject accesses where the
  user register width does not match the kernel representation.

* Protect non-atomic RMW operations on vCPU flags against preemption,
  as an update to the flags by an intervening preemption could be lost.

----------------------------------------------------------------
Dan Carpenter (1):
      KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()

Marc Zyngier (1):
      KVM: arm64: Make vcpu flag updates non-preemptible

Paolo Bonzini (1):
      Merge tag 'kvmarm-fixes-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

 arch/arm64/include/asm/kvm_host.h | 19 ++++++++++++++++++-
 arch/arm64/kvm/hypercalls.c       |  2 ++
 2 files changed, 20 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org April 22, 2023, 4:47 p.m. UTC | #1
The pull request you sent on Sat, 22 Apr 2023 08:53:17 -0400:

> https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2caeeb9d4a1bccd923b7918427f9e9ef7151ddd8

Thank you!