mbox series

[GIT,PULL] KVM changes for 5.12-rc8 or final

Message ID 20210413223958.156145-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM changes for 5.12-rc8 or final | expand

Pull-request

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

Message

Paolo Bonzini April 13, 2021, 10:39 p.m. UTC
Linus,

The following changes since commit 315f02c60d9425b38eb8ad7f21b8a35e40db23f9:

  KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp (2021-04-08 07:48:18 -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 04c4f2ee3f68c9a4bf1653d15f1a9a435ae33f7a:

  KVM: VMX: Don't use vcpu->run->internal.ndata as an array index (2021-04-13 18:23:41 -0400)

----------------------------------------------------------------
Fix for a possible out-of-bounds access.

----------------------------------------------------------------
Reiji Watanabe (1):
      KVM: VMX: Don't use vcpu->run->internal.ndata as an array index

 arch/x86/kvm/vmx/vmx.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org April 14, 2021, 4:15 p.m. UTC | #1
The pull request you sent on Tue, 13 Apr 2021 18:39:58 -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/2558258d78873998b8cd81ce7661dc68541b8b51

Thank you!