[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0805190822440.32253@woody.linux-foundation.org>
Date: Mon, 19 May 2008 08:26:44 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Jeff Chua <jeff.chua.linux@...il.com>
cc: "Rafael J. Wysocki" <rjw@...k.pl>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Arjan van de Ven <arjan@...radead.org>,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
len.brown@...el.com, Shaohua Li <shaohua.li@...el.com>,
Greg KH <greg@...ah.com>
Subject: Re: recent 2.6.26 kernel hangs at suspend
On Mon, 19 May 2008, Jeff Chua wrote:
>
> How can I get pass the "bad" commit. I've tried "skip" or "next", but
> still won't boot.
Try
git bisect visualize
and pick any commit that is active (avoiding the endpoints) and looks like
a good candidate to test. Then do "git reset --hard <that-commit>" and try
again..
Of course, when there are two overlapping bugs, and the other hides the
bug you are trying to chase down, there *will* be cases where bisect
simply doesn't work, if you are unlucky. Bisecting is wonderful, but it's
not going so solve world hunger, or even be able to help with _all_
problems.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists