Merge tag 'kvmarm-fixes-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Jun 2023 19:28:26 +0000 (15:28 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Jun 2023 19:28:26 +0000 (15:28 -0400)
commit2623b3dc875a3c92dd0e0775cd19fbaeef0574ca
treebc03570543111828d1a69ab64d6171b8f61c54fb
parent2230f9e1171a2e9731422a14d1bbc313c0b719d1
parent30c60dda219ddda0bc6ff6ac55d493d9db8be4fa
Merge tag 'kvmarm-fixes-6.4-4' of git://git./linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.4, take #4

- Correctly save/restore PMUSERNR_EL0 when host userspace is using
  PMU counters directly

- Fix GICv2 emulation on GICv3 after the locking rework

- Don't use smp_processor_id() in kvm_pmu_probe_armpmu(), and
  document why...