Re: Linux 2.4 future

From: Linus Torvalds
Date: Tue Dec 02 2003 - 14:11:10 EST




On Tue, 2 Dec 2003, Jan-Benedict Glaw wrote:
>
> Whenever The ABI Question (TM) comes up, it seems to be about claiming a
> (binary compatible) interface - mostly for modules. But I think it's
> widely accepted that there isn't much work done to have these truly (sp?)
> binary compatible (eg. UP/SMP spinlocks et al.).

Absolutely. It's not going to happen. I am _totally_ uninterested in a
stable ABI for kernel modules, and in fact I'm actively against even
_trying_. I want people to be very much aware of the fact that kernel
internals do change, and that this will continue.

There are no good excuses for binary modules. Some of them may be
technically legal (by virtue of not being derived works) and allowed, but
even when they are legal they are a major pain in the ass, and always
horribly buggy.

I occasionally get a few complaints from vendors over my non-interest in
even _trying_ to help binary modules. Tough. It's a two-way street: if you
don't help me, I don't help you. Binary-only modules do not help Linux,
quite the reverse. As such, we should have no incentives to help make them
any more common than they already are. Adn we do have a lot of
dis-incentives.

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/