From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752973AbbCIRHy (ORCPT ); Mon, 9 Mar 2015 13:07:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41493 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbbCIRHw (ORCPT ); Mon, 9 Mar 2015 13:07:52 -0400 Date: Mon, 9 Mar 2015 18:05:43 +0100 From: Oleg Nesterov To: Borislav Petkov Cc: Dave Hansen , Ingo Molnar , Andy Lutomirski , Linus Torvalds , Pekka Riikonen , Rik van Riel , Suresh Siddha , LKML , "Yu, Fenghua" , Quentin Casasnovas Subject: Re: [PATCH 1/1] x86/fpu: x86/fpu: avoid math_state_restore() without used_math() in __restore_xstate_sig() Message-ID: <20150309170543.GA11388@redhat.com> References: <54F74F59.5070107@intel.com> <20150305195127.GA12657@redhat.com> <20150307153824.GA25954@redhat.com> <20150307153844.GB25954@redhat.com> <20150309140712.GB12732@pd.tnic> <20150309143436.GA3526@redhat.com> <20150309151837.GC12732@pd.tnic> <20150309162404.GA7833@redhat.com> <20150309165338.GF12732@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150309165338.GF12732@pd.tnic> 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/09, Borislav Petkov wrote: > > On Mon, Mar 09, 2015 at 05:24:04PM +0100, Oleg Nesterov wrote: > > Well, this is the same thinhg reported by Dave ;) > > Am I the only one in thinking that this FPU thing went completely nuts?! > Just kill it all and let's start from scratch. :-P And I just found another problem which needs the urgent/stable fix ;) I'll send the simple patch in a minute... > > But this too doesn't fix the problem: fpu_finit() is buggy on Dave's > > machine. > > In talking about fpu_finit() - I still have two cleanup patches queued > from you: > > http://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/log/?h=tip-x86-fpu-2 Yes, thanks, but this is just a cosmetic cleanup. Oleg.