]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 May 2023 17:35:31 +0000 (13:35 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 May 2023 17:35:31 +0000 (13:35 -0400)
commit39428f6ea9eace95011681628717062ff7f5eb5f
treedcd3c790a0a105f1fa5b8d34aa067a83c859686d
parentf1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6
parentc3a62df457ff9ac8c77efe6d1eca2855d399355d
Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.4, take #1

- Plug a race in the stage-2 mapping code where the IPA and the PA
  would end up being out of sync

- Make better use of the bitmap API (bitmap_zero, bitmap_zalloc...)

- FP/SVE/SME documentation update, in the hope that this field
  becomes clearer...

- Add workaround for the usual Apple SEIS brokenness

- Random comment fixes