Slashdot Mirror


Kernel 2.4.26 Out

StupidKatz writes "Fresh from the oven, the fine folks at kernel.org have released 2.4.26, filled with such yummy goodness as fixes for those damnable mmap() vulns, among other things. Remember to use your favorite mirror!"

6 of 218 comments (clear)

  1. Re:Why still 2.4? by 0racle · · Score: 5, Informative

    Stability. Not every linux installation is on some geeks desk, some applications and installations require absolute stability, or as close as you can get, that means nothing but bug fixes. 2.6 might be called the stable branch, but its relatively untested compared to 2.4. Other then that, give me one good reason to move my 486 to 2.6.

    --
    "I use a Mac because I'm just better than you are."
  2. Re:Why still 2.4? by Eudial · · Score: 5, Informative

    2.6 is alot bigger than 2.4, so if you are running on a slow computer, or perhaps a low-memory computer built into something (fridge or car?) you might want to use 2.4 or maybe 2.2

    And we've always got the really conservative "in my days the kernel was 200 Kb of sourcecode"-people.

    --
    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
  3. Not mremap(), but these! by fifirebel · · Score: 5, Informative
    <KARMA TYPE="whoring">

    Okay... This is the result of a cursory check, do your homework folks!

    • CAN-2004-0003

      The R128 DRI bounds checking bug is a potential local root exploit.
      According to this patch 2.4.26 contains the fix.

    • CAN-2004-0109

      The isofs bug. It is locally exploitable iff you have hardware access or if you can induce someone to mount a compromised medium.

    • CAN-2004-0177

      The ext3 information leak. It cannot lead to any exploit and has only the tiniest chances of giving an attacker any usable information.

    • CAN-2004-0178

      The SoundBlaster Denial of Service.

    But no, no mremap issues...

    </KARMA>

  4. Damn! Debian screwed up by Malc · · Score: 3, Informative

    What a day! The kernel upgrade released with DSA 479-1 was broken. Ext3 filesystems unmounable as it would appear the kernel module was missing from the initrd file (my guess, but seems logical). Quarter of an hour after I figured out that kernel-image-2.4.18-1-686_2.4.18-13_i386.deb was 1.1MB and obviously wrong I got another email from Martin Schulze announcing DSA 479-2. A quick check indicates it's a more reasonable size at 8.3MB.

    Some egg on Debian's face today :( Their updates go so smoothly normally that it's easy to become complacent and not do things with enough process.

    Lessons:
    1) Patch a test system first if you have access to one
    2) Make sure your boot loader will boot from the old kernel after upgrading
    3) Have a boot disk handy
    4) Debate whether you can wait a few days before patching or whether the security liability is too high.

  5. Summary Changelog by rimu+guy · · Score: 4, Informative

    For those who don't like 1000 line changelogs, here are the changes that Marcello specifically mentioned on his -pre and -rc lkml postings:

    • NFS client fixes
    • Bluetooth fixes
    • IDE update (fixes for AMD chipset driver)
    • Inclusion of Medley software RAID driver by Thomas Horsten http://www.infowares.com/linux/#medley_intro
    • XFS update
    • Big SCTP (http://www.sctp.org) merge (to match 2.6 API)
    • Network driver updates (including the addition of nVidia Force driver).
    • ACPI upstream merge

    - Run Your own Linux Server on The Latest and Greatest 2.4 or 2.6 Kernel

  6. Re:Multicast RSync by cilix · · Score: 3, Informative
    Linux needs to be top of the heap (or stack) and to do that, development needs to be faster, with more features being added and less time spent on the politics

    You clearly haven'y spent much time reading the linux kernel mailing list.

    Kernel development is actually remarkably unpolitical. That list is dominated by technical discussion not politics. I'm not saying that politics doesn't come up (especailly just after Linus started using bitkeeper :-) but for the most part it's an extreamely technical forum - as it should be.

    Linux may not be on the top of the heap, but it's climbing it, not falling back. I'd suggest that that is an indication that the speed of development is just fine.