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)
commit265b97cbc22e0f67f79a71443b60dc1237ca5ee6
treefb42627096d8efe1e76a482a66cc13fac76e7ca4
parent0bf9601f8ef0703523018e975d6c1f3fdfcff4b9
parenta25bc8486f9c01c1af6b6c5657234b2eee2c39d6
Merge tag 'kvmarm-fixes-6.3-4' of git://git./linux/kernel/git/kvmarm/kvmarm into HEAD

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.