On Mon, Jun 18, 2007 at 02:10:49AM +0200, Carlo Wood wrote:
$ git show d09c6b809432668371b5de9102f4f9aa6a7c79cc | patch -p1 -R
... build and test ...
$ git show d09c6b809432668371b5de9102f4f9aa6a7c79cc | patch -p1
... back to original (or git checkout-index -f mm/page_alloc.c) ...
if you just want to test that single change.
Assuming that reverting that patch makes no difference, can you provide
the output of 'git bisect log'?
-