Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759268AbYHNSLu (ORCPT ); Thu, 14 Aug 2008 14:11:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751903AbYHNSLj (ORCPT ); Thu, 14 Aug 2008 14:11:39 -0400 Received: from web82105.mail.mud.yahoo.com ([209.191.84.218]:43655 "HELO web82105.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751798AbYHNSLi (ORCPT ); Thu, 14 Aug 2008 14:11:38 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=3O09Wb1wj55UMMnZwULgcmzTMboGaPGNVYScOwrJ0EYT4IPEFGLrW64WO0+RNcSR8MSHZ4GIOqYtbBVyixx91GIspxHnhXBvSWK1aZSPJSXgQPc0OQJ1qwcyYIo7pd7KIO/vRWW06xWsm0vsB8haei9s7RF+pupC4bBzNPlBQ6E=; X-Mailer: YahooMailRC/1042.40 YahooMailWebService/0.7.218 Date: Thu, 14 Aug 2008 11:11:37 -0700 (PDT) From: David Witbrodt Subject: Re: HPET regression in 2.6.26 versus 2.6.25 -- revert for 2.6.26-rc1 failed To: Yinghai Lu Cc: Bill Fink , linux-kernel@vger.kernel.org, Ingo Molnar , "Paul E. McKenney" , Peter Zijlstra , Thomas Gleixner , "H. Peter Anvin" , netdev MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <798351.12728.qm@web82105.mail.mud.yahoo.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2196 Lines: 52 > can you try enable kexec and kdump in you .config. > > it should works. my .config have config_kexec First, I apologize. I see that you were assuming I had KEXEC enabled when you gave me the patch against 2.6.27-rc3. I have only posted parts of my custom .config to LKML, thinking that posting the whole thing was not appropriate. Did you mean CRASH_DUMP instead of "kdump" above? [N] kexec system call (CONFIG_KEXEC) (bool) (Help) [N] kernel crash dumps (EXPERIMENTAL) (CONFIG_CRASH_DUMP) (bool) (Help) My custom .config has both of these disabled -- either because they default to "N" when running 'make oldconfig', or because I read the help text with those options and decided I would not be using those features. > > Some experiments I did last night may render these questions moot, though. > > My problem is very specific to the hardware on two of my machines, and it > > has something to do with setting up the system resources that > > insert_resource() touches. > > please try to bisect on current tree. and every time apply the revert patch... I will try your patch against 2.6.27-rc3 again, with KEXEC and CRASH_DUMP enabled, when I get home from work. I still have not retried using 'patch' instead of 'git apply', though I am sure that 'git apply' worked just fine. I was trying other experiments last night, and have posted the results of those already -- and I'm guessing that your 2.6.27-rc3 patch will not work unless it factors in what I discovered there. (But I will do all of these changes that you asked, as well.) I do not know how to bisect with your patch if I have a "bad" but no "good" to start with. Can you explain how I should proceed when I _do_ get home? (I can just enabled those config options and try the patch again, but I am confused about the bisect you are asking me to perform.) Does my other post, about trying to revert those February commits, mean anything? Thanks, Dave W. -- 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/