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

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


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

It handles the case when you have modules that don't get rebuilt as part of
the base kernel. It allows you to build fixed kernel images without spending
ages rebuilding all the modules when they otherwise match

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

Unrelated IMHO

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

Which occupies almost no space

> Far better sollution then just versioning the kernel release

The kernel release isnt useful info. Many interfaces are stable across
multiple kernels, many interface issues depend on things other than kernel
version. Lots of people apply patches and don't change the base kernel
version - in fact its hard to do so

> Yes - versioning of every single piece is indeed a very good
> solution to the above problems and a nice piece of SW design!

I think so. It solves the first 95% of the problem. Solving 100% isnt easy
enough to be worth it. Throwing it out and solving 0% of the problem is
not very bright either
-
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/