Re: [RFC] Splitting kernel headers and deprecating __KERNEL__

From: H. Peter Anvin
Date: Tue Nov 30 2004 - 01:57:06 EST


Linus Torvalds wrote:

On Mon, 29 Nov 2004, Jean Tourrilhes wrote:

So, which kernel ABI should be present on my system in
/usr/include/linux and /usr/include/asm ? Should I use the ABI from
2.6.X, 2.4.X or 2.2.X ?


I have always felt (pretty strongly) that the /usr/include/xxx contents should not be kernel-dependent, but be linked to your glibc version. That's why the symlink from /usr/include/xxx to /usr/src/linux/include/
has been deprecated for the last, oh about ten years now..

Yes, there are some _very_ specific things which might care about system calls or ioctl's that have been added later, but let's face it, we don't actually do that very often. The kernel may change at a rapid pace, but user interfaces don't, and user interfaces that would bypass the C library change even less frequently.


More to the point, though, is that they should be supersets of each other, which means you should be able to upgrade them to the latest version.

Most of the ABI changes, after all, are new structures needed for various things.

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