[PATCH 0/5] KVM/arm fixes for 4.17-rc2
Marc Zyngier
marc.zyngier at arm.com
Fri Apr 20 09:07:08 PDT 2018
Radim, Paolo,
Here is the first batch of KVM/arm fixes post 4.17 merge window. Not a
lot to report, apart from the slightly scary VMID allocation race that
has been sitting there from day 1.
Please pull.
M.
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-for-4.17-1
for you to fetch changes up to 85bd0ba1ff9875798fad94218b627ea9f768f3c3:
arm/arm64: KVM: Add PSCI version selection API (2018-04-20 16:32:23 +0100)
----------------------------------------------------------------
KVM/arm fixes for 4.17, take #1
- PSCI selection API, a leftover from 4.16
- Kick vcpu on active interrupt affinity change
- Plug a VMID allocation race on oversubscribed systems
- Silence debug messages
- Update Christoffer's email address
----------------------------------------------------------------
Andre Przywara (1):
KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
Christoffer Dall (1):
MAINTAINERS: Update e-mail address for Christoffer Dall
Marc Zyngier (3):
KVM: arm/arm64: Close VMID generation race
arm64: KVM: Demote SVE and LORegion warnings to debug only
arm/arm64: KVM: Add PSCI version selection API
Documentation/virtual/kvm/api.txt | 9 ++++-
Documentation/virtual/kvm/arm/psci.txt | 30 +++++++++++++++++
MAINTAINERS | 4 +--
arch/arm/include/asm/kvm_host.h | 3 ++
arch/arm/include/uapi/asm/kvm.h | 6 ++++
arch/arm/kvm/guest.c | 13 ++++++++
arch/arm64/include/asm/kvm_host.h | 3 ++
arch/arm64/include/uapi/asm/kvm.h | 6 ++++
arch/arm64/kvm/guest.c | 14 +++++++-
arch/arm64/kvm/sys_regs.c | 6 ++--
include/kvm/arm_psci.h | 16 +++++++--
virt/kvm/arm/arm.c | 15 ++++++---
virt/kvm/arm/psci.c | 60 ++++++++++++++++++++++++++++++++++
virt/kvm/arm/vgic/vgic.c | 8 +++++
14 files changed, 178 insertions(+), 15 deletions(-)
create mode 100644 Documentation/virtual/kvm/arm/psci.txt
More information about the linux-arm-kernel
mailing list