Re: 2.6.22-rc5 regression

From: Sean
Date: Mon Jun 18 2007 - 03:19:46 EST


On Mon, 18 Jun 2007 09:25:48 +0900
Paul Mundt <lethal@xxxxxxxxxxxx> 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) ...

Please forgive my git fanboyism, but assuming you have no
uncommitted changes in your working tree, you could also:

$ git revert -n d09c6b809432
... build and test ...

$ git reset --hard
... back to original ...


cheers,
Sean
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/