Re: Simple header cleanups

From: Arnd Bergmann
Date: Thu Apr 27 2006 - 07:03:57 EST


On Thursday 27 April 2006 10:49, Krzysztof Halasa wrote:
> We _do_ have a stable userspace ABI and API, and contrary to the popular
> belief the header set would be quite small (probably an order of magnitude
> smaller than the "sanitized headers" package). What we need to export is
> the actual API (including things like ioctl, netlink, SG_IO etc), most
> things should be kept private to the kernel (and never copied anywhere
> etc).

Yes, that is also what the 'make headers_install' target in David's tree
does (not the one proposed for inclusion here). It installs only headers
that are meaningful to glibc and the few other traditional users and strips
out the parts that are not inside __KERNEL__.

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