Re: [PATCH 0/5] Permit NFS superblock sharing [try #3]

From: Linus Torvalds
Date: Mon Mar 06 2006 - 10:23:01 EST




On Mon, 6 Mar 2006, David Howells wrote:
>
> > The kernel won't compile with just patch #1 applied. Patches shouldn't go
> > into git in that manner.
>
> It's easier to review them in that manner. If you don't think git is up to it,
> then combine them.

It's not that git isn't up to it, it's that it's unacceptable to have a
series that doesn't compile half-way.

They are NOT easier to review - part of review is whether the damn thing
works or not. If it doesn't compile, it doesn't work.

The "git issue" is that git makes it really really easy to find bugs by
automated means through bisection, and if a series doesn't compile
half-way, that measn that the series cannot be tested half-way and it's
much much harder to say which part of the series actually broke anything.

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