mbox

[0/5] KVM/ARM updates for 5.1-rc7

Message ID 20190425134857.26109-1-marc.zyngier@arm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-for-5.1-2

Message

Marc Zyngier April 25, 2019, 1:48 p.m. UTC
Paolo, Radim,

Here's a bunch of late fixes for 5.1-rc7, which should hopefully be
the last drop for this cycle.

Please pull,

	M.

The following changes since commit 8324c3d518cfd69f2a17866b52c13bf56d3042d8:

  KVM: arm/arm64: Comments cleanup in mmu.c (2019-03-28 13:17:17 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-for-5.1-2

for you to fetch changes up to 6bc210003dff7b789efae5bb02a0320dc24dd416:

  KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls (2019-04-25 14:13:31 +0100)

----------------------------------------------------------------
KVM/ARM fixes for 5.1, take #2:

- Don't try to emulate timers on userspace access
- Fix unaligned huge mappings, again
- Properly reset a vcpu that fails to reset(!)
- Properly retire pending LPIs on reset
- Fix computation of emulated CNTP_TVAL

----------------------------------------------------------------
Andrew Jones (1):
      KVM: arm/arm64: Ensure vcpu target is unset on reset failure

Christoffer Dall (1):
      KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls

Marc Zyngier (1):
      KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs

Suzuki K Poulose (1):
      kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP

Wei Huang (1):
      KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation

 virt/kvm/arm/arch_timer.c        | 17 ++++++++++-------
 virt/kvm/arm/arm.c               | 11 ++++++++---
 virt/kvm/arm/mmu.c               |  6 +++++-
 virt/kvm/arm/vgic/vgic-mmio-v3.c |  3 +++
 virt/kvm/arm/vgic/vgic.c         | 21 +++++++++++++++++++++
 virt/kvm/arm/vgic/vgic.h         |  1 +
 6 files changed, 48 insertions(+), 11 deletions(-)

Comments

Paolo Bonzini April 30, 2019, 7:06 p.m. UTC | #1
On 25/04/19 15:48, Marc Zyngier wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-for-5.1-2

Pulled, thanks.

Paolo