[GIT PULL] arm64: Fixes for -rc6

From: Will Deacon
Date: Sat Aug 24 2019 - 08:13:03 EST


Hi Linus,

Please pull these two KVM/arm fixes for -rc6. Unusually, we're routing them
via the arm64 tree as per Paolo's request on the list:

https://lore.kernel.org/kvm/21ae69a2-2546-29d0-bff6-2ea825e3d968@xxxxxxxxxx/

We don't actually have any other arm64 fixes pending at the moment (touch
wood), so I've pulled from Marc, written a merge commit, tagged the
result and run it through my build/boot/bisect scripts.

Cheers,

Will

--->8

The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to 087eeea9adcbaef55ae8d68335dcd3820c5b344b:

Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm/fixes (2019-08-24 12:46:30 +0100)

----------------------------------------------------------------
arm64 fixes for -rc6

- Two KVM fixes for MMIO emulation and UBSAN

----------------------------------------------------------------
Andre Przywara (1):
KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity

Andrew Jones (1):
KVM: arm/arm64: Only skip MMIO insn once

Will Deacon (1):
Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/.../kvmarm/kvmarm into kvm/fixes

virt/kvm/arm/mmio.c | 7 +++++++
virt/kvm/arm/vgic/vgic-init.c | 30 ++++++++++++++++++++----------
2 files changed, 27 insertions(+), 10 deletions(-)