[GIT PULL] Final batch KVM changes for Linux 6.2

From: Paolo Bonzini
Date: Sat Feb 18 2023 - 09:52:00 EST


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