Re: [RFC] Add kernel<->userspace ABI stability documentation

From: Dave Jones
Date: Tue Feb 28 2006 - 01:40:18 EST


On Tue, Feb 28, 2006 at 01:32:07AM -0500, Theodore Ts'o wrote:

> Another alternative, as a few people including myself have noted, is to
> shipping that part of the userspace with the kernel sources, so that
> it is part of the kernel sources from a release management point of
> view, even if it lives in userspace.

For system-critical bits of userspace I think this makes a lot
of sense for another reason: Code review. Userspace code doesn't
get anywhere near the scrutiny that kernel code gets.

We still allow the occasional crap into the kernel that probably
could have used another trip around the block before merging, but
the barrier to entry for new code is a lot higher than it used
to be a few years ago.

Moving stuff out to userspace is a 'get out of jail' card for a lot
of authors, but if we're all going to be relying on that code
doing the right thing, it should get an equal amount of code review.

Dave

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