From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755689AbYGXXU2 (ORCPT ); Thu, 24 Jul 2008 19:20:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751824AbYGXXUR (ORCPT ); Thu, 24 Jul 2008 19:20:17 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:41470 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbYGXXUQ (ORCPT ); Thu, 24 Jul 2008 19:20:16 -0400 Date: Thu, 24 Jul 2008 16:16:34 -0700 (PDT) From: Linus Torvalds To: Suresh Siddha cc: "x86@kernel.org" , "andi@firstfloor.org" , Linux Kernel Mailing List , "stable@kernel.org" , Ingo Molnar Subject: Re: [patch] x64, fpu: fix possible FPU leakage in error conditions In-Reply-To: <20080724230658.GP14380@linux-os.sc.intel.com> Message-ID: References: <20080724180429.GI14380@linux-os.sc.intel.com> <20080724185053.GJ14380@linux-os.sc.intel.com> <20080724202728.GL14380@linux-os.sc.intel.com> <20080724212351.GM14380@linux-os.sc.intel.com> <20080724222523.GN14380@linux-os.sc.intel.com> <20080724230658.GP14380@linux-os.sc.intel.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Jul 2008, Suresh Siddha wrote: > > BTW, while you are at it, please move save_i387() aswell, to be consistent > and clean. Ack. Will do. Linus