Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Dec 2023 23:43:35 +0000 (08:43 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Dec 2023 23:43:35 +0000 (08:43 +0900)
commit1b8af6552cb7c9bf1194e871f8d733a19b113230
treef0204371e8cf223fb850ed652e0ded091c49b72a
parent17b17be28d42f59f579ef9da2557b92a97291777
parentdc158d23b33df9033bcc8e7117e8591dd2f9d125
Merge tag 'powerpc-6.7-3' of git://git./linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

 - Fix corruption of f0/vs0 during FP/Vector save, seen as userspace
   crashes when using io-uring workers (in particular with MariaDB)

 - Fix KVM_RUN potentially clobbering all host userspace FP/Vector
   registers

Thanks to Timothy Pearson, Jens Axboe, and Nicholas Piggin.

* tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers
  powerpc: Don't clobber f0/vs0 during fp|altivec register save