linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kurt Garloff <kurt@garloff.de>
To: Rob Wilkens <robw@optonline.net>
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 23:26:19 +0100	[thread overview]
Message-ID: <20030111222619.GG9153@nbkurt.casa-etp.nl> (raw)
In-Reply-To: <1042322012.1034.6.camel@RobsPC.RobertWilkens.com>

[-- Attachment #1: Type: text/plain, Size: 3128 bytes --]

Hi Rob,

You seem to serious ...

On Sat, Jan 11, 2003 at 04:53:33PM -0500, Rob Wilkens wrote:
> I'd say terribly presumptuous, but I don't think it is presumptuous to
> say that if there are many patches (bug fixes, mostly) coming in that
> the code that was originally there was of questionable quality.

It is presumptuous. Very much so.

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.
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.
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.
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. 
5. The impact of a bug in kernel is much higher than in a normal program.

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

Just compare the stability of Linux to other operating systems. Take 
the toy OSes that most desktop users prefer or the somewhat better
alternatives offered for professional customers by the same company
on the one side. Take commercial Un*ces on the other.
And then consider the amount of things that Linux does have support for 
in kernel. For example the IPv4 stack or netfilter. And take into account
the amount of hardware Linux supports. Think about performance as well.
Think about conforming to specifications, like POSIX.

It's amazing. And most people would not have believed that this can work,
certainly not outside of a very tightly controlled process in a company.
It does. 
And this is the merit of many enthusiasts and last not least Linus.

Questioning the skills of the people involved is ridicolous at best.
You also think that those people doing research on operating systems
in CS departments are just doing simplistic stuff?

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.

Regards,
-- 
Kurt Garloff                   <kurt@garloff.de>         [Eindhoven, NL]
Physics: Plasma simulations    <K.Garloff@TUE.NL>     [TU Eindhoven, NL]
Linux: SCSI, Security          <garloff@suse.de>    [SuSE Nuernberg, DE]
 (See mail header or public key servers for PGP2 and GPG public keys.)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2003-01-11 22:17 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 [this message]
2003-01-11 23:23                 ` Rob Wilkens
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=20030111222619.GG9153@nbkurt.casa-etp.nl \
    --to=kurt@garloff.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robw@optonline.net \
    /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).