Re: How to reduce the number of open kernel bugs

From: Andi Kleen
Date: Fri May 02 2008 - 13:27:37 EST


Daniel Hazelton <dhazelton@xxxxxxxxx> writes:
> If the hardware works
> perfectly in every other OS

It depends. There used to be the famous case (not longer true now) that
older Linux allocated memory from the top of the memory down and other OS
generally allocated it the from bottom to up and when some of your top
memory was broken Linux would often hit problems where other OS did not.

Also there can be the case when some OS use hardware quite differently
or different hardware features than other. Standard case for example
used to be that there were a few platforms where the SMM code had 64bit
bugs and of course you would only hit them when running a 64bit OS which
was Linux.

A modern OS is a very complicated system with tens of millions of code
lines and you can't assume they all program the hardware in the same way.

Simple truths are often wrong.

- and possibly even previous versions of Linux -

Now that is a more interesting case. But regressions are always taken
seriously by all maintainers I know.

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