Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272951AbTHEVTT (ORCPT ); Tue, 5 Aug 2003 17:19:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272950AbTHEVTT (ORCPT ); Tue, 5 Aug 2003 17:19:19 -0400 Received: from colin2.muc.de ([193.149.48.15]:9232 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S272949AbTHEVTP (ORCPT ); Tue, 5 Aug 2003 17:19:15 -0400 Date: 5 Aug 2003 23:19:10 +0200 Date: Tue, 5 Aug 2003 23:19:10 +0200 From: Andi Kleen To: Arjan van de Ven Cc: Linus Torvalds , Andrew Morton , Andi Kleen , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Export touch_nmi_watchdog Message-ID: <20030805211910.GE31598@colin2.muc.de> References: <20030805203137.E30256@devserv.devel.redhat.com> <20030805211416.GD31598@colin2.muc.de> <20030805211554.B603@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030805211554.B603@devserv.devel.redhat.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 27 On Tue, Aug 05, 2003 at 09:15:54PM +0000, Arjan van de Ven wrote: > On Tue, Aug 05, 2003 at 11:14:16PM +0200, Andi Kleen wrote: > > > Otherwise this will just keep on expanding. > > > > It does expand on i386 exactly because the watchdog is disabled by default. > > > > Looks like a mistake to me. It should be on because having usable backtraces > > on a deadlock/hang is useful enough that it outweights any other possible > > disadvantages. That's especially true for kernels out there at user's boxes, > > not just special debugging kernels run by developers. > > > > [if there should be any hardware where it doesn't work it should be blacklisted > > there] > > the reason it's off is that certain IBM bioses corrupt the eax register on > NMI's when they collide with smm stuff... You'd be surprised how > tolerant x86 is against such corruptions... but not 100% :) That could be catched by a dmi_scan.c entry ? -Andi - 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/