Slashdot Mirror


Linux Kernel 2.6.0-test10 Released

antrix angler writes "Linus Torvalds released the 2.6.0-test10 Linux kernel today, tentatively calling it the "stoned beaver" release. Linus plans to hand the kernel over to Andrew Morton in a few weeks, and then it will be up to Andrew to decide when we see the final 2.6.0 stable kernel. Download it from a mirror."

4 of 306 comments (clear)

  1. Honest Question by twistedcubic · · Score: 4, Interesting

    Is 2.6 really noticably faster than 2.4 for regular desktop use (X responsiveness, etc...)?

    1. Re:Honest Question by PugMajere · · Score: 5, Interesting

      Preemption, as you describe it, has been there in every Linux kernel.

      Preemption, as Linus referred to it in the release announcement, is Kernel preemption.

      I.e, the kernel itself can be preempted. This has improved consistency for things such as xmms.

      The problems you complain about are more likely the result of the new scheduler. Tell me, what nice level does X run at on your system? If it's -10, that's why your responsiveness sucks. Stop X from being reniced to -10 from 0 and you'll find that everything performs much smoother. The new scheduler does a much better job of actually respecting priorities, and as such doesn't need adjustements such as "nice" for everyday things such as running an X server.

  2. Re:Stoned Beaver? by waitigetit · · Score: 3, Interesting

    You severely overestimate the technical qualities of my boss.

    Anyway, if you want to make sure your product works on the newest kernel, you want to start testing BEFORE the stable version comes out, no?

    --
    I could care less, but not without a lobotomy
  3. Final? by fstanchina · · Score: 3, Interesting

    Now it's fun to think about it as "the final 2.6.0 stable kernel". I would rather call it the *initial* 2.6.0 stable kernel.