Re: [RFC][PATCH] kmemcheck: divide and conquer

From: Vegard Nossum
Date: Sat Jun 14 2008 - 05:18:00 EST


On Sat, Jun 14, 2008 at 11:00 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
> a small workflow request: could you please start adding append-only
> commits to that tree, if possible?

Yes, I will.

> it would be much better if you stopped rebasing kmemcheck from now on,
> and did append-only updates only - that way i could pick up your updates
> into tip/kmemcheck by doing pulls. It does not matter if the result
> looks a bit messier - most of the fundamentals should be in place
> already.

I've created the "for-tip" branch which is (for now) just a copy of
the current "current" branch. This branch ("for-tip") will henceforth
NEVER be rebased.

I won't guarantee this for the other branches, though; rebasing is
really handy when the patch series is to be reviewed since it cuts
down noise to the bare minimum, and avoids multiple changes to the
same area of code (which is confusing to reviewers).

I think I will append new commits to the "for-tip" branch, git-pull
new kernel -rc releases, and rebase the result into a new branch (e.g.
against-v2.6.26*). Now we have two heads which _should_ have exactly
the same content, but where one retains a strictly incremental
history, and the other is easy to read for reviewers. (And comparing
them for differences is trivial; that's just a git-diff.)


Vegard

--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--
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/