Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759187AbYHHTI1 (ORCPT ); Fri, 8 Aug 2008 15:08:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759222AbYHHTIF (ORCPT ); Fri, 8 Aug 2008 15:08:05 -0400 Received: from terminus.zytor.com ([198.137.202.10]:43872 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759445AbYHHTIC (ORCPT ); Fri, 8 Aug 2008 15:08:02 -0400 Message-ID: <489C97FB.2030408@zytor.com> Date: Fri, 08 Aug 2008 12:01:15 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Suresh Siddha CC: Wolfgang Walter , Herbert Xu , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Ingo Molnar , viro@ZenIV.linux.org.uk, vegard.nossum@gmail.com Subject: Re: Kernel oops with 2.6.26, padlock and ipsec: probably problem with fpu state changes References: <200807171653.59177.wolfgang.walter@stwm.de> <20080806201401.GA607@linux-os.sc.intel.com> <200808071823.02364.wolfgang.walter@stwm.de> <200808081236.55172.wolfgang.walter@stwm.de> <20080808185356.GC607@linux-os.sc.intel.com> In-Reply-To: <20080808185356.GC607@linux-os.sc.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 873 Lines: 21 Suresh Siddha wrote: > > I propose to go with wolf's patch which add's kernel_fpu_begin() and > kernel_fpu_end() around these instructions. This is the correct fix > (unless there is something wrong in my above understanding). > It's technically overkill, if (and only if!) these instructions don't actually touch the SSE state (most likely they're using the SSE pipeline, and need this stuff to deal with power management issues.) However, overkill is a good way to make sure something is dead. Applying the patch will make sure we fix the regression, and we can worry about optimizing this further post-2.6.27. -hpa -- 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/