Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758060AbYGKTIZ (ORCPT ); Fri, 11 Jul 2008 15:08:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755848AbYGKTIN (ORCPT ); Fri, 11 Jul 2008 15:08:13 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:36981 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755093AbYGKTIL (ORCPT ); Fri, 11 Jul 2008 15:08:11 -0400 Date: Fri, 11 Jul 2008 21:07:49 +0200 From: Ingo Molnar To: "Rafael J. Wysocki" Cc: Stephen Rothwell , =?iso-8859-1?B?VPZy9ms=?= Edwin , Takashi Iwai , linux-next@vger.kernel.org, Linux Kernel , Vegard Nossum Subject: Re: today's linux-next fails to boot Message-ID: <20080711190749.GB21758@elte.hu> References: <4877400B.1000400@gmail.com> <487772B6.4090100@gmail.com> <20080711145322.GA25698@elte.hu> <200807111710.42826.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200807111710.42826.rjw@sisk.pl> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2850 Lines: 82 * Rafael J. Wysocki wrote: > On Friday, 11 of July 2008, Ingo Molnar wrote: > > > > * T?r?k Edwin wrote: > > > > > On 2008-07-11 16:59, Ingo Molnar wrote: > > > > * T?r?k Edwin wrote: > > > > > > > > > > > >>> [Added Ingo to Cc] > > > >>> > > > >>> I get the boot problem on i386 with 2008-07-11 linux-next tree, too. > > > >>> In my case, no error appears on the screen, just staying blank and > > > >>> dead. It seems stopping at the very beginning, soon after GRUB, so > > > >>> could be the same reason. > > > >>> > > > >>> > > > >> I don't see any boot messages on the screen, I get that BUG message as > > > >> soon as grub's menu dissapears. > > > >> I have bisected it to this range so far: > > > >> git-bisect good aa03060a78c1aec53075a0c8ca7be19cedfbea8f > > > >> git-bisect bad b1611c0058bc6635e7257e755c3f194933a7a6df > > > >> > > > >> Should I continue to bisect? > > > >> > > > > > > > > could you check latest tip/master, does it boot fine with the same > > > > config? > > > > > > tip/master boots fine. > > > > to update linux-next to the latest bits in -tip, you can perhaps do > > something like this: > > > > git-merge tip/auto-x86-next > > git-merge tip/auto-core-next > > git-merge tip/auto-cpus4096-next > > git-merge tip/auto-ftrace-next > > git-merge tip/auto-generic-ipi-next > > git-merge tip/auto-genirq-next > > git-merge tip/auto-latest > > git-merge tip/auto-safe-poison-pointers-next > > git-merge tip/auto-sched-next > > git-merge tip/auto-stackprotector-next > > git-merge tip/auto-timers-next > > > > but it's easily possible that the bug is in some other portion of > > linux-next. > > Hm, I haven't tested the linux-next from today myself yet, but I have > a related question. Namely, is there a way to get a log of commits > that have been added since the previous linux-next? > > That may help to find a guilty patch if the yesterday's linux-next > works. at least in -tip it works like this: git-shortlog tip-history-2008-07-10_09.58_Thu.. or, a more practical format with commit IDs on the same line: git log --no-merges --pretty=format:"%h: %s" \ tip-history-2008-07-10_09.58_Thu.. you can restrict it to a given piece of code as well, say: git log --no-merges --pretty=format:"%h: %s" \ tip-history-2008-07-10_09.58_Thu.. -- arch/x86/ include/asm-x86/ this doesnt work in linux-next nearly as well, due to the Quilt imported trees. Every time a quilt queue is updated and reimported, there's a stream of repeat commits. Ingo -- 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/