linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Wilkens <robw@optonline.net>
To: Kurt Garloff <kurt@garloff.de>
Cc: Linux kernel list <linux-kernel@vger.kernel.org>
Subject: Re: Nvidia and its choice to read the GPL "differently"
Date: Sat, 11 Jan 2003 18:23:23 -0500	[thread overview]
Message-ID: <1042327403.1033.71.camel@RobsPC.RobertWilkens.com> (raw)
In-Reply-To: <20030111222619.GG9153@nbkurt.casa-etp.nl>

On Sat, 2003-01-11 at 17:26, Kurt Garloff wrote:
> It is presumptuous. Very much so.

I'll accept that on face value, and take your comments five comments as
good pieces of information which I'll comment only briefly on.

> 1. A patch does not necessarily indicate something is wrong with the
>    original code. It may only show that people have ideas on how to
>    do things better, more efficiently, more nicely or to support
>    new features or hardware.

"Idea on how to do things better" implies "well, gee, it wasn't done so
great to begin with" :-) which was kinda my point.  

By the way, if I sounded too serious, i'm having fun, otherwise I
wouldn't be wasting my time here.

> 2. If a patch fixes a bug, you should be aware that the complexity
>    of an operating system is slightly higher than you think.
>    We're talking about a general purpose operating system that works
>    in real life and solves problems there. Not a toy system or a
>    specialized one.

The complexity may be somewhat less than you think.  If you break the OS
down into components, then take a look at any one of those compnents,
you can look at, study, and understand, and probably explain exactly
what any one of those components do at the code level (possibly even if
they are drivers for devices you are unfamiliar with).  Build up your
understanding of all of those little components, then you realize that
it's not as complex as you think.  The whole is just the sum of its
parts, and the parts are not that complex.

> 3. The amount of supported subsystems and hardware of the Linux kernel
>    is enormous. The hardware you deal with very often already is complex
>    and/or buggy. And needs things you never even thought about when
>    doing userspace programs before. Like protection from concurrent 
>    accesses to hardware.

I've thought about concurrent access to hardware from multiple
processors, and didn't like it -- but that's where "Simple" (not
complex) concepts like spinlocks come in (call 'em mutexes or semaphores
or whatever your buzzword of choice is).  You wait for the resource to
become available then you access it.

As per buggy hardware, the software should _not_ have to support it. 
The software should report that the hardware has a bug and stop. 
Otherwise, you wind up writing really bad code for other hardware at the
same time that you're trying to work with one particular piece of bad
hardware.

> 4. In kernel land, you have less tools available than a normal programmer
>    has. Things you assume just to be there and to work in userland programs
>    are unavailable and have to be done by yourself. Like I/O. Memory
>    allocation and management. 

You have the same tools, but they have different names.  For example,
instead of "printf" you have "printk", sure it's implemented in the
kernel itself, but it's there.  As per memory management, if you wanted
the kernel to do it for you, why the hell would you need to write a
kernel.

> 5. The impact of a bug in kernel is much higher than in a normal program.

Yeah, kernel processes have access to all memory, while user programs
run in protected mode.  Among other things.  With responsibility comes
power they say, or was it the other way around :-)

> It is naïve to believe that the fact that many bugs are found indicates 
> poor quality of a code. 

It is equally naive to discard the possibility.  On the other hand, we
don't see the list of bugs that are fixed on a daily basis internally at
companies like microsoft.  

> Just compare the stability of Linux to other operating systems. 

There aren't any comparable systems for stability.

> Go and start to work on a free software project of comparable size.
> If you think you can do it, create Robix. If your enthusiast enough,
> and technically good enough, you will find people who find it exciting
> and will help you.

The enthusiastic enough part will be the tough part...  Why do something
which is already done?  If I can do it better, who am I trying to do it
for and why?  As they say "Code it first, then talk", well, I'm not
coding at this stage, so I guess I have no right to talk then.

-Rob


  reply	other threads:[~2003-01-11 23:16 UTC|newest]

