linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Wilkens <robw@optonline.net>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: Kurt Garloff <kurt@garloff.de>,
	Linux kernel list <linux-kernel@vger.kernel.org>
Subject: Re: Nvidia and its choice to read the GPL "differently"
Date: Sat, 11 Jan 2003 17:57:50 -0500	[thread overview]
Message-ID: <1042325870.1034.45.camel@RobsPC.RobertWilkens.com> (raw)
In-Reply-To: <20030111233633.A17042@ucw.cz>

On Sat, 2003-01-11 at 17:36, Vojtech Pavlik 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.
> 
> Very interesting idea. But not correct.
> 
> The reason is code rot(*). 

Which by definition you gave on the tuxedo.org site is a lack of
robustness in the original code.  Again, pointing to the fact that the
original code was not well designed, and hence the term "kernel hacking"
being more relevant than "software engineering" when it comes to linux.

Of course, that is what makes it fun.. 

> You have never to stop maintaining and patching
> and fixing the code to keep it working. 

That's a software developers dream: Never to become obsolete.  

One problem I remember UNIX having, and I don't know if this has been
addressed yet, was that UNIX systems that I used to work on had a
forthcoming "Year 2036 or Year 2037" (thereabouts) bug coming whereby
they had no method of representing years beyond that year because dates
were stored as the number of [seconds|minutes|days] since a certain
date.  I'm curious if Linux has this same kind of problem, and if we'll
be seeing a rush of "Year 2037 bug fixers" the way we saw year 2000 bug
fixers in 2000 years.

I mention the above to stay relevant to the linux-kernel mailing list,
though forgive me if this is a non-kernel (i.e. library) issue.  The
line between kernel and library is always blurry from a programmer's
perspective.

> A perfectly good and clean code,
> if you don't touch it, becomes crusty and smelly over time(**). 

Per your comment, re: hardware changing over time, why can't linux just
come up with a nice binary plug-in driver architecture (ok, it has
kernel modules, but from one compile of a kernel to another, the modules
aren't portable).  If there were a module plug-in architecture, the
kernel code wouldn't have to change much to support new hardware.

A little "design time" up front (in other words) would save a lot of
coding time later...

Also -- Why hasn't there been a move to something like CVS for the
kernel -- perhaps with linus being the cvs 'god' or whatever the person
who authorizes changes to the code is called.  This way you get to
always have the latest code, and check the changes back in without using
an ancient mail text-based interface, and you can describe your changes
(which get forever stored with the change), and changes can always be
backed out.  Remember, I'm a newbie, so point me to the FAQ if this is
there.

> This is why
> the number of patches daily entering the kernel is actually a sign of good
> overall code quality. ;)

Oh, I should've known there was a smiley coming <smirk>

-Rob
[Pushing the NVIDIA thread further because I have one of these damned
cards and want support for it in the 2.5+ kernels.]


  reply	other threads:[~2003-01-11 22:54 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
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 [this message]
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=1042325870.1034.45.camel@RobsPC.RobertWilkens.com \
    --to=robw@optonline.net \
    --cc=kurt@garloff.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /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).