lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Jun 2008 07:15:30 +0000 (UTC)
From:	Sitsofe Wheeler <sitsofe@...oo.com>
To:	linux-kernel@...r.kernel.org
Subject:  Re: Bisecting tip/auto-x86-next?

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/

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