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

Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Thu, 2 May 2002 09:54:58 -0500 (CDT)


On Thu, 2 May 2002, Martin Dalecki wrote:

> > Modversions solves a huge number of problems very very well. The fact that
> > you don't like it doesn't change the reality of the situation.
>
> Could you name *ONE* please? Maybe the following?

Are you sure you know what you're talking about?

> - It's solving the problem of applying quick security
> fixes to vendor specific kern src.rpm packeges for the user
> very well.

??? If you patch a kernel in a src.rpm, and rebuild from scratch,
modversions won't be in your way.

> - It solves the problem of too fast kernel compiles as well fine.

I doubt you really notice the difference (make dep takes a bit longer,
yes, but so what)

> - As an added bonus it makes you use
> the force flag to insmod more often with binary only modules, which
> everybody loves... This gives you the good feeling of polite
> questions you have been missing from DOS for so long:
> "Do you really wan't to delete this file Y/N"...

If the versioning goes wrong (which does happen with current kbuild, and
that's a bug), insmod -f won't help you at all to cope with the unresolved
symbols.

> - And then we have no better use for our RAM then
> storing some extendid redundant string information there of course
> as well.

Oh well, if you care about these couple of hundred bytes.

> - And of course it is not annoying if you want to move
> modules which you have just compiled yourself between
> two machines. Or perhaps a compilation host and some testing systems.

Well, if you have the same config, modules will be interchangeable, if
not, modversions will prevent using the wrong modules, that's the very
case it's been designed for.

If you think you know better, or if any of the points above bother you too
much, you're free to turn off modversions, which I guess most developers
do. But because they're not useful to you, that doesn't mean they're not
useful for anyone.

--Kai

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