Slashdot Mirror


Kernel 2.4.11 Released

stygian writes: "Linux 2.4.11...need I say more?" Of course you do. You need to point people to the mirrors and changelog, at a minimum.

3 of 386 comments (clear)

  1. Re:VM Changes by Ian+Schmidt · · Score: 5, Informative

    Performance under my normal working set (KDE 2.2 w/default theme + Mozilla nightly version + the CRiSP text editor + KMail + XMMS + GAIM + several xterms, with occasional compiles and runs of very large apps like Wine and XMame) is substantially better (faster, smoother, way less swapping) on 2.4.10 vs. 2.4.9. I should note I'm running 512 MB RAM and 640 MB of swap on 2 partitions, and the system barely ever goes to swap now (with the previous VM, just starting up that environment got me into swap and it quickly maxxed out the swap from there).
    So while I do appreciate Alan Cox's caution, the new VM works substantially better for me and I say "Go Andrea and Al!"

  2. Re:Syncing with AC kernels by worldwideweber · · Score: 5, Informative

    The two trees are very different in certain cases, and are likely to stay that way for a while.

    The -ac tree has the following major additions:

    - Uses the Riel VM (Linus uses AA)
    - 32bit uid safe quota
    - Ext3 file system
    - PnPBIOS support
    - Various PPro and Pentium workarounds
    - Simple boot flag
    - Faster x86 syscall path
    - PPPoATM
    - Elevator flow control
    - DRM 4.0 and 4.1 support not just 4.1
    - CMS file system
    - Intermezzo file system
    - isofs compression

    --
    w o r l d w i d e w e b e r
  3. Re:Check out the Preemptible Kernel patches... by jmv · · Score: 5, Informative

    These sound real good. Is there a reason that these patches are not the default behavior? Is there a downside to having a premptible kernel?

    AFAIK, there are two reasons why these patches aren't in default kernel. First, I understand that decreases latency at the price of slightly decreasing throughput. The second is that though the patch is small, its effects can be complex and nobody's too sure it doesn't have any bad side effects (crash, oops, ...), especially on SMP systems.