Thread overview: 158+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-10 15:29 Nvidia and its choice to read the GPL "differently" Larry Sendlosky
2003-01-11  1:58 ` Rob Wilkens
2003-01-11  2:07   ` Larry McVoy
2003-01-11  2:13     ` Rob Wilkens
2003-01-11  2:17       ` Larry McVoy
2003-01-11  2:38         ` Rob Wilkens
2003-01-11  2:41           ` Larry McVoy
2003-01-11  2:46             ` Rob Wilkens
2003-01-11 21:44           ` Kurt Garloff
2003-01-11 21:53             ` Rob Wilkens
2003-01-11 22:16               ` Chief Gadgeteer
2003-01-11 22:26               ` Kurt Garloff
2003-01-11 23:23                 ` Rob Wilkens [this message]
2003-01-12  3:33                   ` Mark Mielke
2003-01-12  3:43                     ` Rob Wilkens
2003-01-12  4:19                     ` David Schwartz
2003-01-13 13:51                       ` Richard B. Johnson
2003-01-12  4:00                   ` Valdis.Kletnieks
2003-01-12  4:04                     ` Rob Wilkens
2003-01-12  7:47                     ` Chuck Wolber
2003-01-12 14:42                       ` Intel And Kenrel Programming (was: Nvidia is a great company) Rob Wilkens
2003-01-12 16:45                         ` Alan Cox
2003-01-12 16:58                           ` Rob Wilkens
2003-01-12 17:54                             ` Alan Cox
2003-01-12 19:30                               ` Intel And Kenrel Programming Samuli Suonpaa
2003-01-12 19:46                           ` Intel And Kenrel Programming (was: Nvidia is a great company) Valdis.Kletnieks
2003-01-11 22:36               ` Nvidia and its choice to read the GPL "differently" Vojtech Pavlik
2003-01-11 22:57                 ` Rob Wilkens
2003-01-12  1:06                   ` The GPL, the kernel, and everything else Ryan Anderson
2003-01-12  4:15                     ` Rob Wilkens
2003-01-12  4:21                       ` David Lang
2003-01-12  4:55                         ` Rob Wilkens
2003-01-12  5:10                           ` David Lang
2003-01-12  5:45                             ` Rob Wilkens
2003-01-12  5:12                           ` Stephen Satchell
2003-01-16 16:28                       ` Mark H. Wood
2003-01-16 16:41                         ` venom
2003-01-16 18:22                         ` John Alvord
2003-01-12 11:13                   ` Nvidia and its choice to read the GPL "differently" Andrew McGregor
2003-01-12  1:44               ` [OT] Noise on lkml (was Re: Nvidia and its choice to read the GPL "differently") J Sloan
2003-01-12  3:18                 ` Rob Wilkens
2003-01-12  4:08                   ` Scott Murray
2003-01-11  3:26     ` Nvidia and its choice to read the GPL "differently" Alan Cox
2003-01-11  2:54       ` Larry McVoy
2003-01-11  2:58         ` Rob Wilkens
2003-01-11  3:11           ` Zwane Mwaikambo
2003-01-11  3:14             ` Rob Wilkens
2003-01-11  3:16           ` John Adams
2003-01-11  3:35             ` Rob Wilkens
2003-01-11  3:48               ` Hans Sgier
2003-01-11  3:55                 ` Rob Wilkens
2003-01-11  4:41               ` J Sloan
2003-01-11  4:44                 ` Rob Wilkens
2003-01-11  5:09                   ` Andre Hedrick
2003-01-11  5:12                   ` OT: Renaming the kernel??!?!?!? (Was Re: Nvidia and its choice to read the GPL "differently") Brian Davids
2003-01-11 15:57                   ` Nvidia and its choice to read the GPL "differently" Tom Sightler
2003-01-11  3:27           ` Brian Tinsley
     [not found]             ` <1042256385.1259.106.camel@RobsPC.RobertWilkens.com>
2003-01-11  4:16               ` Brian Tinsley
2003-01-11  3:52           ` yodaiken
2003-01-11  4:05             ` Rob Wilkens
2003-01-11  5:45               ` Martin J. Bligh
2003-01-11  6:01           ` Tomas Szepe
2003-01-11 15:03             ` Rob Wilkens
2003-01-11 19:41               ` Andre Hedrick
2003-01-11 21:18                 ` Rob Wilkens
2003-01-11  6:32         ` Ryan Anderson
2003-01-11  2:55       ` Rob Wilkens
2003-01-11  3:20   ` Tom Sightler
2003-01-11 19:48     ` Mark Mielke
  -- strict thread matches above, loose matches on Subject: below --
2003-01-15 20:08 Thomas Hood
2003-01-15 20:25 ` Mark Hounschell
     [not found] <20030112070914.AAA21737%shell.webmaster.com@whenever>
