Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Nov 2002 00:14:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Nov 2002 00:14:31 -0500 Received: from air-2.osdl.org ([65.172.181.6]:6381 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Fri, 15 Nov 2002 00:14:30 -0500 Date: Thu, 14 Nov 2002 21:20:33 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: To: Corey Minyard cc: Linus Torvalds , "Heater, Daniel (IndSys, GEFanuc, VMIC)" , "'Zwane Mwaikambo'" , John Levon , Dipankar Sarma , Subject: Re: NMI handling rework for x86 In-Reply-To: <3DD47858.3060404@mvista.com> Message-ID: 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 Content-Length: 1227 Lines: 33 On Thu, 14 Nov 2002, Corey Minyard wrote: | Linus, | | John Levon suggested I send this to you. It's a cleanup of the NMI | handling to make it into a request/release mechanism (instead of | hard-coding everything into traps.c). It renames "nmi.c" to | "nmi_watchdog.c" (as it should be named) and moves the real NMI handling | code from traps.c to nmi.c. It's been posted and reworked on lkml, and | it seems to have finally met approval. The "cc-ed" people have reviewed | the patch (or at least made helpful suggestions :-). | | Since a lot of things are hacking into this code (lkcd, kdb, oprofile, | nmi watchdog, and now my IPMI watchdog pretimeout), it would be very | nice to get their junk out of this code and allow them to bind in | nicely, and allow binding from modules. Switching topics: Where is the watchdog pretimeout interface ("API") defined? Has there been any discussion of it? | (And this time it's a -p1 diff) Looks like a -p0 diff to me. -- ~Randy - 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/