[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230124180547.4192955-1-pbonzini@redhat.com>
Date: Tue, 24 Jan 2023 13:05:47 -0500
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 6.2-rc6
Linus,
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:
Linux 6.2-rc5 (2023-01-21 16:27:01 -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 c2c46b10d52624376322b01654095a84611c7e09:
KVM: selftests: Make reclaim_period_ms input always be positive (2023-01-22 04:10:24 -0500)
----------------------------------------------------------------
ARM64:
- Pass the correct address to mte_clear_page_tags() on initialising
a tagged page
- Plug a race against a GICv4.1 doorbell interrupt while saving
the vgic-v3 pending state.
x86:
- A command line parsing fix and a clang compilation fix for selftests
- A fix for a longstanding VMX issue, that surprisingly was only found
now to affect real world guests
----------------------------------------------------------------
Catalin Marinas (1):
KVM: arm64: Pass the actual page address to mte_clear_page_tags()
Hendrik Borghorst (1):
KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
Marc Zyngier (1):
KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
Paolo Bonzini (2):
Merge tag 'kvmarm-fixes-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
selftests: kvm: move declaration at the beginning of main()
Vipin Sharma (1):
KVM: selftests: Make reclaim_period_ms input always be positive
arch/arm64/kvm/guest.c | 2 +-
arch/arm64/kvm/vgic/vgic-v3.c | 25 ++++++++++------------
arch/arm64/kvm/vgic/vgic-v4.c | 8 +++++--
arch/arm64/kvm/vgic/vgic.h | 1 +
arch/x86/kvm/vmx/vmx.c | 21 ++++++++----------
.../selftests/kvm/x86_64/nx_huge_pages_test.c | 2 +-
.../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 7 +++---
7 files changed, 32 insertions(+), 34 deletions(-)
Powered by blists - more mailing lists