Merge tag 'kvmarm-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Apr 2022 16:32:14 +0000 (12:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Apr 2022 16:32:14 +0000 (12:32 -0400)
commit484c22df5aa0548604e67f7cdc73e1bd736cbecc
treee332c5fa330cc114d703de9c157a0954da5d0aff
parente852be8b148e117e25be1c98cf72ee489b05919e
parent85ea6b1ec915c9dd90caf3674b203999d8c7e062
Merge tag 'kvmarm-fixes-5.18-2' of git://git./linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 5.18, take #2

- Take care of faults occuring between the PARange and
  IPA range by injecting an exception

- Fix S2 faults taken from a host EL0 in protected mode

- Work around Oops caused by a PMU access from a 32bit
  guest when PMU has been created. This is a temporary
  bodge until we fix it for good.