Re: kernel is always too big....
From: Peter T. Breuer (ptb_at_oboe.it.uc3m.es)
Date: 07/19/03
- Next message: NeoFax: "Re: video4linux and ATI"
- Previous message: Dave Uhring: "Re: kernel is always too big...."
- In reply to: Dave Uhring: "Re: kernel is always too big...."
- Next in thread: Dave Uhring: "Re: kernel is always too big...."
- Reply: Dave Uhring: "Re: kernel is always too big...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Jul 2003 06:51:47 +0200
Dave Uhring <daveuhring@yahoo.com> wrote:
> On Sat, 19 Jul 2003 05:53:38 +0200, Peter T. Breuer wrote:
>> Dave Uhring <daveuhring@yahoo.com> wrote:
>>> If you don't change your hardware, what is the maintainability problem?
>>
>> Fixing bugs in drivers. Trying different irq/io options, and others.
> If you are re-writing those drivers or are using someone else's patches
> for those drivers, yes. Otherwise, no; there is no point whatever in
That's an extremely common situation. I must have changed my 3c905
drivers twenty times for each kernel version in the times when nobody
knew about 3com's own busmastering bugs and it was a question of this
week's random try-this-and-see-if-it-sticks.
Nowadays I'm always changing my xfs.o, for example!
> relying on modutils which may be full of bugs, and those have had an
?? Modutils has no interesting bugs. Never has had, as far as I know.
There are intrinsic race conditions in loading and unloading drivers,
but so what? You only load them once, and that would be the driver's
bug, not modutils, if there were one. And there is a possible loop if
you compile supprt for modutils as a module, but that's about all I can
think off ...
> infamous history.
Your sense of "infamous" seems equal to my sense of "completely solid"!
> If you have had the good sense to use supported hardware in the first
There is no such thing. Some hardware has drivers - that doesn't mean
that either the driver or the hardware is perfect, and bugs in both are
discovered with high frequency. And then there's perfective
maintenance. And there's adaptive maintenance (the environment changes
to expose new flaws ..). I simply have to check many different versions
of the same driver to locate the moment at which a behavior change
happened.
> place ....
Peter
- Next message: NeoFax: "Re: video4linux and ATI"
- Previous message: Dave Uhring: "Re: kernel is always too big...."
- In reply to: Dave Uhring: "Re: kernel is always too big...."
- Next in thread: Dave Uhring: "Re: kernel is always too big...."
- Reply: Dave Uhring: "Re: kernel is always too big...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|