From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Date: Fri, 22 Feb 2019 09:47:49 +0000 Subject: Re: powerpc: fix 32-bit KVM-PR lockup and panic with MacOS guest Message-Id: <445RN572ccz9sB8@ozlabs.org> List-Id: In-Reply-To: <20190208143319.11980-1-mark.cave-ayland@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mark Cave-Ayland , benh@kernel.crashing.org, paulus@samba.org, npiggin@gmail.com, christophe.leroy@c-s.fr, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org On Fri, 2019-02-08 at 14:33:19 UTC, Mark Cave-Ayland wrote: > Commit 8792468da5e1 "powerpc: Add the ability to save FPU without giving it up" > unexpectedly removed the MSR_FE0 and MSR_FE1 bits from the bitmask used to > update the MSR of the previous thread in __giveup_fpu() causing a KVM-PR MacOS > guest to lockup and panic the kernel. > > Reinstate these bits to the MSR bitmask to enable MacOS guests to run under > 32-bit KVM-PR once again without issue. > > Signed-off-by: Mark Cave-Ayland Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/fe1ef6bcdb4fca33434256a802a3ed6a cheers