2003-01-12 14:40 ` Rob Wilkens
2003-01-12  7:13 David Schwartz
2003-01-12  6:16 Mark Mielke
2003-01-12  7:09 ` David Schwartz
     [not found] <fa.gm4r3cv.1r4avpq@ifi.uio.no>
     [not found] ` <fa.hq6mucv.l4qg1c@ifi.uio.no>
2003-01-08 15:02   ` Giacomo A. Catenazzi
2003-01-08 20:53     ` Jon Portnoy
2003-01-09 23:13     ` Richard Stallman
2003-01-09 23:45       ` Matthias Andree
2003-01-05  8:02 Albert D. Cahalan
2003-01-06 17:13 ` Richard Stallman
2003-01-06 17:37   ` Larry McVoy
2003-01-06 19:40     ` Steven Barnhart
2003-01-06 23:33     ` Matthias Andree
2003-01-07 15:47       ` Disconnect
2003-01-07 13:40     ` Richard Stallman
2003-01-07 14:26       ` Larry McVoy
2003-01-08  8:00         ` Richard Stallman
2003-01-08 13:51           ` Larry McVoy
2003-01-09 23:14             ` Richard Stallman
2003-01-09 23:24               ` Larry McVoy
2003-01-11  0:21                 ` Richard Stallman
2003-01-10  5:33               ` Oliver Xymoron
2003-01-10  6:07                 ` Andre Hedrick
2003-01-10  6:31                   ` Miles Bader
2003-01-10 14:17                 ` Charles Cazabon
2003-01-11  1:36                 ` Rob Wilkens
2003-01-11  4:06                   ` John Jasen
2003-01-11  7:13                     ` Andre Hedrick
2003-01-08 21:29           ` Matthias Andree
2003-01-09  2:26           ` Vlad@Vlad.geekizoid.com
2003-01-09  8:57             ` John Alvord
2003-01-10  9:52               ` Richard Stallman
2003-01-10 16:05                 ` Valdis.Kletnieks
2003-01-10 18:41                 ` Rogier Wolff
2003-01-12 11:55                   ` Richard Stallman
2003-01-12 12:27                     ` Mark Mielke
2003-01-13 14:32                     ` Richard B. Johnson
2003-01-13 17:09                       ` Jesse Pollard
2003-01-13 17:22                         ` Richard B. Johnson
2003-01-13 17:37                           ` Jesse Pollard
2003-01-13 18:48                             ` Richard B. Johnson
2003-01-14 18:55                               ` Richard Stallman
2003-01-14 19:06                                 ` Larry McVoy
2003-01-14 21:32                                   ` Andre Hedrick
2003-01-15 12:44                                   ` Gaël Le Mignot
2003-01-14 22:20                                 ` Tomasz Kłoczko
2003-01-13 17:51                           ` Mark Mielke
2003-01-14 18:54                             ` Richard Stallman
2003-01-09 23:14             ` Richard Stallman
2003-01-09 23:39               ` Larry McVoy
2003-01-07 16:18       ` Dimitrie O. Paun
2003-01-08  2:29         ` Miles Bader
2003-01-09  7:28         ` Richard Stallman
2003-01-09  6:44           ` Dimitrie O. Paun
2003-01-03 22:24 Shureih, Tariq
2003-01-03 23:06 ` Andrew Walrond
2003-01-03 21:52 Steven Barnhart
2003-01-04  0:18 ` Florian Weimer
2003-01-03 21:50 NVidia " Steven Barnhart
2003-01-03 20:31 Nvidia " Richard Stallman
2003-01-03 21:20 ` Mike Galbraith
2003-01-03 21:28 ` Christoph Hellwig
2003-01-03 21:32   ` Larry McVoy
2003-01-03 22:09   ` Ranjeet Shetye
2003-01-04  0:02     ` Lionel Bouton
2003-01-03 22:59   ` Måns Rullgård
2003-01-04 23:45   ` Richard Stallman
2003-01-04  4:37 ` Mark Rutherford
2003-01-01  2:41 Hell.Surfers
2003-01-01  9:36 ` Mike Galbraith
2003-01-02 18:38   ` Richard Stallman
2003-01-02 18:49     ` Larry McVoy
2003-01-02 19:02     ` Richard B. Johnson
2003-01-02 19:31     ` Mark Mielke
2003-01-03  7:50       ` Richard Stallman
2003-01-03  7:56         ` Mark Hahn
2003-01-03 20:30           ` Richard Stallman
2003-01-03 11:17         ` venom
2003-01-03 11:49           ` Andrew Walrond
2003-01-03 13:11             ` venom
2003-01-03 14:58             ` Bill Davidsen
2003-01-03 15:25               ` Andrew Walrond
2003-01-03 15:48                 ` Hugo Mills
2003-01-03 20:30           ` Richard Stallman
2003-01-03  1:01     ` Mike Galbraith
2003-01-03  7:50       ` Richard Stallman
2003-01-04 22:14     ` Matthias Andree

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1042327403.1033.71.camel@RobsPC.RobertWilkens.com \
    --to=robw@optonline.net \
    --cc=kurt@garloff.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).