Re: kbuild 2.5 is ready for inclusion in the 2.5 kernel

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 2 May 2002 18:15:17 +0100 (BST)


> The main problem with mod-versions is the simple fact
> that policy doesn't belong in to the kernel it belongs
> in the user space. And mod-version is *just policy*.

Nope. modversions are information about the ABI/API and objects referenced
directly or indirectly from them. The policy is entirely in modutils.
Modutils has the power to say "well that looks kind of the same I'll bind
that symbol name".

Kernel -> "Here is a helpful set of ABI compatibility hashes"
Modutils -> "This symbol doesnt match, what do we want to do about it. Lets
fail". It could equally pick something looking similar.

> It just DOES NOT BELONG in to the kernel-space.

People who start using capital letters always seem to have emotional rather
than logical reasons for their argument.

Alan

--
"Intel sued Cyrix five times and they never won. Intel they just love lawsuits"
		--  Wen Chi Chen, Via's CEO

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/