Hi, Andrew Morton: > > Note that if you work from my git import, git has a nice tree bisection > > option. > > Is that documented anywhere? http://lkml.org/lkml/2005/6/24/234 Basically, you do this: $ set -o noclobber $ git-rev-tree --bisect ^good1 ^good2 bad > .git/refs/heads/tryN $ git checkout tryN (Initially, "good" is v2.6.12 or whatever version last worked for you; "bad" is "master", thus: $ git-rev-tree --bisect ^v2.6.12 master > .git/refs/heads/tryN ) Build kernel, test. If good, add tryN to the list of good kernels, above; if bad, replace "bad" with "tryN". N += 1. Repeat. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [email protected] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - IT'S HERE AT LAST: Rush job; nobody knew it was coming
Attachment:
signature.asc
Description: Digital signature
- References:
- 2.6.13-rc3-mm3
- From: Andrew Morton <[email protected]>
- Re: 2.6.13-rc3-mm3
- From: "Rafael J. Wysocki" <[email protected]>
- Re: 2.6.13-rc3-mm3
- From: Andrew Morton <[email protected]>
- Re: 2.6.13-rc3-mm3
- From: "Rafael J. Wysocki" <[email protected]>
- Re: 2.6.13-rc3-mm3
- From: Matthias Urlichs <[email protected]>
- Re: 2.6.13-rc3-mm3
- From: Andrew Morton <[email protected]>
- 2.6.13-rc3-mm3
- Prev by Date: Re: [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts
- Next by Date: [sched, patch] better wake-balancing
- Previous by thread: Re: 2.6.13-rc3-mm3
- Next by thread: Re: 2.6.13-rc3-mm3
- Index(es):