Slashdot Mirror


Linux Kernel 2.6.35 Released

eldavojohn writes "Linus has announced the release of 2.6.35 for people to download and test after he found not a lot of changes between this week and last. The big features to look out for include: 'Transparent spreading of incoming network traffic load across CPUs, Btrfs improvements, KDB kernel debugger frontend, Memory compaction and Support for multiple multicast route tables' as well as various performance and graphics improvements. Linus also praised the community saying that 'regression changes only' after rc1 improved this time around and gave numbers to back it up saying 'in the 2.6.34 release, there were 3800 commits after -rc1, but in the current 35 release cycle we had less than 2000.' Good to see the process is becoming more refined and controlled after the first release candidate — hopefully there's no impending burnout."

5 of 159 comments (clear)

  1. Still no ZFS. by 0100010001010011 · · Score: 5, Funny

    I understand why, but there are a ton of people out there that think OSS is OSS. You wonder why corporations are weary of OSS it's because of this. I really hope this project goes somewhere or Debian's kFreeBSD project works as well as I'm hoping.

    Reminds me of this joke:
    I was walking across a bridge one day, and I saw a software developer standing on the edge, about to jump off. I immediately ran over and said "Stop! Don't do it!"

    "Why shouldn't I?" he said.

    I said, "Well, there's so much to live for!"

    "Like what?"

    "Well ... do you develop Closed Source or Open?"

    "Open."

    "Me too! Are you BSD or GPL?"

    "GPL."

    "Me too! Are you GPL v2 or GPL v3?"

    "GPL v3!"

    To which I said, "Die, heretic scum!" and pushed him off.

    1. Re:Still no ZFS. by 0123456 · · Score: 5, Interesting

      Meanwhile my TV, webcam and Blu-Ray players all appear to run Linux, as did the media players and cameras I used to work on. There are a ton of embedded Linux systems in all kinds of markets even when a real-time OS might make more sense.

    2. Re:Still no ZFS. by cheater512 · · Score: 5, Insightful

      You should only compare to what is already existing and mainstream, rather than what the theoretically best option is.

      If its reliable in general use, and better than existing alternatives, its a winner in my books.

  2. World of Warcraft 3.3.5 fix made it into 2.6.35 by Anonymous Coward · · Score: 5, Informative

    The fix for World of Warcraft under WINE made it into 2.6.35, though it is not mentioned in the changelist above. WoW 3.3.5 crashed under recent Linux kernels because it apparently made use of the "icebp" instruction, whatever that is; the kernel stopped sending SIGTRAP for icebp instructions in an earlier 2.6 build for whatever reason.

    Diff of fix
    Source code of file, showing the icebp fix merged in (search for "icebp")
    WINE compat page

  3. Re:once burned, twice shy by gmack · · Score: 5, Insightful

    You have to admit, it's somewhat disconcerting that there's nobody in his coattails to take over.

    There are at least a couple of good developers who could easily take over starting with the maintainer of the linux-next tree and if there were a huge disagreement then I'm sure the Linux foundation can step in if need be.

    The lack of a unified "stable" kernel for distros to pull from (given 2.6s continued march) and at the same time the lack of a "real" development/next-generation kernel makes me likewise uneasy.

    You would only say that if you haven't been using Linux long enough to remember when it was exactly the way you wish for. Back in the 2.4.x / 2.5.x days, people got so tired of features taking so long to be ready they started backporting the changes from 2.5.x to 2.4.x essentially making both branches unstable. For all of the whining kernel releases are a lot less buggy with fewer distro deviations from mainline. And as a bonus features actually get better testing now because fewer changes need to be tested at a time.

    After having lived through that transition I never want to go back.