[GIT,PULL] Final batch KVM changes for Linux 6.2

Message ID 20230218145102.1610745-1-pbonzini@redhat.com
State New
Headers
Series [GIT,PULL] Final batch KVM changes for Linux 6.2 |

Pull-request

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

Message

Paolo Bonzini Feb. 18, 2023, 2:51 p.m. UTC
  Linus,

The following changes since commit 493a2c2d23ca91afba96ac32b6cbafb54382c2a3:

  Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions (2023-02-10 07:27:37 -0500)

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 2c10b61421a28e95a46ab489fd56c0f442ff6952:

  kvm: initialize all of the kvm_debugregs structure before sending it to userspace (2023-02-16 12:31:40 -0500)

----------------------------------------------------------------
x86:

* zero all padding for KVM_GET_DEBUGREGS

* fix rST warning

* disable vPMU support on hybrid CPUs

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      kvm: initialize all of the kvm_debugregs structure before sending it to userspace

Paolo Bonzini (1):
      Documentation/hw-vuln: Fix rST warning

Sean Christopherson (2):
      KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
      perf/x86: Refuse to export capabilities for hybrid PMUs

 .../admin-guide/hw-vuln/cross-thread-rsb.rst       |  3 +--
 arch/x86/events/core.c                             | 12 +++++-----
 arch/x86/kvm/pmu.h                                 | 26 ++++++++++++++++------
 arch/x86/kvm/x86.c                                 |  3 +--
 4 files changed, 28 insertions(+), 16 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 18, 2023, 7:15 p.m. UTC | #1
The pull request you sent on Sat, 18 Feb 2023 09:51:02 -0500:

> 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/5e725d112e1a54c2611d5dffd124a79415d0f0de

Thank you!