From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966360AbXHIQzW (ORCPT ); Thu, 9 Aug 2007 12:55:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935171AbXHIQzF (ORCPT ); Thu, 9 Aug 2007 12:55:05 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60737 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935118AbXHIQzE (ORCPT ); Thu, 9 Aug 2007 12:55:04 -0400 To: Chuck Ebbert Cc: linux-kernel , Jeremy Fitzhardinge Subject: Re: i386 doublefault handler is broken with CONFIG_DEBUG_SPINLOCK References: <46BB4599.2020900@redhat.com> From: Andi Kleen Date: 09 Aug 2007 19:49:21 +0200 In-Reply-To: <46BB4599.2020900@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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? -Andi