Hmm.. Can you try to pinpoint more exactly the change that caused it?
>In case anyone cares, the most recent ChangeSet from my
>confirmed-working (2.5.53+) tree is labeled:
>
> 1.1004 02/12/30 13:47:09 torvalds@home.transmeta.com +2 -0
> Make x86 platform choice strings more easily selectable
>
>However I have not guaranteed that this is the Changeset just before
>it failed (I'm not enough of a bk guru to figure out how to pull down
>one changeset at a time).
Don't pull one at a time - instead just get my latest BK tree, and then
you can do
bk clone -ql -rXXXX linus-BK test-tree
to get a tree with the top-of-tree being XXXX.
Together with "bk revtool" you can traverse the merge tree to decide on
interesting points you want to back up further with. If, for example,
the kernel still doesn't work at XXXX, you can then do a
cd test-tree
bk revtool
.. find an interesting spot YYYY ...
bk undo -aYYYY
to clip some changes from the test-tree to see if that helps.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/