lkml.org 
[lkml]   [2008]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Bisecting tip/auto-x86-next?

* Kevin Winchester <kjwinchester@gmail.com> wrote:

> Hi,
>
> I am trying to track down a problem I reported here:
>
> http://lkml.org/lkml/2008/6/11/431

[ GART related bootup crash. ]

> None or you were cc'd on the original report because I had no idea of
> the source of the issue. However, I have now narrowed down the
> problem to the auto-x86-next tree. Thus I did something like:
>
> $ git bisect start
> $ git bisect good linus/master
> $ git bisect bad tip/auto-x86-next

ok, in that case you can use tip's topical structure and probably bisect
purely x86/gart, which has all x86 gart changes.

I.e. do something like this:

git-checkout tip/x86/gart

build and boot that kernel, if it fails and mainline works then do:

git-bisect reset
git-bisect start
git-bisect good linus/master
git-bisect bad tip/x86/gart

this should drastically reduce the number of bisection steps needed, to
3 or 4 iterations.

Ingo


\
 
 \ /
  Last update: 2008-06-20 12:21    [W:0.589 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site