Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754098AbYHKQaY (ORCPT ); Mon, 11 Aug 2008 12:30:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751282AbYHKQaI (ORCPT ); Mon, 11 Aug 2008 12:30:08 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:40837 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbYHKQaG (ORCPT ); Mon, 11 Aug 2008 12:30:06 -0400 Date: Mon, 11 Aug 2008 09:29:57 -0700 From: "Paul E. McKenney" To: David Witbrodt Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, Yinghai Lu , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , netdev Subject: Re: [PATCH diagnostic] Re: HPET regression in 2.6.26 versus 2.6.25 -- RCU problem Message-ID: <20080811162956.GH6762@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <777191.9258.qm@web82105.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <777191.9258.qm@web82105.mail.mud.yahoo.com> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2117 Lines: 42 On Mon, Aug 11, 2008 at 09:22:01AM -0700, David Witbrodt wrote: > > > And attached is the kernel module I used to test the patch, for whatever > > that might be worth. > > Thank you for that, too. I have some questions and a comment: > > 1. This module can only be loaded from a working system, right? You > mean that _you_ tested the kernel code on _your_ system to see if it > was working correctly, and did not mean that I should use this with > the problematic kernels on my system? I could easily run this with > something like 'modprobe stall' on my working machine, or on the > problem machine if I boot with the "hpet=disabled" parameter, but > doing so would not help us find the problem, right? Yep. This module was intended strictly to allow me to debug the diagnostic code. > 2. Coincidentally, I had started reading Understanding the Linux Kernel > (first edition, 2000) about a week before I got socked with the kernel > freeze issue. I was reading it at work -- I work as a tutor, and there > are sometimes slow times without students to help -- but haven't had a > chance to do so in the best 10 days while I've been struggling with my > own kernel problem. It is also quite out-of-date -- published in 2000, > and discussing the 2.2 kernel line. I know that there have been a > couple of new editions since then, but I just happened to have this first > edition on my shelf... so I took it into work for a little light reading. > > Anyway, I have a lot on my personal TODO list for the fall, but maybe > early next year I will have a chance to play with the kernel for fun. > When I do so, I will have your new, experimental module to look at... > among tons of other things. Well, the stall module derives pretty directly from some example code in Corbet, Rubini, and Kroah-Hartman's "Linux Device Drivers" book. ;-) Thanx, Paul -- 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/