Re: klibc (was: 2.6.18 -mm merge plans)

From: H. Peter Anvin
Date: Tue Jun 06 2006 - 23:50:04 EST


Followup to: <200606062256.55472.rjw@xxxxxxx>
By author: "Rafael J. Wysocki" <rjw@xxxxxxx>
In newsgroup: linux.dev.kernel
> >
> > It allows me to unify swsusp & uswsusp into one in future, for
> > example, reducing code duplication.
>
> [cough] How distant is the future you're referring to?
>

Shouldn't be far, since most of the code is already written.

One major advantage of klibc is that it allows most of the
initialization code to both be re-used as standalone programs as well
as be tested in normal userspace. The former lets distributions
stitch it together any way they want, and the latter should reduce
bugs (especially since it's combined with what is a decent-sized
subset of the POSIX programming model, as opposed to the much more
difficult kernel programming model.)

-hpa

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