From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756535AbbCEPQv (ORCPT ); Thu, 5 Mar 2015 10:16:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39384 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbbCEPQu (ORCPT ); Thu, 5 Mar 2015 10:16:50 -0500 Date: Thu, 5 Mar 2015 16:13:38 +0100 From: Oleg Nesterov To: Quentin Casasnovas Cc: Dave Hansen , Andy Lutomirski , Borislav Petkov , Ingo Molnar , Linus Torvalds , Pekka Riikonen , Rik van Riel , Suresh Siddha , LKML , "Yu, Fenghua" Subject: Re: Oops with tip/x86/fpu Message-ID: <20150305151337.GA25053@redhat.com> References: <54F74F59.5070107@intel.com> <20150304190651.GA5589@redhat.com> <20150305083849.GP4938@chrystal.uk.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150305083849.GP4938@chrystal.uk.oracle.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/05, Quentin Casasnovas wrote: > > On Wed, Mar 04, 2015 at 08:06:51PM +0100, Oleg Nesterov wrote: > > > > Well, the kernel crashes because xrstor_state() is buggy, Quentin already > > has a fix. > > > > But #GP should be explained... > > > > Hopefully the couple of fixes to prevent the #GP should be merged soon, but > they only cure the symptoms and not the root cause of this issue, I think. Yes, yes, sure. That is what I meant, sorry for confusion. Oleg.