Re: [RFC] to rebase or not to rebase on linux-next

From: Ingo Molnar
Date: Wed Oct 28 2009 - 02:40:37 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Tue, 2009-10-27 at 08:59 +0100, Ingo Molnar wrote:
>
> > For any reasonably complex change you simply need to wait a bit
> > anyway to gather feedback. And for trivial/obvious/small patches it
> > makes little sense to upset the Git history just to add the tags.
> >
> > (And if there's frequent problems with small changes that were
> > supposed to be easy you need to revisit the quality process.)
>
> Sure, but I'm not talking about changing the patch, I'm talking about
> a late "reviewed by" or "tested-by". These usually do come after a
> patch set has been moved into the final git push. It would be nice to
> flag a commit that it was tested by someone.

If you want to make your patches dependent on acks then you first need
to send out those patches with an '[RFC]' added, and put into a branch
hierarchy (rfc/* would be fine) that i sure wont pull from you.

You can also send obvious/small/own patches out for immediate pull. In
that case extra review can still be done after you sent patches out.
Mistakes noticed during review will be credited in terms of future
Reported-by tags.

People do this frequently.

Ingo
--
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/