Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965734Ab0HFV0y (ORCPT ); Fri, 6 Aug 2010 17:26:54 -0400 Received: from mailrelay007.isp.belgacom.be ([195.238.6.173]:63151 "EHLO mailrelay007.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964823Ab0HFV0u (ORCPT ); Fri, 6 Aug 2010 17:26:50 -0400 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMcaXExQyd/4/2dsb2JhbACgSXLGSg2FLQQ Date: Fri, 6 Aug 2010 23:26:48 +0200 From: Wim Van Sebroeck To: dann frazier Cc: linux-kernel@vger.kernel.org, Linux Watchdog Mailing List , Thomas Mingarelli Subject: Re: [PATCH 00/15] hpwdt: make NMI code a config option (+ other cleanup) Message-ID: <20100806212648.GA30843@infomag.iguana.be> References: <1280274663-9160-1-git-send-email-dannf@hp.com> <20100805214102.GA4288@infomag.iguana.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100805214102.GA4288@infomag.iguana.be> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1768 Lines: 33 Hi Dan, > So overall: patches look good, but let's re-order the patches a bit (so that we first clean-up the driver and then add the NMI related changes (If we ever need to revert some things then we at least have a clean-driver before we start bisecting the NMI changes)). > And secondly: let's try to have the ifdef's out of the init and exit procedures. > > If you can look at how we can get rid of the ifdef's in init and exit, then I will reorder the patches and change the 3 timer patches and put that allready in a git tree. I reorganised the sequence of patches. I'll sent them to you for verification (and will put a copy in linux-watchdog mailing list). the patches now look like: watchdog: hpwdt (1/12): clean-up include-files. watchdog: hpwdt (2/12): Group options that affect watchdog behavior together watchdog: hpwdt (3/12): Group NMI sourcing specific items together watchdog: hpwdt (4/12): Despecificate driver from iLO2 watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro watchdog: hpwdt (7/12): allow full range of timer values supported by hardware watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization watchdog: hpwdt (10/12): Construct status message w/ kasprintf and emit it with dev_info watchdog: hpwdt (11/12): Use "decoding" instead of "sourcing" watchdog: hpwdt (12/12): Make NMI decoding a compile-time option (patch 12 can still be improved). Kind regards, Wim. -- 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/