Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752476AbXIQF3Q (ORCPT ); Mon, 17 Sep 2007 01:29:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751265AbXIQF3B (ORCPT ); Mon, 17 Sep 2007 01:29:01 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:59094 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144AbXIQF3A (ORCPT ); Mon, 17 Sep 2007 01:29:00 -0400 Date: Sun, 16 Sep 2007 22:28:42 -0700 (PDT) From: Linus Torvalds To: Randy Dunlap cc: Andi Kleen , lkml , Jan Beulich , Ingo Molnar , Zachary Amsden Subject: Re: crashme fault In-Reply-To: <20070916220643.bea3e44f.randy.dunlap@oracle.com> Message-ID: References: <20070912222151.70d1fc7d.randy.dunlap@oracle.com> <20070915183412.GA14501@one.firstfloor.org> <46EC2702.3090000@oracle.com> <46EC6F2A.5090008@oracle.com> <20070916094001.d87ed0f0.randy.dunlap@oracle.com> <20070916220643.bea3e44f.randy.dunlap@oracle.com> 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: 1234 Lines: 29 On Sun, 16 Sep 2007, Randy Dunlap wrote: > > I'll test this overnight on 2.6.23-rc6-git2 since that was failing. > > I haven't been able to reproduce the fault on 2.6.21 after several > hours of testing. > > I'll also test a microcode update to see if it helps. Before you do the microcode update, try to see if you can bisect the place between 2.6.21->22 that seems to start it. Even if you don't get all the way, if you are confident enough about the "no error" case to be able to bisect it down by doing a few reboots, it will at least cut down the set of possible commits by roughly a factor of 2^ events, so even "just" a series of 4-5 bisect things might give us more of a clue. Of course, if it's somewhat random and timing-dependent, bisection can be hard (the "2^n" thing is very efficient, but it also means that a *single* wrong answer will totally invalidate the result, so if something isn't entirely reproducible, bisection often fails!) Linus - 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/