Slashdot Mirror


Kernel 2.4.12 Released

Whoops. A nasty bug affecting symlinks made it into 2.4.11, and Linus has ditched that "sorry excuse for a kernel" in favor of the new and improved 2.4.12. :) See the (short) changelog or list of mirrors, as usual.

112 of 377 comments (clear)

  1. Quality Assurance by terrabit · · Score: 2, Insightful

    Does Linus put about to be released kernels through any tests in attempt to avoid bugs like these? Does anyone else remember the brown paper bag bug at the begining of the 2.2 series?

    1. Re:Quality Assurance by MartinG · · Score: 5, Interesting

      Does anyone else remember the brown paper bag bug at the begining of the 2.2 series?

      Yes, it was around 2.2.8 or 2.2.9 IIRC. What I do remember though is that after that happenned Linus decided it was time to fork to the 2.3 series around the same time.
      Maybe now this has happenned he will start 2.5 and hand over 2.4.x to Alan who IMO keeps kernel series stable better than Linux does.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    2. Re:Quality Assurance by gowen · · Score: 2
      Yes, it was around 2.2.8 or 2.2.9


      No the Brown Paper Bag release was 2.2.0. IIRC correctly, you could cause an OOPS by examining pretty much any coredump file.
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    3. Re:Quality Assurance by bockman · · Score: 2, Funny
      Maybe now this has happenned he will start 2.5 and hand over 2.4.x to Alan who IMO keeps kernel series stable better than Linux does.

      From the KML, as reported elsewere in this thread:

      On the other hand, the good news is that I'll open 2.5.x RSN, just because Alan is so much better at maintaining things ;)

      Linus

      Either you alredy knew that, or you are a real cassandra. In the last case, would you mind give me some hints on the next horse race? :-)

      --
      Ciao

      ----

      FB

  2. watch out. by MartinG · · Score: 5, Insightful

    2.4.12 has a new bug that crept in with the parport update that Tim Waugh did.

    Check lkml archives for a patch to fix it.

    --
    -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    1. Re:watch out. by psavo · · Score: 5, Informative

      Patch is here:

      --- linux/drivers/parport/ieee1284_ops.c.orig Thu Oct 11 09:40:39 2001
      +++ linux/drivers/parport/ieee1284_ops.c Thu Oct 11 09:40:42 2001
      @@ -362,7 +362,7 @@
      } else {
      DPRINTK (KERN_DEBUG "%s: ECP direction: failed to reverse\n",
      port->name);
      - port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
      + port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
      }

      return retval;
      @@ -394,7 +394,7 @@
      DPRINTK (KERN_DEBUG
      "%s: ECP direction: failed to switch forward\n",
      port->name);
      - port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
      + port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
      }

      --
      fucktard is a tenderhearted description
    2. Re:watch out. by noweb4u · · Score: 4, Informative

      And if like me you couldn't apply this patch, you can do a search and replace for IEEE1284_PH_DIR_UNKNOWN in linux/drivers/parport/ieee1284_ops.c and replace all instances with IEEE1284_PH_ECP_DIR_UNKNOWN

    3. Re:watch out. by DLG · · Score: 4, Informative

      This is getting slightly annoying, I just compiled 2.4.11 on my box last night and now I hafta do it again, only to learn of a new bug.

      Actually I am not sure what people keep talking about with this bug. As far as I could tell this error is caught by the compiler...

      gcc -D__KERNEL__ -I/usr/src/kernels/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /usr/src/kernels/linux/include/linux/modversions.h -c -o ieee1284_ops.o ieee1284_ops.c
      ieee1284_ops.c: In function `ecp_forward_to_reverse':
      ieee1284_ops.c:365: `IEEE1284_PH_DIR_UNKNOWN' undeclared (first use in this function)
      ieee1284_ops.c:365: (Each undeclared identifier is reported only once
      ieee1284_ops.c:365: for each function it appears in.)
      ieee1284_ops.c: In function `ecp_reverse_to_forward':
      ieee1284_ops.c:397: `IEEE1284_PH_DIR_UNKNOWN' undeclared (first use in this function)
      make[2]: *** [ieee1284_ops.o] Error 1
      make[2]: Leaving directory `/usr/src/kernels/linux/drivers/parport'
      make[1]: *** [_modsubdir_parport] Error 2
      make[1]: Leaving directory `/usr/src/kernels/linux/drivers'
      make: *** [_mod_drivers] Error 2

      So if you compiled it and it worked you aren't using the module that this was in. Or your compiler is broke.:)

      d

    4. Re:watch out. by emag · · Score: 2
      It seems that the last few kernel releases have had some kind of serious problem in one of the drivers. I think it was 2.4.8 that had a emu10k driver issue and 2.4.9 that had ntfs problems (could have those versions wrong), now 2.4.11 has a symlink bug and 2.4.12 has a paralell port driver.

      It seems to me that these rapid-fire kernel releases are just one more indication that we really do need a 2.5 now at not at some point in the future. But what do I know? Apparently the /. editors know better...Linus knows better...and yet kernels in 2.4 are still coming out with show-stopping bugs.

      * 2001-10-05 15:51:40 Whatever happened to the kernel's stable/unstable version separation? (askslashdot,linux) (rejected)

      There was once a time when the version of the Linux kernel would indicate in a simple way whether it was a (mostly) stable kernel, or whether it was a development/unstable branch. The convention used was the "y" in the "x.y.z" version of the kernel was even for stable, odd for development. However, this seems to have really changed a lot in the 2.4.x series of kernels. Linus keeps allowing drastic internal changes to that, according to an informal poll, people feel should really be in the non-existent 2.5.x tree. Do you think it's time to petition Linus to stop making 2.4.x the experimental branch? Does anyone see a need for 2.5.x right now?

      Now, I love Linux as much as the next average /. user, but when apps break or previously-working code stops working in the same kernel series it used to work in, I really have to wonder...is Linux ready to be primetime, if the series of kernels that shouldn't have drastic changes in them end up as unstable as kernels from an unnamed company in Redmond?

      This was all touched off by the discovery by a friend (the hard way) that you can't create ext3 journals in 2.4.10. You can in every appropriately-patched 2.4.x prior to 10 (I'm pretty sure I did in a 2.4.10-pre kernel, too). It's changes like these, and the VM changes that seem to come out in every release (and break things like VMware) that just cause me to grumble that the current kernels are mis-numbered.

      --
      "The urge to save humanity is almost always a false front for the urge to rule." --H.L. Mencken
  3. New marketing scheme by decaying · · Score: 2, Insightful

    Users, doing the QA in Linux for over 10 years!

    --
    ----- One piece short of Legoland
    1. Re:New marketing scheme by bockman · · Score: 3, Interesting
      Exactly. This is the way it has always worked with OSS. Did you ever read the disclaimers at the end of each OSS licence?

      Since the beginning, OSS users pay their software doing testing, documentation and, if they can, code.

      You know what? Many people are happy with that. Because they discovered that they stll end up with a better product that most commercial stuff, at a lower price.
      The reason for this is that, given current software complexity, alpha-level tests,done in laboratory, can only do so much [and often not even that because smart managers cuts test budgets to save their ass].
      That is wy _every_ commercial company does beta-testing (e.g. asks user to test their product for them).

      In OSS, beta testing is simply done putting out a new release (sometime dubbed 'beta' or 'unstable', but you shold always expect potential troubles).
      Whoever don't like this is free to pay whatever company they want for doing their own Test or QA on whatever software they choose to use.

      --
      Ciao

      ----

      FB

    2. Re:New marketing scheme by Arandir · · Score: 2

      That's not a new marketing scheme. SGI has been doing a variation on it for years. Their internal motto is "We have the world's largest QA department," according to two ex-IRIX developers I work with.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  4. Re:Stable? by Tarpan · · Score: 5, Funny

    version x.y.odd_number aren't stable releases.

  5. Open Source Testing by Anonymous Coward · · Score: 2, Insightful

    Wow, this is bad, but it doesn't appear to be the first time something like this has happened. Testing is something that is sadly overlooked, it seems, for Open Source projects.

    Off the top of my head, Mozilla is the only large Open Source project I can think of that has a reliable testing process. I'm sure there are others of course, it just seems that Linux is not one of them. Saying "Release early, release often" and wait for your users to find your bugs is nice in practice, but for large projects you need to have a more structured approach to testing, at least IMHO. Obviously there is some small Unit & Intergration testing done when the code is written and the patches applied, but that won't catch things like this in general. Whats needed is an overall testing plan.

    Maybe it's about time the Open Source world started paying more attention to testing?

    1. Re:Open Source Testing by Procrasti · · Score: 3, Insightful

      I would think that this is the testing plan. Let people who are interested in working with the bleeding edge do just that. If you're running a production environment, use a stable kernel. If your working on the bleeding edge, expect to find and report bugs. The bug was only out for one day, and its already been fixed!! You wouldn't see that with most commercial software now, would you?

    2. Re:Open Source Testing by MartinG · · Score: 4, Insightful

      Maybe it's about time the Open Source world started paying more attention to testing?

      I think you have to ask the question that when Linus releases a new kernel, who is that aimed at? IMO, these days it is at the distributors, the kernel developers and enthusiastic individuals. It is no longer the case that most Linux users download and compile their own kernels. Because of this the release of the kernels to the distributers actually forms part of the testing itself. ie, don't consider a release to be stable just because its in the so-called stable series. Consider it stable when you either (1) get it from a distributor who will have tested it and guarentee (sp?) it's stability or (2) downloaded and tested it yourself before production use.

      Yes, it would of course have been better it this hadn't crept in but it's not really a big deal. How many users do you see around you who have lost work because of this bug?

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    3. Re:Open Source Testing by hey! · · Score: 5, Insightful

      Wow, this is bad, but it doesn't appear to be the first time something like this has happened. Testing is something that is sadly overlooked, it seems, for Open Source projects.

      Because releasing is part of the testing process. This is, unfortunately, true even for closed, commercial software -- there's always some bugs and some releases are always dogs. With free software the releases come frequently and you can pick which release you want to put your chips on. It's like the difference between having a single, conservative (but still not guaranteed) retirement plan at work, and having a choice of a diverse set of funds.

      And I don't believe itis valid to compare a product with Mozilla with the a product like the kernel. You simply can't test them the same way. Nobody (or at least very few people) grab the source code off of CVS and change their kernels every night; and if they did it wouldn't be as useful because many problems only become apparent after you run things for a while on a kernel.

      Not to minimize the good work that the Mozilla peple are doing, testing a kernel is simply much harder. This is why commercial operating systems are so slow in their releases. I actually think situations like this demonstrate a strategic advantage of the open software. Nobody in their right minds runs the latest, or even any recent kernel on any machine where reliable uptime is a consideration. I personally am using 2.2.19 on my production servers because it works for me. But lots of people do run every new kernel as it comes out on some machine, so when I switch to 2.4 there will be an excellent knowledge base, that will tell me for example to avoid 2.4.9 for VM problems, or to apply specific patches for 2.4.10 if I need.

      This is what it is all about folks -- release early and often, and hang your dirty laundry up where everyone can see it. This is a great benefit, and the only people who this affects in any negative way are fools.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    4. Re:Open Source Testing by taliver · · Score: 3, Interesting
      If you're running a production environment, use a stable kernel

      But unless an upgraded kernel has something that you need or desire, why would you upgrade at all? Once a version is running, just stick with it.


      I'm of the belief that one of the greatest assets to open source is the fact that all older versions are still available for the vast majority of projects. This means that if you think your system was better off with the 2.2.14 kernel, the 2.67 gcc and libc-5, you can still get those, and load them onto a system built fairly recently (OK, no USB... but that's kinda what I'm talking about here.)


      Try doing this with any microsoft product. Go to a store and ask for Windows 95. It's getting hard to find 98. Try asking to buy office 97. Or any older version tha might work really well on a super fast system.


      So, to get back on topic, if you have a kernel that works, why would you even think about upgrading unless you are testing/comparing/a hobbyest.

      --

      I demand a million helicopters and a DOLLAR!

    5. Re:Open Source Testing by BluesMoon · · Score: 2, Interesting

      I think you have to ask the question that when Linus releases a new kernel, who is that aimed at?

      While thinking about who a kernel is aimed at, we've really got to consider our role as users of the latest kernels.

      On any project, regardless of size, the developers are often too close to the code to test it completely. They know too well the right thing to do. They are, in effect, well programmed users for the system that they are building, and this makes them bad testers. This is why so many companies have quality assurance departments that never interect with developers except through bug reports.

      In this Free/Open community, where the entire user base is the `company', it suddenly becoms apparent, that we, the users of bleeding edge kernels are this qa department. It is we who do the final testing, it is we who write the reviews for people who stick to old kernels until they get these reviews.

      Some may argue that there is already an unstable branch in which to do these things. Sure, but there are other testers for those. Often those testers aren't suitable to test stable kernels because they are now too close to the bugs that they first reported. I hope I'm making sense here.

      Anyway, this is one instance where this huge qa team found a bug real fast, got it back to the developers, and they fixed/undid it in equally quick time.

      Philip

      --
      Do not underestimate the value of print statements for debugging.
    6. Re:Open Source Testing by wholesomegrits · · Score: 2, Interesting

      This means that if you think your system was better off with the 2.2.14 kernel

      2.2.14 has a number of security problems. So no, it's not always prudent to pick some kernel at random and use it, just because it's old. However, it probably is wise to grab the latest 2.2.x kernel, and go with that.

      And yes, you can still find older versions of Windows, so don't pull that typical zealot FUD...It was only about a week ago that MS finally discontinued NT 4.0, which has been out for ages.

      --
      No sig is worth reading.
  6. Re:I doubt... by Leimy · · Score: 2, Interesting

    Certain large vendors often test things before they go out though.

  7. Re:Stable? by MartinG · · Score: 5, Informative

    It isn't a bug with all symlinks. It occurs (if I understand it correctly) if you create a file via a dangling symlink, which is really not a good thing to do anyway. (but Suse's YAST does this)

    --
    -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  8. Re:Stable? by barzok · · Score: 2, Funny

    No, version x.odd_number.y is unstable. Once you have x.even_number, they're all supposed to be stable kernels.

  9. Re:Stable? by Leimy · · Score: 2, Informative

    Actually... according to everything I have ever read about linux the unstable development tree is 2.odd.whatever. Everything in 2.even.whatever is called the "stable tree".

    Please correct me if I am wrong.

  10. 2.5 is comming by bram.be · · Score: 4, Informative

    Read it here

  11. Re:ridiculous! by Brento · · Score: 2

    Haha! I wish these people would learn how to code, people in my freshmen CS courses have written better OS's than this! I mean, really, was there no testing done on this? How many bugs don't we know about? What? This happened in Linux, not Windows? Oh, well you know, everyone does make mistakes. Look at the power of open source. Within days, service pack...I mean, a patch was out.

    Funny! On the flip side, look how many patches and service packs come out for Windows, but they don't make the Slashdot home page. Good to see we're covering the bad as well as the good.

    --
    What's your damage, Heather?
  12. Is it just me ? by CaptainZapp · · Score: 2, Interesting
    While up and including 2.4.9 everything appeared to be really hunky-dory, compilation of 2.4.10 / .11 can only be described as a miserable failure to some degree.

    I'm aware that this is not the KernelCrisis hotline; however, since it doesn't appear to be offtopic and it really bugs me and there's a heap of wizzards in here, I'd like to find out more.

    Usually, when a new kernel is out, I download the patch, apply it, use the most recent config file, which I go through some, but not necessary through all umpteen options and this usually worked just fine. It doesn't anymore since 2.4.10. From aborting compilations for strange missing files, up to USB race conditions and kernels which if they boot at all, sputter all sorts of gibberish, I've seen it all.

    Any suggestions where to look ? Could it be that gcc 2.95.x is really too buggy and why suddenly.

    I don't really have the expertise to up/downgrade the compiler and the related libraries. So, I'd be really thankful for each and every hint.

    --
    ich bin der musikant

    mit taschenrechner in der hand

    kraftwerk

    1. Re:Is it just me ? by jnik · · Score: 3, Informative
      Usually, when a new kernel is out, I download the patch, apply it, use the most recent config file, which I go through some, but not necessary through all umpteen options and this usually worked just fine.

      Um, you should use "make oldconfig" when you're upgrading kernels and using the same config file. It'll prompt you for any new options.

    2. Re:Is it just me ? by Stonehead · · Score: 2, Informative

      The Alan Cox series (latest is 2.4.10-ac11) works fine here. I'm currently running 2.4.9-ac18 from a week ago. Here's how to get it. I use gcc 2.95.4 under Debian - as far as I know it was not yet recommended to compile the kernel with 3.0+, but it might work.

    3. Re:Is it just me ? by StikyPad · · Score: 5, Insightful

      Usually, when a new kernel is out, I download the patch, apply it, use the most recent config file, which I go through some, but not necessary through all umpteen options and this usually worked just fine...I don't really have the expertise to up/downgrade the compiler and the related libraries.

      From the kernel Readme:

      SOFTWARE REQUIREMENTS

      Compiling and running the 2.4.xx kernels requires up-to-date versions of various software packages. Consult ./Documentation/Changes for the minimum version numbers required and how to get updates for these packages. Beware that using excessively old versions of these packages can cause indirect errors that are very difficult to track down, so don't assume that you can just update packages when obvious problems arise during build or operation.


      Many sources recommend that if you don't have a critical reason to upgrade your kernel, don't. I will follow in this recommendation, as the old adage, "If it ain't broke, don't fix it," is especially true if you don't know how to fix it. Installing/uninstalling a program is far more mundane than upgrading a kernel. If you're not comfortable upgrading (downgrading) gcc, and your kernel is performing well as is (or was working fine, as the case may be), you aren't a strong candidate for a kernel upgrade. Learn the basics and fundamentals of the OS before diving headfirst into something as critical as kernel patches. Distribution providers usually do extensive testing on the kernel version included to ensure stability and compatibility.

      If you're determined to go ahead with this, Linuxnewbie.org has a decent amount of information, linuxdoc.org and linuxnow.com have HOWTOs on virtually any subject (including the GCC HOWTO, although I can't say with any degree of certainty that gcc is at fault here), and the website of your distribution is probably another good source of info. If you still have problems, and turn to the net for answers, make sure to state specifically each step you took thus far and try to detail the problems you encountered, providing logs and diagnostic output when possible. In doing so, you or someone else may find you skipped a crucial step. Kernel upgrades are not to be taken lightly and, as you have experienced, can quite possibly be more trouble than they're worth.

  13. Re:Error in 2.4.12 tar balls? by BluesMoon · · Score: 4, Informative

    There are errors in the bz2 images on ftp.kernel.org. They do not pass the gpg verification, and are basically corrupted images. the gz images work.

    Philip

    --
    Do not underestimate the value of print statements for debugging.
  14. Staying with 2.4.9 by mckeowbc · · Score: 3, Interesting

    Personally I'm sticking with 2.4.9 until 2.4.12 hangs around for a while. I like to see open source developing things quickly, but having 2 kernel releases in 2 days is a little absurd. I think Linus should slow down a little and make sure to hammer out glaring errors like having something defined incorrectly in a file. We'll see if things improve once the 2.5.x series comes out though.

    1. Re:Staying with 2.4.9 by Stonehead · · Score: 4, Informative

      Hey, Linus is only taking the responsibility for not having reviewed one of the incoming patches good enough. Having bugs in the current stage of the kernel is understandable - Linus' 2.4.10 and 2.4.11 kernels contain a brand new VM that already needs a lot of his care. What I do: I run Alan Cox' kernel series.

    2. Re:Staying with 2.4.9 by On+Lawn · · Score: 2


      They are both experimental. According to AC in your article he tries little patches. This is kind of like Linus's pre- series. I've actually never had problems with a increment linus release. The few times I tried an AC patch (when there were problems) I had even more problems.

      My strategy is stick with point releases, a week after they come out. If it doesn't work hang back to the last point release. I think Windows wishes it had such a "back version" capability.

  15. ..it's just a finer numbering scheme by poemofatic · · Score: 2



    Don't you know that the odd numbered kernels are experimental?

    --

    When in doubt, have a man come through a door with a gun in his hand.

    1. Re:..it's just a finer numbering scheme by haruharaharu · · Score: 2

      how strange... I didn't realize that 2.4.0 was odd.

      --
      Reboot macht Frei.
  16. Linux CVS and bugtracker by Leimy · · Score: 4, Insightful

    Don't you think it might be about time to have a linux CVS and bugtracker. To my knowledge no such thing exists. Perhaps other people would have actually tried to compile some of this stuff and caught the bugs.

    That way each new release can be a "tag" and every new 2.x+1 that occurs can be a branch.

    FreeBSD (while not void of bugs) has had a great deal of success with CVS IMHO. The parport bug is that the author submitted something that can't even compile due to a #define constant name that was malformed. I think he forgot the ECP part of it. Someone else posted the patch here in the replies section.

    1. Re:Linux CVS and bugtracker by 1010011010 · · Score: 2

      Yes! Please! CVS!

      CVS NOW!

      The current 'system' results in lost patches, random accidental additions cough*JFFS*cough, little/no tracking of changes, difficulty getting/making patches among various versions, etc.

      Please, please, CVS, please!

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    2. Re:Linux CVS and bugtracker by 1010011010 · · Score: 2

      Huh? Last time I looked, sourceforge also has the linux kernel, WITH CVS...

      So quit yer whining...


      So? It's a record of the past. Big deal. It's not like Linus and Alan use CVS to actually develop the kernel.
      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  17. Re:I doubt... by sydb · · Score: 2

    Go on then. Which one are YOU speaking of?

    --
    Yours Sincerely, Michael.
  18. Does it compile? by martinde · · Score: 3, Interesting

    2.4.11 wouldn't even compile for me with either
    the old or new Adaptec 7xxx driver enabled. This is the 3rd or 4th 2.4.x kernel that would not compile "out of the box" for me. 2.4.9-ac18 compiled and seems OK on that particular box.

    On the bright side, 2.4.11 does seem to have decent VM. And the firewire support seems to be better than before with my Digital 8 camcorder.

  19. Definition of a stable kernel by sydb · · Score: 5, Funny

    My definition of a stable kernel is one that has been handed over to the stable kernel maintainer, Alan Cox.

    The stable kernel has become ready for production usage once development has started somewhere else.

    May I recommend this attitude to people who complain about the instability of the 2.4 series. It's called pragmatism.

    --
    Yours Sincerely, Michael.
    1. Re:Definition of a stable kernel by sydb · · Score: 2

      Not true.

      In the context of the linux kernel, I view 'stable' as meaning "ready for UAT".

      People who run kernels while developers are still modifying them are conducting that UAT.

      Stable code is the end result.

      I'm not talking about -ac kernels. I am talking about kernels in "maintenance" by the "maintainer" who has of late been Alan Cox.

      --
      Yours Sincerely, Michael.
    2. Re:Definition of a stable kernel by sydb · · Score: 3, Interesting

      I never said "Alan Cox" kernel. By that I presume you mean the -ac series. When 2.4 was still 2.3, 2.2 was the stable tree - and it wasn't "-ac", it was just 2.2.x.

      I consider 2.2.x the "stable" kernel, until 2.5 is out, and until then, I urge others to adopt the same attitude.

      I don't think it is fair to complain about changes and breakages until the developers have somewhere else to make them.

      --
      Yours Sincerely, Michael.
    3. Re:Definition of a stable kernel by Junta · · Score: 2

      I think it is quite fair and reasonable to complain about major changes and breakages regardless of whether there is a stable tree. An even kernel series is stated as a stable series, for use by mainstream users. When it hits stable, it's supposed to be a time for bugfixing, maybe some tuning, but not major subsystem changes/enhancements (VM change being the most notable) and every release should receive a significant amount of testing for every fix that is made. It doesn't put forth a good image to release things directed at the normal linux user that can really break their system.

      Your argument seems to be "They have a change to make, there is no unstable tree, so naturally it must go there", but the better way is to not make the change at all if there is no unstable playground to work in, they don't *have* to go in as soon as people dream them up, wait for an odd series.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    4. Re:Definition of a stable kernel by Junta · · Score: 2

      Maybe it was a Freudian slip, but I meant to say "unstable tree" instead of "stable tree" near the beginning.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    5. Re:Definition of a stable kernel by sydb · · Score: 2

      Well, you're talking semantics and I'm talking pragmatics. We're bound to disagree.

      I agree the naming of the "stable" kernel as "stable" is a dubious practice.

      Someone suggested, in another story, a three-way kernel release split, akin to Debian's unstable, testing and stable release. I like that, and I think if Linux moves to use that naming things would be better.

      What I am suggesting is that, in the interim, and indefinitely if things don't change, people should use the following mapping:

      The 'old' stable kernel, 2.2, is the REAL stable kernel.

      The 'new' stable kernel, 2.4, is the REAL testing kernel.

      Once 2.5 is out, then 2.4 becomes the real stable kernel and 2.5 is unstable.

      --
      Yours Sincerely, Michael.
    6. Re:Definition of a stable kernel by G27+Radio · · Score: 5, Informative

      Anytime changes are made to a kernel (or any other code for that matter) there is always the potential for new errors to be introduced. If you want a truly stable kernel then you need to wait until it's been around long enough to be proven to be stable.

      The same goes for service packs for Windows. None of the Windows shops that I used to work for would ever install service packs until they had been available long enough to know the new errors they would introduce. In fact many of those companies had policies that declared you would be fired for installing any new service packs until IT had determined that they wouldn't break usability.

      If you install software on a production system that was just released yesterday, you're just asking for trouble. This applies to ALL software, not just kernels.

  20. Re:Stable? by Tarpan · · Score: 3, Funny

    Hey, i wrote it, and i don't get the joke :)

  21. To paraphrase. by Outlyer · · Score: 5, Funny

    I agree this is an annoying bug, but to paraphrase a coversation between the comic book guy and Bart:

    Comic Guy: Worst kernel EVER

    Bart: Why do you get to complain? They've given you thousands of hours of entertainment for free?

    Comic Guy:As a loyal [user], they owe me.

    Admittedly, I'm probably off the actual text by a bit here, the point remain. Try not to be the Comic Book Guy when Linus makes one mistake.

    --
    ----------------- "I have a bone to pick, and a few to break." - Refused -------------------
    1. Re:To paraphrase. by tshak · · Score: 5, Insightful

      Whethor or not it's free has nothing to do with it. If you want to compete with Windows, you can't say, "We have more bugs but hey it's FREE!". The whole argument FOR open source is that it's better software AND it's free (as in purchase price), not that it's free and "almost as good" software. So, yes, you must hold Linux to the same standards that you hold OS X or Windows too.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    2. Re:To paraphrase. by GrenDel+Fuego · · Score: 2

      All software has bugs. The turnaround time on this one was pretty amazing though. 2.4.11 was released tuesday, and the fix was provided today.

    3. Re:To paraphrase. by el_nino · · Score: 3, Insightful

      Linux isn't in competition with Windows. Linux isn't an operating system. A GNU/Linux system can compete with Windows, and it might even *gasp* not use the latest release of the Linux kernel. If you want an operating system, install a distro and use the distribution's current, tested kernel. Don't follow the Linux kernel development and install the latest and greatest kernel unless it's Linux, not a replacement for Windows, you're interested in. There's no reason for most users to always use the latest kernel.

      I do agree that the latest releases haven't been tested as much as they should have been before being released as stable, but the competing with Windows point is moot.

  22. Linus is handing 2.4 over to Alan by 1010011010 · · Score: 3, Interesting

    On Thu, 11 Oct 2001, Linus Torvalds wrote:
    > Not a good week.
    >
    > On the other hand, the good news is that I'll open 2.5.x RSN, just
    > because Alan is so much better at maintaining things ;)

    On Thu, 2001-10-11 at 07:54, Alan Cox wrote:
    > > And will Alan release 2.4.13 asap with Rik's VM? - (sorry, couldn't resist)
    >
    > I think 2.4.13 will be a Linus release

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  23. Re:I doubt... by Anonymous Coward · · Score: 2, Interesting

    Myself, I doubt vendors would release KERNEL
    code without regression testing. (Userland
    applications are another story; and don't
    get me started on the GNU userland formal
    verification process.)

    Look, it's a damn bug that says more about
    the linux development model (one guy, lotsa
    of little chefs), than it does OSS. This says little about OSS; it speaks volumes about Linus'
    flexibility in releasing "stable" code.

    Now that more folks are using Linux for mission critical stuff, it would be nice if more testing would take place. This kind of bug was common and even OK in the Usenet days of linux; right now it just generates bad press... and probably even some flame wars on /.

    Speaking of which, switch to FreeBSD for stability. ;)

  24. Re:I doubt... by sydb · · Score: 2

    Well I don't see why saying "large-vendor" must apply to M$ all the time.

    Neither do I. But I am sure that no matter what large vendor you speak of, they have released buggy products. One particular recent incident with an IBM ATM switch (MSS) microcode release (a "stable" release) comes to mind. The company where I work were advised to upgrade to this latest release; a week later we were downgrading because of the huge network performance problems it caused. IBM withdrew the microcode release.

    I'm sure other /.'ers can come up with other examples. Large vendor != thorough testing.

    --
    Yours Sincerely, Michael.
  25. Re:I doubt... by baptiste · · Score: 3, Insightful
    Are you a tester? Its not an easy job - as they say "You can't test in quality" Its not going to happen. This was an obscure bug that showed up in one application of ONE distribution, etc.

    And remember - while some vendors drag out beta testing with sub-par software (the rest of the bugs will get flushed out in beat they say), MOST of the time the Linux kernels are usable the day they come out.

    But be realistic - anyone who downloads, builds, and installs a new Linux kernel within 30 days of its release is a defacto beta tester. No sysadmin in their right mind would install a new kernel on a production server until its been run for a bit. SO all of us who love to grab the kernel and put it on desktops, small non mission critical servers that can go down, etc are flushing out any remaining bugs so that mission criticla server admins can sit back and see which kernels to move to (plus other factors like existing bug fixes, new device support, etc)

    So those of you faulting Linus for releasing this kernel with this bug - give it a rest. It was an obscure bug that only cropped up if the software did something it really shouldn't have (ie bad design). I can't imagine a commercial vendor would have caught this bug in testing either - they'd have found it in beta just like Linus did. After all, I bet 99.9% of you who are already running 2.4.11 thought it was great till you read /. this morning :)

    I for one think the current system works well. Yes, Linus may put stuff in faster than Alan and there are pros/cons to both - for all the folks saying Linus was putting too much in others would say AC is waiting too long. But step back and think about how great we Linux users have it. Stable kernels with many fixes coming out monthly from Linus with bigger more feature rich kernels available from -ac How awesome is that?

  26. Re:Stable? by Ded+Bob · · Score: 3, Offtopic

    Windows for games

    Personally, I call it Wintendo. :)

  27. Re:ridiculous! by tmark · · Score: 3

    On the flip side, look how many patches and service packs come out for Windows, but they don't make the Slashdot home page. Good to see we're covering the bad as well as the good.

    What are you talking about ? Seems like Slashdot is constantly running stories about this or that bug in Outlook, or Powerpoint, or IE, or....
    If WinXP had as big a showstopper flaw as this one in 2.4.11, you can bet the criticism here would be loud, ridiculing, and vociferous, even if MS released a patch for it in the same timeframe. As it is, there is really no criticism, just a big mutual love-in. You are deluded if you think Linux flaws are covered with the same scrutiny here that Windows' shortcomings are.

  28. Re:2.4.12 dosn't compile by DenialS · · Score: 3, Informative

    It is the right constant. Tim Waugh has released a linux-booboo.patch that corrects the constant in ieee1284_ops.c to IEEE1284_PH_ECP_DIR_UNKNOWN.

    Linux 2.4.12 compiles nicely for me now that I've integrated that patch.

  29. You are laboring under obsolete semantics. by hey! · · Score: 3, Interesting

    No, you have it completely wrong. Of course you do pre-relese testing, and better pre-release testing is always a good thing if you can manage it.

    Open source is a paradigm shift. The standard way of thinking about releases, which never was very practical, IMHO, is misleading.

    There are two outmoded connotations to the word "release" which you need to free yourself from. First, is that "release" is a indicator of some absolute level of quality: that the number of bugs is small and their severity is low. Second, that the "Current Release" is the best version for you.

    I don't think the idea of "release quality" was ever realistic, except in some limited circumstances. Another way of putting this is that the true test of a product is when it is put into actual widespread use. What a release represents in most case is a slowing of velocity of change, at which point more testing benefit is gained by putting the product into use than by our contrived tests. This slowed velocity is sometimes a sign that the bugs are few and not very severe, but it is always a sign that the developer's ingenuity or energy is exhausted. There are always more bugs. You have to be re-energized and refocused by reports of needs or problems by people in the field.

    Sometimes this comes quickly. I personally have "released" software which I almost immediately retracted because of a severe flaw I missed. In any case, more energy and ingenuity in testing is always better, but the marginal value of internal testing at some point is always outweighed by real world tests.

    The second mistaken idea is that the "current release" is always best. This idea was never very credible -- it's more of a fiction which enriches the software developer. Ask a common user, and you will find they often favor older versions of the tools they use.

    To bring this back to testing, one benefit of open source or free software for something like an operating system is that I can get a better tested product (in real world terms) by being selective about which release I choose.

    And, the level of testing for a complex product like the kernel is not a single metric -- it depends on your exact configuration and requirements. Thus for some embedded developers, versions of the kernel in the 1.x range are the best tested alternatives to use. For most users today, late version of the 2.2 tree are the best alternatives. For people with multiple processors, their best bet may be somewhere in the 2.4 tree, although it may not be ready for mainstream use.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:You are laboring under obsolete semantics. by Arandir · · Score: 2

      Open source is a paradigm shift.

      True, but did you also have to throw out analysis and design on the front end, and validation and verification on the back end, out along with the closed source model

      Free of the time and resource constraints of commercial development, Open Source is one of the few areas where a real and effective waterfall development life cycle can occur. But instead they use some weird mutant spiral life cycle with only a "prototype" stage.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:You are laboring under obsolete semantics. by hey! · · Score: 2

      Agreed. But open source projects occur under a very strange kind of sociology. Paradigm shifts don't happen for our benefit, but because forces outside of our control take off.

      Perhaps BSD is developed much more along the lines you suggest,but it may also be possible that this is the reason it hasn't gained the same popularity, as deserving as they may be on technical grounds.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    3. Re:You are laboring under obsolete semantics. by duffbeer703 · · Score: 2

      Ok, let me get this straight:

      When Microsoft releases bloated, buggy and dangerous software, it is an evil attempt to subvert the democratic process, take your mp3's away, etc

      When Linus releases a bloated and buggy Linux kernel, it is "part of the testing process"

      Good thing we use AIX, Solaris and the 2.2 series of linux kernels at my shop!

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  30. yep, 2.5 has started... by Juju · · Score: 2, Informative

    Maybe now this has happenned he will start 2.5 and hand over 2.4.x to Alan who IMO keeps kernel series stable better than Linux does.

    That's exactly what Linus said in his 2.4.12 annoucement. But I guess you knew that already ;o)

    --
    Black holes occur when God divides by zero.
  31. Re:I doubt... by tlr · · Score: 2, Insightful
    Stable kernels with many fixes coming out monthly from Linus with bigger more feature rich kernels available from -ac How awesome is that?

    I suppose your article should be moderated as "cynical" - or is that option unavailable? Currently, Linus "stable" kernels look pretty unusable (including a basically untested VM, which is just a bad joke in a "stable" kernel, and including near-daily releases of so-called stable kernels which include new bugs). On the other hand, current -ac kernels look like they work nicely, with a usable VM, without crashing the system or part of it. This is just a bad joke of a development model.

    Frankly, I'm starting to consider *BSD the better option.

    (I've been a Linux user since somewhere in the 1.1 kernel series, but this is really starting to frustrate me.)

  32. this is why.... by xtermz · · Score: 4, Insightful

    ...im still running ol'trusty 1.1.59.....
    ...
    but i cant figure out why my box keeps getting owned...

    oh well

    --


    I lost my concept of community when my community lost all concept of me.
  33. Re:ridiculous (that is you)! by Baki · · Score: 3, Insightful

    This is the stable-series kernel.

    I really feel that 2.3 was turned into 2.4 because of marketing reasons, since it is obvious that 2.4 isn't ready yet.

    2.2->2.4 was supposed to go faster than 2.0->2.2 took (ages). As the release of 2.4 was postponed and postponed the pressure got (too) big to give in and release it.

  34. OSS Test Harnesses? OSS Test Suites? by Speare · · Score: 5, Interesting

    I'm a relative newcomer to the Open Source world, but what has struck me is how none of the big profile projects seem to have their own test harness or test suites. Maybe I'm missing something. Please let me know what test suites major OSS software ships with. (The only one I could think of was autoconf, which isn't a quality-management test suite but a build manager, and the Perl build process does a few demonstrations of terminal features.)

    What I mean is something like "make test" integrated into the project. Running that generated test code would perform hundreds of sanity checks (or even thousands for complicated projects) on the code.

    Perhaps Red Hat and SuSE have this kind of code locked away in their "commercial advantage" (and I could see the arguments for keeping those closed) but it would seem to me that Linux and Alan Cox and crew would be more open about test suite software for the kernel.

    Install a kernel, run a battery of tests. Find systemic breakers really quickly. It's not hard, it's just a matter of discipline to write the tests. As code is written, write the tests for the code. Any time a bug is found outside the normal test suite, write the test that should have found it. Automatable tests wherever possible.

    In the "eXtreme Programming" development paradigm, this is codified even more vigorously: write the test(s) BEFORE the code. In Eiffel, you program by contract; each method has a pretest and a posttest to ensure that the state of the world is correct. Part of the official build process for releasing the software should be a 100% compliance with the automated tests.

    --
    [ .sig file not found ]
  35. Kernel 2.bla.bla.coding.release.now.noway by PaganDuck · · Score: 2, Insightful

    Nowdays we get a newkernel spit out every second day and people instantly downloads it.
    thenthey start to complain about lackof testing.
    YOU are the ones who should testthis folks.
    if you dont like it, why change kernel.
    my main machine still running 2.0.30
    why ? well i dont need any of the newthings.
    just because its new and shiny, it doesnt have to be better folks.
    with 2 yearsof uptime, i would never even think of swapping kernel.
    andif i find i abug, i dont complain, instead i fix it, that is the way of open source.

    learn to code before complaining people, it really isnt all that hard.

    my main question is why download a new "release"
    if you arent prepared for bugs orto sort them out?. No one, and i mean nooo one who codes can make a totally bugfree product.

    / J.Thorsell Sysadm.

    --
    [toasters ? we don't need no stinking toasters!]
  36. Re:ridiculous! by tshak · · Score: 2

    Ya, and at least we don't have to patch Windows with crap like this: ;)

    --- linux/drivers/parport/ieee1284_ops.c.orig Thu Oct 11 09:40:39 2001
    +++ linux/drivers/parport/ieee1284_ops.c Thu Oct 11 09:40:42 2001
    @@ -362,7 +362,7 @@
    } else {
    DPRINTK (KERN_DEBUG "%s: ECP direction: failed to reverse\n",
    port->name);
    - port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
    [ETC]

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  37. Umm...How much did you pay for the kernel? by RadioheadKid · · Score: 2, Insightful

    First of all, let's all remember that the amount of money we are paying for the linux kernel is $0.00. Secondely, if you are bothered by the testing process, download some pre-releases and test it yourself. Thirdly, this kernel was not included in any linux package that I know of, and we all know that Mandrake, Redhat, and all the other linux packages, do testing themselves, and usually don't release the bleeding edge kernel in their releases, so the amount of exposure is minimal. Should 2.4.11 been released, well no, but it was and it was fixed quickely, and you can always revert back one version if something is not working. So everyone take a deep breath, and remember, IT'S FREE, a lot of these guys are submitting these patches on their spare time. What have you done to help out?

    KidA

    --
    "Karma can only be portioned out by the cosmos." -Homer Simpson
    1. Re:Umm...How much did you pay for the kernel? by scrytch · · Score: 2

      First of all, let's all remember that the amount of money we are paying for the linux kernel is $0.00.

      And the amount staked on it may be millions. If you make the claim that Linux is equal to or better than commercial OS's, then you need to be prepared to have it subjected to the same demanding standards that paying customers have. Since I don't pay directly for development, I don't expect that development to happen on my schedule. But when it makes claims of quality and reliability, I expect them to be backed up. You can't have it both ways.

      Fact is, I am often disappointed by commercial OS's too. I respect Linux enough to not cut it any more slack. I don't think Linus would have it any other way.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    2. Re:Umm...How much did you pay for the kernel? by scrytch · · Score: 2

      No, a troll is the "BSD is dying" idiot. Casting doubts that Linux's QA procedure is beyond question is common sense.

      Fact is, distros are going to include kernels that are in the "stable" series, and if we're seeing so many fatal bugs that are caught by those in the know who just happen to run into them, what about a process for catching the bugs that developers don't just stumble into? I don't give a good god damn whether it's Linus, Alan, Redhat, Debian, or Theo de Raadt having a curiosity kick who tests it, I would just like to see it done.

      And if that's dismissed as trolling by people whose opinions actually matter (read: not you), then I'll go where my concerns matter.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
  38. Question about rebuilding 2.4.12 by SClitheroe · · Score: 3, Interesting

    This is only the second kernel I will have built (just installed Slackware 8.0 for the first time, and built 2.4.11)...Can I reuse the configuration file created by "make menuconfig" with 2.4.12, or should I try and re-select all the options I had previously?

    1. Re:Question about rebuilding 2.4.12 by mrpull · · Score: 3, Informative

      Try "make oldconfig" instead of "make menuconfig". That should work :)

      mr.

    2. Re:Question about rebuilding 2.4.12 by Eil · · Score: 2


      Once you have updated your .config with 'make oldconfig' you can 'make menuconfig' when you want to take a look at your options again.

  39. Re:Stable? by tshak · · Score: 4, Funny

    Actually... according to everything I have ever read about linux the unstable development tree is 2.odd.whatever. Everything in 2.even.whatever is called the "stable tree".

    Close, but it's actually the 2.whatever.whatever that's the "unstable tree". The stable tree starts at "5.00.2195". :-)

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  40. Re:2.4.11 to 2.4.12 by Andrewkov · · Score: 2
    Ahhh that's nothing. How do you think windows got from 3.11 to 2000 in a little over 6 years?


    Maybe the next Kernel version should be called 2002 instead of 2.5 ... ;-) Thank god Linus isn't marketing driven!

  41. Re:I doubt... by Glytch · · Score: 2

    After all, I bet 99.9% of you who are already running 2.4.11 thought it was great till you read /. this morning :)

    Offtopic, but I had some problems getting crypto kernel modules going with 2.4.11, and all those USB timeouts were being a pain, so I was back to 2.4.10 before 2.4.12 even came out.

  42. Is 2.4.x Being Rushed? by Lethyos · · Score: 3, Interesting

    I get the impression that Linus is "rushing" releases of 2.4.x in an atempt to get it mature. Perhaps then he can say, "it's stable/it works" so that development on 2.6.x/3.0.x(?) can open up full swing? He mention in the interview posted yesterday that he wouldn't really jump into that until 2.4.x was a little older.

    *shrug*

    It just seems that the patch on this tree are coming out faster than any of the other branches before it. And many more "issues" slipping through the cracks including controversy and laziness. I don't know about the rest of you, but I would prefer slower progress in favor of more careful, more tested releases. :)

    --
    Why bother.
  43. Re:OSS Test Harnesses? OSS Test Suites? by SecurityGuy · · Score: 4, Insightful
    And this one of open source software's shortcomings. The important parts which aren't fun to do often aren't done or aren't done well. This IS a problem. Commercial software overcomes this by introducing an evil construct called a manager which makes you do the not fun stuff anyway.


    My pet complaint is documentation which is sometimes barely there at all. Saying, as some do, "Well, what did you pay for it?" implying that its "free beer" status excuses this doesn't cut it when we're also saying "Hey, ditch your proprietary commercial stuff and use this instead!" We should coin a new acronym. WITFM. Where is the F#%@#*@ manual?


    We bash M$ when they turn out buggy products and declare that they don't have a quality software process. The same is true of open source. The problem isn't closed source and the solution isn't open source. Both sides simply need to use a stronger process if they're to produce quality software.

  44. Re:Stable? by Kruemelmo · · Score: 2, Insightful
    The point is, if you want a stable system, you use tested software. No matter if it's Windows, Linux or whatever, it must be some months old.

    In my opinion something like this should not, but can happen. Improving quality is a reasonable goal for the Linux kernel, but really, we are not supposed to scream at the developers because it happens. (I don't mean the parent's author has screamed... some others have here.)

  45. GCC has it by adadun · · Score: 2, Insightful

    I couldn't agree more. Testing is incredibly important for software projects and automated tests makes sure that certain test are not forgotten.

    GCC has a test suite: http://gcc.gnu.org/testresults/ and uses the test suite as a formal release criterion. The GCC team also uses those tests as benchmarks for the compiler.

  46. Re:Patching hole.Please help. by mce · · Score: 3, Informative

    This is easy: download patch-2.4.11-dontuse.bz2 AND patch-2.4.12.bz2, rename the former to patch-2.4.11.bz2, and run the patch-kernel script. It will see that it needs to apply both patches and will then sing all the magic songs for you.

  47. Re:Stable? by ncc74656 · · Score: 2
    version x.y.odd_number aren't stable releases.
    Kinda like the way odd-numbered Star Trek movies tend to not be as good as the even-numbered ones, isn't it?
    --
    20 January 2017: the End of an Error.
  48. We are the test suites by MarkusQ · · Score: 5, Insightful
    I'm a relative newcomer to the Open Source world, but what has struck me is how none of the big profile projects seem to have their own test harness or test suites. Maybe I'm missing something. Please let me know what test suites major OSS software ships with...What I mean is something like "make test" integrated into the project. Running that generated test code would perform hundreds of sanity checks (or even thousands for complicated projects) on the code.

    Install a kernel, run a battery of tests. Find systemic breakers really quickly. It's not hard, it's just a matter of discipline to write the tests. As code is written, write the tests for the code. Any time a bug is found outside the normal test suite, write the test that should have found it. Automatable tests wherever possible...Part of the official build process for releasing the software should be a 100% compliance with the automated tests.

    There is a comprehensive testing suite in place for linux; in fact, we just saw it in action. It involves testing the kernel on thousands of boxes simultaneously, running ten of thousands of hours of tests, and getting feedback to the developers within a few hours.

    To paraphrase pogo: "We've seen the test suite, and it is us."

    Now, this may seem odd or broken, but it has a few charming advantages. First, the costs are distributed amongst those that benefit most, with zero accounting overhead. Second, the response time is very fast. Third (and, IMHO, most importantly) test coverage is maintained by the same laws of statistics that make sure there is air for you each time you take a breath; if usage patterns change, the new usage is included in the tests automatically--even if no one is consciously aware that they are doing "something new" it still gets tested.

    -- MarkusQ

    1. Re:We are the test suites by Arandir · · Score: 2

      Now, this may seem odd or broken, but it has a few charming advantages.

      It also has several rude disadvantages. First, I am being treated as an unpaid QA employee. Second, when I find a problem and report it, I am flamed for not reporting it in the proper format or with the proper dump or trace. Third, my intelligence is insulted by labelling this software "stable" before any unit, system or integration testing has been done.

      Hacking on software is fun, exciting and rewarding. But there are a few of us who just want to *use* the software. The last thing I want to do when I come home is to trace another core and file a problem report.

      Why Open Source developers get paid for writing software, when the Open Source users don't get paid for testing software?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:We are the test suites by Leto2 · · Score: 3, Insightful
      First, I am being treated as an unpaid QA employee
      I never got paid for any OSS work I did. Linus doesn't get any money for maintaining the linux kernel.

      But there are a few of us who just want to *use* the software.
      Then don't upgrade a stable production system the same night a patch comes out. If you would've waited a day or two (like I'm doing), you would be fine.

      --
      <grub> Reading /. at -1 is like driving through Cracktown in a convertible that is stuck in 1st
    3. Re:We are the test suites by Bishop · · Score: 3, Informative

      Just to add to Leto2's comments: "don't upgrade a stable production system" is not limited to open source. A decent sysadmin will test any patch commercial or otherwise before rolling it out to production systems. Patching blindly is just asking for trouble.

      And to all the linux bashers: this is nothing new. Most big software packages that I am aware of has had a bad patch or "fix."

  49. Re:ext3 by Faceprint · · Score: 2, Informative

    Due to the massive changes in the recent Linus kernels, they haven't gotten around to pushing out ext3 patches for them. Apparently the -ac kernels were easier to create patches for, since Alan decided not to merge a bunch of the stuff from 2.4.10-12. I think they said next week we should see patches for the Linus kernels.

  50. Re:ext3 by Cro+Magnon · · Score: 2, Funny

    The whole life span of 2.4.11 was less than 8 hours! Alan was probably asleep the whole time.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  51. Re:Stable? by WNight · · Score: 2

    Trek movies and Linux kernels are both flaky when the version number is odd...

  52. Just one problem... by Lethyos · · Score: 2

    There's a very easy solution: Just wait for a while before you upgrade. That way you can decide for yourself how long you think the code should be tested before want to use it.

    There's just one problem with it. If most people did that, bugs would take a lot longer to be found, let alone squashed. And the problem we've seen in 2.4.11 is not some obscure, minor thing that would have not have hindered stable use of the kernel. (Before you argue that, consider how severe it is, this is a show-stopper bug. Bugs in the kernel that corrupt the file system, even if they are rare, are serious problems.) This should have been caught and the fact that the bug exists indicates that whoever made the changes that created failed to even test said changes. 2.4.x is a "stable" kernel tree, and there's no reason why anyone should have to wait a couple patch levels before upgrading to the latest. There should be more thought and testing done on such a branch before releases are made. Period.

    --
    Why bother.
  53. Re:ridiculous! by ameoba · · Score: 2

    "showstopper flaw"? It affected one part of one program that NOBODY, other than the ppl at SUSE who are building the distro, would ever rationally run under the new kernel. Yes, people upgrade their kernels all the time, but how many of them upgrade before they run the installer?

    In any case, this pointed out something awkward that the SUSE installer was doing, and it will probably not do it in the future. I'm sure there are quite a few syscalls in XP that won't work right given a particular set of obscure options. On top of that, when has MS -ever- had a rapid turn-around on bug-fixes?

    --
    my sig's at the bottom of the page.
  54. Impressive by Ogerman · · Score: 2

    I've heard of "release early, release often" but this is ridiculous. (-:

    Actually, I can't wait to see what 2.5 development will bring us. The fact that so much is changing even in the stable kernel likely means developers will really cut loose when 2.5 work begins. I think it's actually quite exciting. (As long as 2.4 gets all its holes patched up in the near future of course..)

  55. Mapping Linux to proprietary software by ajs · · Score: 2

    So many folks get mad when Linux has bugs. Most of this is because they do not understand the model.

    Let us compare the Linux development of a 2.odd version to a project branch in your average software company. That project branch will be unstable and used only for feature testing.

    Then, you have the 2.evens. These are equivalent to a release branch or product mainline. You expect these to be *more* stable, but you still don't expect perfect code. When these are sent to your release egnineers and Q/A, you get several small rounds of bug-fixing as a result of regression tests, feature verification and so on.

    This last step can be mapped to what distribution vendors do. So, for example, we expect Red Hat to go with something like 2.4.12, but to add the parport patch into their SRPM. They will doubtless also discover several other problems, or may be dragging along patches from previous kernels that have yet to be merged.

    This is the art of release engineering. There's no such thing as a developer-released product. Never was. This is the value-add that distributions give us. They act as Q/A.

  56. Re:OSS Test Harnesses? OSS Test Suites? by andrel · · Score: 3, Informative
    I'm a relative newcomer to the Open Source world, but what has struck me is how none of the big profile projects seem to have their own test harness or test suites. Maybe I'm missing something. Please let me know what test suites major OSS software ships with.

    The Gnu Compiler Suite has an extensive regression test. See for example "GCC Automated Testing System" or "GCC 2.95 Regression Test Strategy"

    If you need to write a regression test for your own software check out DejaGnu.

    --Andre

  57. Re:OSS Test Harnesses? OSS Test Suites? by srvivn21 · · Score: 2

    Ummm... Let me guess. You haven't even READ the MS help files have you? At least linux has FAQs scattered across the net (also free). You don't have to go purchase a $50-$100 book on the OS to get the most out of it. I don't mean to be making excuses. We (the linux community) could be doing better. I'm just saying that "evil corporate constructs" such as managers do not usable documentation make.

    Yes I do sound like a linux zealot. That's my cross to bear. My message is no less poignant or acurate.

  58. Re:OSS Test Harnesses? OSS Test Suites? by blakestah · · Score: 3, Informative

    Stanford already has a test suite for linux kernels, and it fixes hundreds of bugs that Alan Cox incorporates and passes along.

    The checker lives here

  59. Re:So basically... by hey! · · Score: 2

    So M$ releaseing buggy software onto an unsuspecting public and fixing it's bugs via service packs later is is a-ok by you then?

    If the service packs were released more often, and were more targetted so I could patch a single problem that affected me without introducing a host of new ones in different areas, yes that would be OK by me. It's not really a perfect analogy though because most of what is in a service pack is user space stuff.

    THe linux kernel is by far the most buggy POS "kernel" that I have ever come across in 20 years of coding!

    What can I say? I'm running several different versions of the Linux kernel; I have never had any problems related to the kernel; I think I've seen one kernel panic in several machines running for several years. Maybe it's POSIX compatibility isn't as good as some other OS's, but it doesn't seem to prevent lots of software, lots of cross platform software from working well on it.

    Also, to be fair, Linux is a relatively new kernel; the BSDs and their derivants are much more mature and have a common history and so would naturally be more compatible.

    It is *your* responsibility to do what it takes to prevent such unforgivable disasters as 2.4.1 and 2.4.11

    2.4.11 an unforgivable disaster? Aren't you being a bit theatrical here? Nobody was affected by the problems in 2.4.11; even if it had taken a month or more to catch instead a day or so, it would only have affected a few kernel heads. Virtually everyone's still on 2.2, which is pretty much the standard production kernel that ships with most distros. If you roll your own kernel for production machines, well, you had better know what you're doing. Any recent kernel is still in testing. Most of them will never appear in any shrinkwrapped boxes, and when they do they'll probably be a year old or more and very, very well proven.

    Every new kernel has to be seen as experimental until it has established a track record "release" or not.

    If the development methodology offends you, ignore it. Just install older kernels with a track record.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  60. Finally, the truth is out. by SumDeusExMachina · · Score: 2, Funny
    It is nice to see that no one bothers to actually test kernel versions before
    they get released into the "stable" tree.


    Perhaps, then, it can be said that they follow the "Slashdot" model of development: Post first and correct things (maybe) later.

    --

    Is your company running tools written by ma
  61. Yikes... 2.4.11 bugs, 2.4.12 freezes, time for -ac by aussersterne · · Score: 2

    I had been bullish on the Linus+AA kernels (2.4.10 ran pretty well with week-long uptimes) but 2.4.11 had the symlink thing and only got 8 hours up before 2.4.12, which just locked hard under load after only about 4 hours.

    I guess it's time to hit 2.4.10-ac11 and see what Alan+Rik can do for me. The 2.4 series so far has been a crap shoot... I wonder if they can save it before 2.4.15-20 or so?

    My vote (I don't know these people so it's by no means binding): Linus starts 2.5 and leaves this 2.4 nonsense behind (sooner we get a 2.6 the better) and Alan makes a big, ugly change to allow user-select at compile time of Rik's VM vs. AA VM. Both Rik and AA then both get to keep going nuts trying to keep the 2.4 boxes up...

    --
    STOP . AMERICA . NOW
  62. Re:OSS Test Harnesses? OSS Test Suites? by iabervon · · Score: 2

    There are three issues in the case of the Linux kernel: (1) It depends on hardware. Nobody has one of everything, so nobody could do a comprehensive test. Sometime one driver will turn out to make one assumption, and another driver will make a conflicting assumption; either will work, but not together. (2) There are a lot of situations where the specified behavior is underdetermined, and, in particular, cases where you can do a set of things the original programmers didn't expect you to do together. There won't be tests for these sorts of things. (3) There are a lot of corner cases that are hard to make happen. It's very difficult to put the kernel into certain combinations of states, so, on most trials, the situation won't even get tested. This is particularly the case with race conditions between processors and things that depend on peripheral timing.

    I agree that having a test suite would be good for catching a lot of simple bugs in places that are easy to test. Sometimes a new kernel will have something that doesn't work at all, and that should get caught. But there are relatively few of these, compared to things which aren't really quite safe, although you have to look at them carefully and think about them, understanding the code, for a while, and these are the more important bugs.

  63. Re:Ouch by sydb · · Score: 2

    Fuck off and die.

    --
    Yours Sincerely, Michael.
  64. Re:Error in 2.4.12 tar balls? by Deven · · Score: 2

    There are errors in the bz2 images on ftp.kernel.org. They do not pass the gpg verification, and are basically corrupted images. the gz images work.

    With bzip2, you should always decompress and compare byte-for-byte against the original data before trusting the compressed data, especially for large files.

    Yes, it's a hassle, but it's necessary. I've seen this byte-for-byte verification fail a number of times, usually megabytes into the original data. I find it alarming that a "lossless" algorithm (or a buggy implementation) allows this to happen, when people are known to be trusting data to this program. I have never seen gzip fail like this, nor have I heard of such failures. However, I've witnessed it repeatedly with bzip2, so I won't trust it blindly.

    It would be good if a version of bzip2 would automatically feeds the compressed data and a copy of the uncompressed data to an independent piece of decompression code (which sees only the compressed data, not the data structures of the compressor) and have this byte-for-byte check happen on-the-fly during compression. Whether the bug lies in the algorithm itself or the code for the compressor or decompressor isn't important; the important thing is that this "lossless" algorithm isn't 100% reliable, and 99.9999% reliable just isn't good enough.

    (And what's with the brilliant idea of requiring ".bz2" as the extension?!? Would it have been so difficult to put the version number in the header of the file like gzip does??)

    --

    Deven

    "Simple things should be simple, and complex things should be possible." - Alan Kay

  65. Not really by einhverfr · · Score: 2

    There was this guy at Cisco, I forget his name who did a really excellent speech at OScon (which was webcast, though I cant remember where. The speech was entitled something like "Will the future of the interned depend on Open Source?"

    He brought up a few really good points and one of them is that few people run their businesses off of open source software they downloaded from the web because of compatibility testing and difficulty in support (because the system may end up with a non-standard setup which may be difficult to administrate). So instead they use commercial products. Commercial != proprietary, in this case, and definitely includes Linux distributions where everything has been tested together and has a consistant administration interface.

    So for the most part, these "releases" are more like "beta products" which require further testing before they are released in the production system. So what you are talking about when you say "released" is really irrelavent anyway because the kernel IS NOT aimed at production systems initially. It is aimed at developers primarily. So if you are a developer, you will find the bugs and these can be fixed ;)

    Your concept of the procedure seems to be:
    1: Kernel is developed.
    2: Kernel is released with little or no testing.

    In actuality the process is more like:
    1: Kernel is developed.
    2: Kernel is released with little testing.
    3: Kernel is tested by developers and distributors. If distributors find that it works, they use it.
    4: Bug fixes are developed into the kernel (go to step 2, add one to z where release number is x.y.z). Some times kernels with an odd-numbered y will be released as kernels with an even numbered y by incrimenting them when they become ready for real testing.

    --

    LedgerSMB: Open source Accounting/ERP
  66. Re:OSS Test Harnesses? OSS Test Suites? by prizog · · Score: 2

    PostgreSQL has "make check". GCC has a regression test suite.

    Most CPAN modules have tests, whether trivial or comprehensive.

    And these are the ones I can think of off the top of my head.

  67. [OT} When 7.2 by EvlG · · Score: 2

    Is it just me, or does it seem like 7.2 is a little late? I recall downloading earlier fall RedHat releases in mid september rather than mid October. If it means that the code will be of a higher quality, so be it. I don't mind the delay, but I am curious if it is coming soon, and if anyone knows when.

  68. Re:OSS Test Harnesses? OSS Test Suites? by SecurityGuy · · Score: 2
    My comments are directed to open source software in general, not Linux in particular. I haven't had problems getting the kernel to do anything I've needed it to do. I did feel the need to buy the book to write my own kernel modules, but I think that's reasonable. Some open source software has excellent documentation. Apache, for example, has never failed to answer any questions I've had in the documentation on their web site. OpenSSL, at least when I needed to figure it out, was virtually unusable unless you wanted to wade through examples and other existing code. That is *NOT* documentation. At one point, not too long ago, the documentation consisted of 3 barely written man pages. My point is that when you buy commercial software, you generally are guaranteed to get something. No such guarantee exists in OSS. You get whatever the developers feel like providing, because fundamentally they're writing something they want to use. It'll be good enough for their purposes, and as well documented as they want it to be. Sometimes that's not good enough. M$'s operating systems and applications won't generally garner praise from me, but I will say that its a virtual certainty that there is included documentation or a book to buy. You don't have to wait for it to become popular enough for O'Reilly to write one.


    I guess I'm also saying pick which side of the fence you want to be on. Are we saying don't whine about what you get because you didn't pay anything for it and should therefore be expected to work harder to get it to work, or are we saying Open Source is a viable alternative to commercial software? You can't have it both ways. More to the point, your potential customers (users, if you prefer) won't let you have it both ways. People have work to do and killing a day or two of work to figure out how to make the software do something is very often not acceptable.

  69. Yup. by hey! · · Score: 2

    That about sums it up.

    Remember -- you have a choice about which kernels, and which kernel patches you want to run.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  70. 2.4.11 by ameoba · · Score: 2

    2.4.11 : a kernel that will forever live in infamy.

    --
    my sig's at the bottom of the page.