]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 May 2020 16:01:12 +0000 (12:01 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 May 2020 16:01:12 +0000 (12:01 -0400)
commit6b099df67975d402e7bbdd09db1f9ae7424178ae
tree47e21696228bc1b71e137b50227ea82d8cdbd7d5
parent155ee81fc78cb3a1c98292e6234e674b1e69bc37
parent7ca4925b2dd24cb871f95c4d5a60ba114237b88a
Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master

KVM/arm fixes for Linux 5.7, take #1

- Prevent the userspace API from interacting directly with the HW
  stage of the virtual GIC
- Fix a couple of vGIC memory leaks
- Tighten the rules around the use of the 32bit PSCI functions
  for 64bit guest, as well as the opposite situation (matches the
  specification)