From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755433AbXHISkp (ORCPT ); Thu, 9 Aug 2007 14:40:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752656AbXHISkh (ORCPT ); Thu, 9 Aug 2007 14:40:37 -0400 Received: from mx1.redhat.com ([66.187.233.31]:51490 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279AbXHISkg (ORCPT ); Thu, 9 Aug 2007 14:40:36 -0400 Message-ID: <46BB5F9B.6050808@redhat.com> Date: Thu, 09 Aug 2007 14:40:27 -0400 From: Chuck Ebbert Organization: Red Hat User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: Andi Kleen CC: linux-kernel , Jeremy Fitzhardinge Subject: Re: i386 doublefault handler is broken with CONFIG_DEBUG_SPINLOCK References: <46BB4599.2020900@redhat.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 08/09/2007 01:49 PM, Andi Kleen wrote: > Chuck Ebbert writes: >> Initializing FS in the doublefault_tss should fix it. >> >> Signed-off-by: Chuck Ebbert >> >> --- >> >> NOTE: not even compile tested. > > Can you please test it? > It compiles but I can't really test it further right now.