Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751421AbaBBB7F (ORCPT ); Sat, 1 Feb 2014 20:59:05 -0500 Received: from mail-lb0-f178.google.com ([209.85.217.178]:44649 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbaBBB7D (ORCPT ); Sat, 1 Feb 2014 20:59:03 -0500 MIME-Version: 1.0 In-Reply-To: References: <52ED9EA9.7080009@zytor.com> Date: Sat, 1 Feb 2014 17:59:00 -0800 Message-ID: Subject: Re: [PATCH] Make math_state_restore() save and restore the interrupt flag From: Suresh Siddha To: Linus Torvalds Cc: "H. Peter Anvin" , Nate Eldredge , Thomas Gleixner , Ingo Molnar , "the arch/x86 maintainers" , stable , Linux Kernel Mailing List , Maarten Baert , Jan Kara , George Spelvin , Pekka Riikonen Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 1, 2014 at 5:51 PM, Linus Torvalds wrote: > On Sat, Feb 1, 2014 at 5:47 PM, Suresh Siddha wrote: >> >> So if the restore failed, we should do something like drop_init_fpu(), >> which will restore init-state to the registers. >> >> for eager-fpu() paths we don't use clts() stts() etc. > > Uhhuh. Ok. > > Why do we do that, btw? I think it would make much more sense to just > do what I *thought* we did, and just make it a context-switch-time > optimization ("let's always switch FP state"), not make it a huge > semantic difference. clts/stts is more costly and not all the state under xsave adhers to cr0.TS/DNA rules. did I answer your question? thanks, suresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/