Merge tag 'kvmarm-fixes-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Apr 2023 23:19:02 +0000 (19:19 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Apr 2023 23:19:02 +0000 (19:19 -0400)
KVM/arm64 fixes for 6.3, part #4

 - Plug a buffer overflow due to the use of the user-provided register
   width for firmware regs. Outright reject accesses where the
   user register width does not match the kernel representation.

 - Protect non-atomic RMW operations on vCPU flags against preemption,
   as an update to the flags by an intervening preemption could be lost.


Trivial merge