Linus, The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d: Linux 6.1-rc7 (2022-11-27 13:31:48 -0800) 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 34e30ebbe48cc43c14276f863f0d2995c8f13186: KVM: Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns (2022-12-02 13:20:30 -0500) Unless anything comes from the ARM side, this should be the last pull request for this release---and it's mostly documentation. Thanks, Paolo ---------------------------------------------------------------- * Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns * s390: fix multi-epoch extension in nested guests * x86: fix uninitialized variable on nested triple fault ---------------------------------------------------------------- David Matlack (2): KVM: Move halt-polling documentation into common directory KVM: Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns Paolo Bonzini (2): Merge tag 'kvm-s390-master-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT Thomas Huth (1): KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field Documentation/virt/kvm/api.rst | 15 +++++++-------- Documentation/virt/kvm/{x86 => }/halt-polling.rst | 13 +++++++++++++ Documentation/virt/kvm/index.rst | 1 + Documentation/virt/kvm/x86/index.rst | 1 - arch/s390/kvm/vsie.c | 4 +++- arch/x86/kvm/x86.c | 2 +- 6 files changed, 25 insertions(+), 11 deletions(-) rename Documentation/virt/kvm/{x86 => }/halt-polling.rst (92%)