On 11/04/2008, vincent-perrier <vincent-perrier@club-internet.fr> wrote:"bisect" refers to the "git bisect" command of the git tool. For information on git, look here: http://git.or.cz/ For information on "git bisect" look here: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html and here: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#using-bisect Basically what bisect does is this; you tell it about your last-known-good kernel version and your first-known-bad kernel version. Then git finds all the changesets between those two version, cuts the set in half and produces the kernel source matching the middle point. You can then build and test that kernel and then you tell git if it was good or bad - it'll then use that good/bad info to cut the set of patches in half again etc etc until you eventually end up with the exact changeset that caused your problem. It's very powerful and can often narrow a problem down to a single commit, but it does require that your problem is completely reproducible so that you can reliably test it on each kernel 'git bisect' produces for you. [please don't top-post : http://www.catb.org/~esr/jargon/html/T/top-post.html ] <...snip...> -- Jesper Juhl <jesper.juhl@gmail.com> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html --
| Linus Torvalds | Linux 2.6.27-rc8 |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Satyam Sharma | Re: 2.6.23-rc4-mm1 "no CRC" MODPOST warnings |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| Bill Lear | Dangers of working on a tracking branch |
| Jeff King | Re: What's cooking in git/spearce.git (topics) |
| Jason Garber | git push [rejected] question |
| Maxim Gordienko | [GIT-P4] usage under Windows |
| Richard Stallman | Real men don't attack straw men |
| Leon Dippenaar | New tcp stack attack |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Brandon Lee | DELL PERC 5iR slow performance |
| Jeff Garzik | Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM |
| Paul Moore | [PATCH v7 00/17] Labeled networking patches for 2.6.28 |
| Denys Vlasenko | Re: bnx2 dirver's firmware images |
| Herbert Xu | Re: csum offload and af_packet |
