public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sitsofe Wheeler <sitsofe@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Bisecting tip/auto-x86-next?
Date: Fri, 20 Jun 2008 07:15:30 +0000 (UTC)	[thread overview]
Message-ID: <g3flei$653$1@ger.gmane.org> (raw)
In-Reply-To: 485AFC9B.7090502@gmail.com

On Thu, 19 Jun 2008 21:40:59 -0300, Kevin Winchester wrote:

> I am trying to track down a problem I reported here:
> 
> http://lkml.org/lkml/2008/6/11/431
> 
[...]
>
> that ruin the process?  Can I manually choose a bisection point right
> after this warning was fixed?  Is it likely that the fix for this

You certainly can move the bisection point. If you look at man git-bisect 
it will mention the following:

"Avoiding to test a commit
If in a middle of bisect session, you know what the bisect suggested to
try next is not a good one to test (e.g. the change the commit
introduces is known not to work in your environment and you know it
does not have anything to do with the bug you are chasing), you may
want to find a near-by commit and try that instead.

It goes something like this:

   $ git bisect good/bad                   # previous round was good/bad.
   Bisecting: 337 revisions left to test after this
   $ git bisect visualize                  # oops, that is uninteresting.
   $ git reset --hard HEAD~3               # try 3 revs before what
					   # was suggested

Then compile and test the one you chose to try. After that, tell bisect
what the result was as usual."

It can be helpful to use gitk on the point that git bisect chooses/git 
bisect visualise to see a graphical view of what's around it and then use 
git reset <commitrev> to move yourself to a particular commit. You can 
still use git bisect good/bad when you have moved to a particular commit 
so long as the bisection processes has started.

-- 
Sitsofe | http://sucs.org/~sits/


  reply	other threads:[~2008-06-20  7:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20  0:40 Bisecting tip/auto-x86-next? Kevin Winchester
2008-06-20  7:15 ` Sitsofe Wheeler [this message]
2008-06-20 10:04 ` Ingo Molnar
2008-06-20 22:23   ` Kevin Winchester
2008-06-20 10:07 ` Ingo Molnar
2008-06-20 10:17 ` Ingo Molnar
2008-06-20 10:49   ` Pavel Machek
2008-06-20 11:40     ` Kevin Winchester
2008-06-20 10:51   ` Rafael J. Wysocki
2008-06-20 11:37   ` Kevin Winchester
2008-06-20 15:36     ` Ingo Molnar
2008-06-21  0:00       ` Kevin Winchester
2008-06-21  0:14         ` Yinghai Lu
2008-06-21 10:00           ` Kevin Winchester
2008-06-21 10:18             ` Yinghai Lu
2008-06-21 10:23               ` Kevin Winchester
2008-06-21 10:30                 ` Yinghai Lu
2008-06-21 10:39                   ` Kevin Winchester
2008-06-21 10:50                     ` Yinghai Lu
2008-06-21 11:49                       ` Kevin Winchester
2008-06-23 11:12                         ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='g3flei$653$1@ger.gmane.org' \
    --to=sitsofe@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox