Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Feb 2019 18:39:24 +0000 (19:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Feb 2019 18:39:24 +0000 (19:39 +0100)
commit08e16754cad2298f8cb58bd0f99e658da54c327d
treeef4d141c82840ecdc3b234a569a4df8442b7dcea
parentbc44121190aea96de171408310db3d3c87e2cc11
parent7d82602909ed9c73b34ad26f05d10db4850a4f8c
Merge tag 'kvm-arm-fixes-for-5.0' of git://git./linux/kernel/git/kvmarm/kvmarm into kvm-master

KVM/ARM fixes for 5.0:

- Fix the way we reset vcpus, plugging the race that could happen on VHE
- Fix potentially inconsistent group setting for private interrupts
- Don't generate UNDEF when LORegion feature is present
- Relax the restriction on using stage2 PUD huge mapping
- Turn some spinlocks into raw_spinlocks to help RT compliance