[GIT PULL] KVM fixes for Linux 5.19-rc8

From: Paolo Bonzini
Date: Sat Jul 23 2022 - 03:52:13 EST


Linus,

The following changes since commit 79629181607e801c0b41b8790ac4ee2eb5d7bc3e:

KVM: emulate: do not adjust size of fastop and setcc subroutines (2022-07-15 07:49:40 -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 cf5029d5dd7cb0aaa53250fa9e389abd231606b3:

KVM: x86: Protect the unused bits in MSR exiting flags (2022-07-19 14:04:18 -0400)

----------------------------------------------------------------
* Check for invalid flags to KVM_CAP_X86_USER_SPACE_MSR

* Fix use of sched_setaffinity in selftests

* Sync kernel headers to tools

* Fix KVM_STATS_UNIT_MAX

----------------------------------------------------------------
Aaron Lewis (1):
KVM: x86: Protect the unused bits in MSR exiting flags

Gavin Shan (1):
KVM: selftests: Fix target thread to be migrated in rseq_test

Oliver Upton (1):
KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean stats

Paolo Bonzini (1):
tools headers UAPI: Sync linux/kvm.h with the kernel sources

Documentation/virt/kvm/api.rst | 2 +-
arch/x86/kvm/x86.c | 8 ++++++++
include/uapi/linux/kvm.h | 2 +-
tools/include/uapi/linux/kvm.h | 3 ++-
tools/testing/selftests/kvm/rseq_test.c | 8 +++++---
5 files changed, 17 insertions(+), 6 deletions(-)